X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/a1d5384750b6a62359e565137d79386a12254efd..27a99e3d92e3ce48ed4aeee9527c4adc6d4b68f7:/docs/pycco_custom.css diff --git a/docs/pycco_custom.css b/docs/pycco_custom.css index 6832cf8..6957afc 100644 --- a/docs/pycco_custom.css +++ b/docs/pycco_custom.css @@ -75,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; + */ } }