X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=doc%2Fdoc.css;h=f3d55f9de389d73c38f2c96e9c71ac26755ae97c;hb=refs%2Ftags%2Fchinook%2F3.0.0;hp=d100bd1ca4ebf14dd41b34a1d94930d86175bf82;hpb=ebb9bd69a97516763d5d9203245ded592b825a86;p=src%2Fapp-framework-binder.git diff --git a/doc/doc.css b/doc/doc.css index d100bd1c..f3d55f9d 100644 --- a/doc/doc.css +++ b/doc/doc.css @@ -4,7 +4,7 @@ body { color: #000; } -h1, h2, h3 { +h1, h2, h3, h4 { color: #306; text-decoration: underline; } @@ -19,11 +19,22 @@ pre { outline: #555; } -pre:first-of-type { width: 20em; } - blockquote { border-left: solid thick black; background-color: #ff8; font: bolder; padding: 0.7em 1.5em; } + +table { + margin-left: 2em; + background-color: #dff; + outline: 0.25em solid #a6f; +/* padding: 0.25em;*/ +} +thead {background-color: #a6f;} +tr:nth-child(even) {background-color: #aee;} +td { padding: 0.1em 0.5em; } + +figure img {width: 80%;} +figure {text-align: center;}