From 76e70189b58f06dc3beaf8714fb5fdd998b1c8a0 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 4 May 2016 20:32:37 +0200 Subject: [PATCH] try and fail to make the mobile style prettier --- docs/pycco_custom.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; + */ } } -- 2.30.2