From 8d09a95e8d64b2fd3a30940fcedbc41ae2c59396 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 18 May 2016 10:28:14 +0200 Subject: [PATCH] nice code block style for small displays --- docs/pycco_custom.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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; } } -- 2.30.2