]> sipb.mit.edu Git - ikiwiki.git/commitdiff
add basic borders around blog posts
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 10 Apr 2006 05:22:35 +0000 (05:22 +0000)
committerjoey <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

index c7ed9107e288186d2aa7df3427ef4fcafbcfaac6..2e0141050a26a183467a9bc9e0ab5c3d2e9ff841 100644 (file)
        color: black !important;
 }
 
+.inlinepage {
+       padding: 10px 10px;
+       border: 1px solid #aaa;
+}
+
 #backlinks {
        margin: 1em 0;
 }