projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe52c28
)
add margin around tags
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 26 Apr 2007 19:35:39 +0000
(19:35 +0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 26 Apr 2007 19:35:39 +0000
(19:35 +0000)
doc/style.css
patch
|
blob
|
history
diff --git
a/doc/style.css
b/doc/style.css
index 9299349270a4ba5b2ce71471d98ae9800bd96596..e414736ffe70dfd7119a542479ebedda626bbc70 100644
(file)
--- a/
doc/style.css
+++ b/
doc/style.css
@@
-39,16
+39,20
@@
clear: both;
}
-#footer {
- clear: both;
+#tags {
margin: 1em 0;
- border-top: 1px solid #000;
}
#backlinks {
margin: 1em 0;
}
+#footer {
+ clear: both;
+ margin: 1em 0;
+ border-top: 1px solid #000;
+}
+
#searchform {
display: inline;
float: right;