fix pycco-rs to get rid of empty code blocks
[rust-101.git] / docs / pycco_custom.css
index b1576fe4d7ce49d360faaad5bf42937a58654390..6957afc0589cbc9ebe17639e9ed9c11394677c1b 100644 (file)
@@ -16,6 +16,7 @@ body {
     position: relative;
     display: inline-block;
     min-height: 100%;
+    min-width: 100%;
 }
 
 h1, h2, h3, h4, h5, h6 {
@@ -74,6 +75,12 @@ 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;
+        */
     }
 }