Commit: f63f6a17d0db2a8b69448ac84dd64958686fbaa0

Author: alkemann | Date: 2009-11-19 00:37:26 +0100
moving alternating line backgrounds color to the main css
diff --git a/webroot/css/bin.css b/webroot/css/bin.css index b8f291b..091b79b 100644 --- a/webroot/css/bin.css +++ b/webroot/css/bin.css @@ -4,17 +4,17 @@ } html { - height:100%; + height:100%; } body { min-height:101%; } -html, body { - margin:0; - padding:0; - background:white url(../img/accent.png) no-repeat bottom right fixed; - color:#333; - font-family:Helvetica, Arial, sans-serif; +html, body { + margin:0; + padding:0; + background:white url(../img/accent.png) no-repeat bottom right fixed; + color:#333; + font-family:Helvetica, Arial, sans-serif; } a { color: #333; @@ -108,4 +108,10 @@ pre.debug { background-color: orange; padding: 15px 5px; display: block; +} +li.li1 { + background-color: white; +} +li.li2 { + background-color: #eee; } \ No newline at end of file diff --git a/webroot/css/syntax.html.css b/webroot/css/syntax.html.css index fa3ed8d..79dcd2a 100644 --- a/webroot/css/syntax.html.css +++ b/webroot/css/syntax.html.css @@ -1,15 +1,9 @@ /** - * CSS rules for GeSHI paste bin + * CSS rules for GeSHI paste bin * */ -li.li1 { - background-color: white; -} -li.li2 { - background-color: #eee; -} -/* keyword 2 +/* keyword 2 */ .kw1, .kw2 { color: black; @@ -24,22 +18,22 @@ a { font-weight: bold; } -/* +/* */ .br0 { font-weight: bold; } -/* +/* */ .re0 { color: blue; } -/* +/* */ .st_h { color:red; } -/* +/* */ .me1 { color: green; diff --git a/webroot/css/syntax.javascript.css b/webroot/css/syntax.javascript.css index b6581db..20d8d24 100644 --- a/webroot/css/syntax.javascript.css +++ b/webroot/css/syntax.javascript.css @@ -1,14 +1,9 @@ /** - * CSS rules for GeSHI paste bin + * CSS rules for GeSHI paste bin * */ -li.li1 { - background-color: white; -} -li.li2 { - background-color: #eee; -} -/* keyword 2 + +/* keyword 2 class extends etc */ .kw1, .kw2, .kw3, .kw4 { diff --git a/webroot/css/syntax.php.css b/webroot/css/syntax.php.css index a9c8e38..f43546f 100644 --- a/webroot/css/syntax.php.css +++ b/webroot/css/syntax.php.css @@ -1,14 +1,8 @@ /** - * CSS rules for GeSHI paste bin + * CSS rules for GeSHI paste bin * */ -li.li1 { - background-color: white; -} -li.li2 { - background-color: #eee; -} -/* keyword 2 +/* keyword 2 class extends etc */ span.kw1, span.kw2 {