X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/77f9c2a913324c4cca010fb5a5e1fa12173e8374..8d09a95e8d64b2fd3a30940fcedbc41ae2c59396:/docs/pycco_custom.css diff --git a/docs/pycco_custom.css b/docs/pycco_custom.css index b1576fe..b191649 100644 --- a/docs/pycco_custom.css +++ b/docs/pycco_custom.css @@ -16,6 +16,7 @@ body { position: relative; display: inline-block; min-height: 100%; + min-width: 100%; } h1, h2, h3, h4, h5, h6 { @@ -74,6 +75,9 @@ div.code { div.code { margin: 0px; clear: both; + background: #EEEEEE; + border-top: #BBBBBB 1px solid; + border-bottom: #BBBBBB 1px solid; } }