aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-02 16:12:08 -0400
committerJoey Hess <joey@kitenet.net>2010-05-02 16:12:08 -0400
commit154732dc4235b7b31191975da50d780a2765fa02 (patch)
treeabdbad993f1c5c4ad53e46ebdf230a1fcb4c5b47 /doc/style.css
parentcbe0726b6345bceed3ebc7fbd5ea2454dce63b15 (diff)
downloadikiwiki-154732dc4235b7b31191975da50d780a2765fa02.tar
ikiwiki-154732dc4235b7b31191975da50d780a2765fa02.tar.gz
adapt comment.tmpl to html5
Note that I put comment-header in a <header> despite it being below the comment. Using a <footer> would be confusing given the class name. Also, the content is semantically closer to a header than a footer.
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css
index 69c7f80d8..c857157b6 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -49,7 +49,7 @@
border-bottom: 1px solid #000;
}
-div.inlinecontent {
+.inlinecontent {
margin-top: .4em;
}