summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/style.css b/style.css
index 53bd3a0..c3e4d36 100644
--- a/style.css
+++ b/style.css
@@ -22,6 +22,15 @@ h1, h2, h3, h4, h5, h6 {
text-align: center;
}
+#blog ul li {
+ margin-bottom: 0.4em;
+}
+
+ul time {
+ font-size: 80%;
+ color: #999;
+}
+
pre {
background-color: #f0f0f0;
padding: 1em;