projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
879d780
)
Don't set clear:both on .pagedate etc., only on .pagefooter
author
Simon McVittie
<http://smcv.pseudorandom.co.uk/>
Sun, 13 Jul 2008 14:16:41 +0000
(15:16 +0100)
committer
Simon McVittie
<http://smcv.pseudorandom.co.uk/>
Sun, 13 Jul 2008 14:16:41 +0000
(15:16 +0100)
This removes clear:both from the trailing metadata of inlined entries as
requested by tschwinge, but if you want that feature back, you can set
.inlinefooter { clear: both; } in local.css.
doc/style.css
patch
|
blob
|
history
diff --git
a/doc/style.css
b/doc/style.css
index 246da1ffc9648c16217bbce2d5c21dccd0939d25..0e3bfb3e6caf3226988a74f5f299debd8ab62ee2 100644
(file)
--- a/
doc/style.css
+++ b/
doc/style.css
@@
-35,12
+35,14
@@
padding: .2em .4em;
}
-.
tags
{
+.
pagefooter
{
clear: both;
}
+.tags {
+}
+
#pageinfo {
- clear: both;
margin: 1em 0;
border-top: 1px solid #000;
}
@@
-140,7
+142,6
@@
div.recentchanges {
.pagedate,
.pagelicense,
.pagecopyright {
- clear: both;
font-style: italic;
display: block;
margin-top: 1em;