summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2015-03-14 14:19:39 +0000
committerChristopher Baines <mail@cbaines.net>2015-03-14 14:19:39 +0000
commit9a77d15223baaa7c86da401a68002ec74a2c1d11 (patch)
tree8ca5a4575f161fe23d8619dc7eb5355fce8396c6
parentc2c021455a2bec6a9bb4b492934272a38f195995 (diff)
downloadcbaines.net-9a77d15223baaa7c86da401a68002ec74a2c1d11.tar
cbaines.net-9a77d15223baaa7c86da401a68002ec74a2c1d11.tar.gz
Some style changes
-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;
+}