summaryrefslogtreecommitdiffstats
path: root/htdocs/style/base.css
diff options
context:
space:
mode:
authorMichael[tm] Smith <mike@w3.org>2015-07-27 20:17:43 +0900
committerMichael[tm] Smith <mike@w3.org>2015-07-27 23:14:25 +0900
commit1977e99b15f5e6a9cb15fa7e9ab0493315e10a1c (patch)
tree6d841aba2bece67d195757448c05a2d79991768d /htdocs/style/base.css
parent53209e37699d09f793266a00afd4d9f98dbbf94d (diff)
downloadmarkup-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.css21
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 {}