From 1bdfa3dff2454b5e38c51150f3cc3fce4744c30b Mon Sep 17 00:00:00 2001 From: Robin Sommer Date: Mon, 7 Oct 2013 16:45:42 -0700 Subject: [PATCH] Updating Broxygen stylesheet. --- doc/_static/broxygen.css | 52 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 50 insertions(+), 2 deletions(-) diff --git a/doc/_static/broxygen.css b/doc/_static/broxygen.css index 967dcd6eaa..5259c3adfc 100644 --- a/doc/_static/broxygen.css +++ b/doc/_static/broxygen.css @@ -150,8 +150,14 @@ sup, sub { line-height:0; } -pre { - white-space:pre; +pre, code { + white-space: pre; + overflow: auto; + margin-left: 2em; + margin-right: 2em; + margin-top: .5em; + margin-bottom: 1.5em; + word-wrap: normal; } pre, code, tt { @@ -166,6 +172,10 @@ dl dt { font-weight: bold; } +li dl dt { + font-weight: normal; +} + dd { margin:0 0 20px 20px; } @@ -174,6 +184,16 @@ small { font-size:75%; } +.small-text { + font-size:75%; +} + +.align-center { + display: block; + margin-left: auto; + margin-right: auto; +} + a:link, a:visited, a:active @@ -434,4 +454,32 @@ li { padding-bottom: 0em; margin-bottom: .5em; margin-top: 0em; +} + +.btest-cmd .hll { + font-weight: bold; + background: #FFFAE2; + } + +.btest-include .hll { + display: block; + text-align: center; + font-family: Palatino; + background: #FFFAE2; + } + +.btest-include .hll * { + color: #aaa; + } + +.linenodiv pre { + margin-left: 0px; + margin-right: 0px; + width: 1.5em; + text-align: right; + background: #000; +} + +.btest-cmd .code pre, .btest-include .code pre { + margin-left: 0px; } \ No newline at end of file