summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css19
1 files changed, 18 insertions, 1 deletions
diff --git a/style.css b/style.css
index 60ab327..b5c39c0 100644
--- a/style.css
+++ b/style.css
@@ -599,7 +599,7 @@ body {
line-height: 1.625;
}
-h1 { font-size: 2.25em; line-height: 1.167; margin-bottom: .75em}
+h1 { font-size: 1.95em; line-height: 1.167; margin-bottom: .75em}
h2 { font-size: 1.5em; line-height: 1.75; margin-bottom: .75em}
h3 { font-size: 1.3125em; line-height: 2; margin-bottom: .75em}
h4 { font-size: 1.25em; line-height: 1.05; }
@@ -789,3 +789,20 @@ div.sidebar span {
padding-top: 1em;
text-decoration: none;
}
+
+blockquote {
+ background: none repeat scroll 0 0 rgba(255, 255, 255, 0.05);
+ box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
+ display: block;
+ font-style: italic;
+ margin: 20px auto;
+ padding: 1em;
+ position: relative;
+ width: 70%;
+ text-align: center;
+}
+
+blockquote p {
+ margin: 0px;
+ padding: 0px;
+}