diff options
author | Michael[tm] Smith <mike@w3.org> | 2015-07-27 20:17:43 +0900 |
---|---|---|
committer | Michael[tm] Smith <mike@w3.org> | 2015-07-27 23:14:25 +0900 |
commit | 1977e99b15f5e6a9cb15fa7e9ab0493315e10a1c (patch) | |
tree | 6d841aba2bece67d195757448c05a2d79991768d /htdocs/style/base.css | |
parent | 53209e37699d09f793266a00afd4d9f98dbbf94d (diff) | |
download | markup-validator-origin/sideshowbarker/docs-api.zip markup-validator-origin/sideshowbarker/docs-api.tar.gz markup-validator-origin/sideshowbarker/docs-api.tar.bz2 |
Update the docs, particularly with regard to API.origin/sideshowbarker/docs-api
Diffstat (limited to 'htdocs/style/base.css')
-rw-r--r-- | htdocs/style/base.css | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/htdocs/style/base.css b/htdocs/style/base.css index e272255..abf80fa 100644 --- a/htdocs/style/base.css +++ b/htdocs/style/base.css @@ -574,11 +574,8 @@ div.doc ul li { } /* documentation - table of contents */ -#toc { /* making the toc a bit more compact and standing out */ - font-size: .85em; - font-weight: bold; - margin-bottom: 2em; - margin-left: 3em; +#toc { + margin-left: 40px; } div.doc div#toc ol, div.doc ol { @@ -741,6 +738,20 @@ div.intro p { margin-bottom: .5em;} vertical-align: middle; } +.html5_logo_32 { + float: left; + padding-top: 8px; + padding-right: 20px; + padding-left: 28px; +} + +.html5_logo_128 { + float: left; + padding-top: 9px; + padding-right: 20px; + padding-left: 18px; +} + /* donation and sponsorship program */ #w3c-include {} |