]> git.sur5r.net Git - i3/i3.github.io/commitdiff
docs: dark colors for the listingblocks
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 22 Jul 2011 19:58:09 +0000 (21:58 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 22 Jul 2011 19:58:09 +0000 (21:58 +0200)
css/xhtml11.css

index b49432a68335bc46dfbf576eca8cca14f6276dcb..5ff9f379fecf9790e93a3099534e5caf4de86f2d 100644 (file)
@@ -23,7 +23,7 @@ tt {
 }
 
 div.listingblock tt {
-  color: black;
+  color: #fff;
 }
 
 h1, h2, h3, h4, h5, h6 {
@@ -137,10 +137,11 @@ div.sidebarblock > div.content {
 }
 
 div.listingblock > div.content {
-  border: 1px solid #dddddd;
-  border-left: 5px solid #f0f0f0;
-  background: #f8f8f8;
+  border: 1px solid #555;
+  border-left: 5px solid #555;
+  background: #333;
   padding: 0.5em;
+  padding-right: 0em;
 }
 
 div.quoteblock, div.verseblock {