]> git.sur5r.net Git - cc65/commitdiff
Retrofit simplifications from doc.css.
authorOliver Schmidt <ol.sc@web.de>
Sun, 16 Mar 2014 20:48:23 +0000 (21:48 +0100)
committerOliver Schmidt <ol.sc@web.de>
Sun, 16 Mar 2014 20:50:00 +0000 (21:50 +0100)
cc65.css

index 75c9af05d4339b99e7467aa0e30e8161e5c293d0..fc5484155a0a8c365e3eb840a4ae2a6402c47718 100644 (file)
--- a/cc65.css
+++ b/cc65.css
@@ -6,10 +6,8 @@ body {
     margin-top:         10px;
     margin-right:       30px;
     margin-bottom:      10px;
-    color:              #000000;
     background-image:   url(image/cc65-bg.png);
     background-repeat:  repeat-y;
-    background-color:   #FFFFFF;
 }
 a:active {
     color:              #FF0000;
@@ -71,25 +69,24 @@ li#here a:hover {
     color:              #DB3232;
 }
 
-h1 {
-    text-align:         left;
-    font-size:          250%;
+h1, h2 {
     font-weight:        bold;
     font-style:         italic;
+    text-align:         left;
+    color:              #DB3232;
+}
+
+h1 {
+    font-size:          250%;
     text-shadow:        2px 2px 6px #505050;
     letter-spacing:     2px;
-    color:              #DB3232;
     padding-top:        40px;
 }
 
 h2 {
-    text-align:         left;
     font-size:          160%;
-    font-weight:        bold;
-    font-style:         italic;
     text-shadow:        2px 2px 6px #303030;
     letter-spacing:     1px;
-    color:              #DB3232;
     margin-top:         2em;
     margin-bottom:      1em;
 }