projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76aae79
)
add basic borders around blog posts
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 10 Apr 2006 05:22:35 +0000
(
05:22
+0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 10 Apr 2006 05:22:35 +0000
(
05:22
+0000)
not sure I'm 100% happy with this look, but it's better than naught
basewiki/style.css
patch
|
blob
|
history
diff --git
a/basewiki/style.css
b/basewiki/style.css
index c7ed9107e288186d2aa7df3427ef4fcafbcfaac6..2e0141050a26a183467a9bc9e0ab5c3d2e9ff841 100644
(file)
--- a/
basewiki/style.css
+++ b/
basewiki/style.css
@@
-31,6
+31,11
@@
color: black !important;
}
+.inlinepage {
+ padding: 10px 10px;
+ border: 1px solid #aaa;
+}
+
#backlinks {
margin: 1em 0;
}