aboutsummaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 5e431a5..b0b8e3c 100644
--- a/css/style.css
+++ b/css/style.css
@@ -14,6 +14,11 @@ p {
font-size: 1em;
}
+blockquote {
+ border-left: 2px solid #ccc;
+ padding-left: .5em;
+}
+
h1, h2, h3, h4, h5, h6 { margin-top: 5px;}
h1 { font-size: 1.4em; }