aboutsummaryrefslogtreecommitdiff
path: root/source/css
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-07-19 22:16:39 -0700
committerZhiming Wang <zmwangx@gmail.com>2015-07-19 22:16:39 -0700
commit16119d2966dc89f40b58a55b8af12c1d23ccd038 (patch)
tree9ab7f7ce264228fecde787e9f5703458b774ff47 /source/css
parent1c2f0dcd9c45da0ac2475728572cd615a6104411 (diff)
downloadmy_new_personal_website-16119d2966dc89f40b58a55b8af12c1d23ccd038.tar.xz
my_new_personal_website-16119d2966dc89f40b58a55b8af12c1d23ccd038.zip
theme.css: blockquote: add bar on the left
The bar is the same as that for pre. Horizontal padding reduced to 1em.
Diffstat (limited to 'source/css')
-rw-r--r--source/css/theme.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/css/theme.css b/source/css/theme.css
index 5827609d..cc7cdc64 100644
--- a/source/css/theme.css
+++ b/source/css/theme.css
@@ -115,8 +115,10 @@ pre code {
}
blockquote {
- margin: 0 2em;
+ margin: 0;
+ padding: 0 1em;
font-style: italic;
+ border-left: 0.4em solid #ddd;
}
div.footnotes {