Improved fonts
authorJoey Schulze <joey@infodrom.org>
Mon, 21 Jul 2008 10:26:11 +0000 (10:26 +0000)
committerJoey Schulze <joey@infodrom.org>
Mon, 21 Jul 2008 10:26:11 +0000 (10:26 +0000)
src/news.css

index ce16f23..f233c4f 100644 (file)
@@ -3,22 +3,24 @@
  */
 .newstitle {
   text-align: center;
-  background: #ccf4c0;
+  background: #d9ffd1;
   color: black;
   border-bottom: 3px solid #2f932f;
   margin-bottom: 4px;
 }
 .newsbox {
-  background: #ccf4c0;
+  background: #d9ffd1;
   margin-bottom: 4px;
   color: #000000;
   padding-left: 2px;
   padding-top: 0px;
   padding-bottom: 2px;
-  line-height: 1.3;
+  font-size: 10px;
+  line-height: 1.2;
 }
 .newsbox a, .newsbox a:visited {
   color: #000000;
+  font-weight: bold;
 }
 .newsbox a:hover {
   color: #0000ff;