X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Flsr.css;h=429bce51f6ea81cedb7fe9a235a1c7a1f51d289b;hb=fcfc99f766f278564c062922a2857c21ac9af041;hp=758b231b5fbbb7893ac2109f979b09ca99985732;hpb=09f92bafa59460ea4597c557e469e982386c9e3b;p=apps%2Fagl-service-can-low-level.git diff --git a/docs/lsr.css b/docs/lsr.css index 758b231b..429bce51 100644 --- a/docs/lsr.css +++ b/docs/lsr.css @@ -83,12 +83,13 @@ em { pre { border-left: 3px double #aaa; - padding-left: 10px; + padding: 5px 10px; + background-color: #f6f6f6; } h1.title { color: #003a6b; - font-size: 250%; + font-size: 180%; margin-bottom: 0em; } @@ -105,19 +106,19 @@ h1, h2, h3, h4, h5, h6 { } h1 { - font-size: 160%; + font-size: 150%; margin-bottom: 0.5em; border-bottom: 2px solid #aaa; } h2 { - font-size: 140%; + font-size: 130%; margin-bottom: 0.5em; border-bottom: 1px solid #aaa; } h3 { - font-size: 130%; + font-size: 120%; margin-bottom: 0.5em; } @@ -190,7 +191,6 @@ table.docutils { text-align: left; border: 1px solid gray; border-collapse: collapse; - width: 100%; margin: 1.5em 0em; } @@ -202,14 +202,23 @@ 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; + vertical-align: middle; +} + +table.field-list { + border: none; } div.sidebar { - width: 33%; - float: right; - margin: 0em 2em; + margin: 2em 2em 2em 0em; padding: 0em 1em; border-top: 1px solid #aaa; border-left: 1px solid #aaa;