From: Ralf Jung Date: Wed, 4 May 2016 18:32:37 +0000 (+0200) Subject: try and fail to make the mobile style prettier X-Git-Url: https://git.ralfj.de/rust-101.git/commitdiff_plain/76e70189b58f06dc3beaf8714fb5fdd998b1c8a0 try and fail to make the mobile style prettier --- 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; + */ } }