commit 39e6dd7d19bfc0298164f2aaf3ea62aa39155858 parent 4bc38febbb04c38d1e236ae28457328d709d1257 Author: Dan Callaghan <djc@djc.id.au> Date: Tue, 2 Sep 2008 21:33:00 +1000 img borders are dumb Diffstat:
M | static/css/common.css | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/static/css/common.css b/static/css/common.css @@ -20,6 +20,9 @@ body { h1, h2, h3, h4, h5, h6 { font-family: "Corbel", "Liberation Sans", sans-serif; } +img { + border: none; +} span.inlinesep { font-weight: bold;