Provide a new CSS file for the /News/ section
authorJoey Schulze <joey@infodrom.org>
Sun, 3 Dec 2006 10:54:56 +0000 (10:54 +0000)
committerJoey Schulze <joey@infodrom.org>
Sun, 3 Dec 2006 10:54:56 +0000 (10:54 +0000)
src/News/news.css [new file with mode: 0644]

diff --git a/src/News/news.css b/src/News/news.css
new file mode 100644 (file)
index 0000000..ec30bfe
--- /dev/null
@@ -0,0 +1,24 @@
+h3.newstitle {
+  padding-left: 5px;
+  padding-bottom: 3px;
+  margin-bottom: 0px;
+  font-size: 14px;
+  background: #e7e7e7;
+  color: #2f932f;
+  border: 1px solid #000000;
+  border-bottom: 1px solid #f1f1f1;
+}
+div.newsauthor {
+  padding-left: 3px;
+  padding-right: 3px;
+  background: #f1f1f1;
+  border-left: 1px solid #000000;
+  border-right: 1px solid #000000;
+}
+div.newscontent {
+  padding-left: 3px;
+  padding-right: 3px;
+  background: #f1f1f1;
+  border: 1px solid #000000;
+  border-top: 1px solid #f1f1f1;;
+}