summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2012-11-18 18:19:56 (EST)
committer P. J. McDermott <pjm@nac.net>2012-11-18 18:19:56 (EST)
commit9ce352059f31135c8e846ed3bd9a19210e5f0e39 (patch)
treea2f07c78308bf5ac48967179cc0ad108706dc729
parent5dbc9fba7c95d896a78bce3ebdf90fe59b3c246d (diff)
Add a left margin to blockquote elements.
-rw-r--r--main.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.css b/main.css
index cdd444d..995803a 100644
--- a/main.css
+++ b/main.css
@@ -48,6 +48,9 @@ pre {
white-space: -o-pre-wrap;
word-wrap: break-word;
}
+blockquote {
+ margin: 0px 0px 12px 16px;
+}
a:link, a:link *, a:visited, a:visited * {
color: #0F1FA0;
text-decoration: none;