nice code block style for small displays
authorRalf Jung <post@ralfj.de>
Wed, 18 May 2016 08:28:14 +0000 (10:28 +0200)
committerRalf Jung <post@ralfj.de>
Wed, 18 May 2016 08:28:14 +0000 (10:28 +0200)
docs/pycco_custom.css

index 6957afc0589cbc9ebe17639e9ed9c11394677c1b..b191649036b78b405b84eb6d5701f5cf988d2718 100644 (file)
@@ -75,12 +75,9 @@ div.code {
     div.code {
         margin: 0px;
         clear: both;
-        /*
-          This *would* be nice, but there are empty code blocks in the generated HTML :-/
-          background: #EEEEEE;
-          border-top: #BBBBBB 1px solid;
-          border-bottom: #BBBBBB 1px solid;
-        */
+        background: #EEEEEE;
+        border-top: #BBBBBB 1px solid;
+        border-bottom: #BBBBBB 1px solid;
     }
 }