aboutsummaryrefslogtreecommitdiff
path: root/source/css/theme.css
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2016-01-08 20:12:52 -0800
committerZhiming Wang <zmwangx@gmail.com>2016-01-08 20:12:52 -0800
commit80f01f29fd0878b450905824c082ae99dfa36358 (patch)
tree8146ef5db68f9ba46c782eb673d4fc5ba7121de9 /source/css/theme.css
parent67c8ca7647b15eb7f6fd512abb96c249eca5d367 (diff)
downloadmy_new_personal_website-80f01f29fd0878b450905824c082ae99dfa36358.tar.xz
my_new_personal_website-80f01f29fd0878b450905824c082ae99dfa36358.zip
Tweak ol and ul left padding...
to left align numbers or bullets with standard paragraphs.
Diffstat (limited to 'source/css/theme.css')
-rw-r--r--source/css/theme.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/css/theme.css b/source/css/theme.css
index 57375f1c..e1d939c1 100644
--- a/source/css/theme.css
+++ b/source/css/theme.css
@@ -150,6 +150,14 @@ pre code {
word-wrap: normal;
}
+ol {
+ padding-left: 20px;
+}
+
+ul {
+ padding-left: 16px;
+}
+
blockquote {
margin: 0;
padding: 0 1em;