summaryrefslogtreecommitdiffstats
path: root/site/blog.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/blog.css')
-rw-r--r--site/blog.css15
1 files changed, 13 insertions, 2 deletions
diff --git a/site/blog.css b/site/blog.css
index 809f2bc..be9220e 100644
--- a/site/blog.css
+++ b/site/blog.css
@@ -1,8 +1,17 @@
+a {
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
body {
border: 0;
margin: 0;
padding: 0;
font-family: sans-serif;
+ line-height: 160%;
}
div#rap {
@@ -10,6 +19,10 @@ div#rap {
margin: 0 auto;
}
+pre {
+ line-height: 100%;
+}
+
#header, #header h1, #header h2 {
margin-left: auto;
margin-right: auto;
@@ -30,8 +43,6 @@ blockquote {
h2.storytitle {
border-bottom: 1px dotted #ccc;
- font: 20px "Bitstream Vera Sans", sans-serif;
- font-weight: 600;
margin: 15px 0 2px 0;
padding-bottom: 2px;
}