add basic borders around blog posts

not sure I'm 100% happy with this look, but it's better than naught
master
joey 2006-04-10 05:22:35 +00:00
parent 76aae79a9d
commit 496fe5ea8d
1 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,11 @@
color: black !important;
}
.inlinepage {
padding: 10px 10px;
border: 1px solid #aaa;
}
#backlinks {
margin: 1em 0;
}