commit c25d9f114404f5298bdbde69ae9b527ace70b3ea
parent d08ccc65542a8bc58e28a0a9885db8b026d7825d
Author: Dan Callaghan <djc@djc.id.au>
Date: Fri, 19 Sep 2008 00:59:46 +1000
style poking
Diffstat:
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/TODO b/TODO
@@ -1,7 +1,6 @@
- feeds everywhere else
- RSS as well as Atom
- monthly archives
-- more styles: blockquote, pre, code, ...?
- <!-- more -->
- customisation:
- timezone
diff --git a/static/css/common.css b/static/css/common.css
@@ -26,9 +26,20 @@ a:visited {
h1, h2, h3, h4, h5, h6 {
font-family: "Corbel", "Liberation Sans", sans-serif;
}
+pre, code {
+ font-family: "Consolas", monospace;
+}
img {
border: none;
}
+blockquote {
+ border-left: 3px solid #ddd;
+ padding-left: 1em;
+ margin-left: 2em;
+}
+pre {
+ margin-left: 2em;
+}
span.inlinesep {
font-weight: bold;