aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-02 15:09:33 -0400
committerJoey Hess <joey@kitenet.net>2010-05-02 15:09:33 -0400
commitd69f6057d1e1787fa3c19cc13c40eb3e9b822283 (patch)
treeaa547dc8305255748fd281f715a179d181fbe1e5 /doc/style.css
parent7517d34da928bb9612c65fcde87cc434b7b7d653 (diff)
downloadikiwiki-d69f6057d1e1787fa3c19cc13c40eb3e9b822283.tar
ikiwiki-d69f6057d1e1787fa3c19cc13c40eb3e9b822283.tar.gz
use html5 semantic markup in page.tmpl
This is a first pass, it avoids needing to change style.css except where it refers to tag types. This goes a bit off the rails at the pageheader with its nested header. Semantically, there should be an article around the whole page header, content, and footer. Just as there will be an article around a whole comment or inlined page header, content, and footer. But that will mean changing the css that currently refers to pageheader to refer to the enclosing article instead.
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/style.css b/doc/style.css
index 7ffcf9fe2..69c7f80d8 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -60,15 +60,12 @@ div.inlinecontent {
clear: both;
}
-.tags {
-}
-
#pageinfo {
margin: 1em 0;
border-top: 1px solid #000;
}
-div.tags {
+.tags {
margin-top: 1em;
}