X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=doc%2Fdoc.css;h=f3d55f9de389d73c38f2c96e9c71ac26755ae97c;hb=99fb10ecca6b1679c1fe402508216c0f82140ef5;hp=27be9dc7b8517c1eca5c5eca79706d6362e63472;hpb=1a66f6a8c0b213e14bc0b1896bfaa68a5c2a5002;p=src%2Fapp-framework-binder.git diff --git a/doc/doc.css b/doc/doc.css index 27be9dc7..f3d55f9d 100644 --- a/doc/doc.css +++ b/doc/doc.css @@ -19,8 +19,6 @@ pre { outline: #555; } -pre:first-of-type { width: 20em; } - blockquote { border-left: solid thick black; background-color: #ff8; @@ -37,3 +35,6 @@ table { 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;}