diff options
author | Petteri Aimonen <jpa@npb.mail.kapsi.fi> | 2011-08-14 20:11:05 +0000 |
---|---|---|
committer | Petteri Aimonen <jpa@npb.mail.kapsi.fi> | 2011-08-14 20:11:05 +0000 |
commit | 842d52633d650286ce62490362f8dfa356e17800 (patch) | |
tree | 6597bc4dc16ac13d129901fd42e76fb776e86a7d /docs/lsr.css | |
parent | 6dfba365b00175eae7e8b83aaf5d29ce190fd9eb (diff) |
More documentation, small improvements
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@955 e3a754e5-d11d-0410-8d38-ebb782a927b9
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; |