diff options
Diffstat (limited to 'docs/lsr.css')
-rw-r--r-- | docs/lsr.css | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/docs/lsr.css b/docs/lsr.css index 081bf068..81badb23 100644 --- a/docs/lsr.css +++ b/docs/lsr.css @@ -83,7 +83,8 @@ em { pre { border-left: 3px double #aaa; - padding-left: 10px; + padding: 5px 10px; + background-color: #f6f6f6; } h1.title { @@ -202,14 +203,18 @@ table.docutils td, table.docutils th { padding: 0.25em 0.5em; } +th.field-name { + text-align: right; + width: 15em; +} + table.docutils th { - background-color: #dddddd; + font-family: monospace; + background-color: #f6f6f6; } div.sidebar { - width: 33%; - float: right; - margin: 0em 2em; + margin: 0em 2em 2em 0em; padding: 0em 1em; border-top: 1px solid #aaa; border-left: 1px solid #aaa; |