aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-02 16:36:10 -0400
committerJoey Hess <joey@kitenet.net>2010-05-02 16:36:10 -0400
commit677d2af18aaafdfa1532e9eaff3c39107ec169f6 (patch)
tree1d97a5590f924a1340e8a1bc2883900aad795a5e /doc/style.css
parent154732dc4235b7b31191975da50d780a2765fa02 (diff)
downloadikiwiki-677d2af18aaafdfa1532e9eaff3c39107ec169f6.tar
ikiwiki-677d2af18aaafdfa1532e9eaff3c39107ec169f6.tar.gz
adapt inlinepage.tmpl to html5
Needed to force tags to display inline, since <nav> is a block element.
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css
index c857157b6..ea18ca0c3 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -69,6 +69,10 @@
margin-top: 1em;
}
+.inlinepage .tags {
+ display: inline;
+}
+
.mapparent {
text-decoration: none;
}