From: Ralf Jung Date: Wed, 18 May 2016 08:28:14 +0000 (+0200) Subject: nice code block style for small displays X-Git-Url: https://git.ralfj.de/rust-101.git/commitdiff_plain/8d09a95e8d64b2fd3a30940fcedbc41ae2c59396 nice code block style for small displays --- diff --git a/docs/pycco_custom.css b/docs/pycco_custom.css index 6957afc..b191649 100644 --- a/docs/pycco_custom.css +++ b/docs/pycco_custom.css @@ -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; } }