aboutsummaryrefslogtreecommitdiff
path: root/source/css
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-08-20 01:02:56 -0700
committerZhiming Wang <zmwangx@gmail.com>2015-08-20 01:02:56 -0700
commitf3da8d0e69aa2c36b502de74e5f7f1ca8d72896b (patch)
tree169514924b7fa566193fcd7fd580d0e1c3ddaf4f /source/css
parent69d53acc0780b58b92e5e187205b141b13a15bd6 (diff)
downloadmy_new_personal_website-f3da8d0e69aa2c36b502de74e5f7f1ca8d72896b.tar.xz
my_new_personal_website-f3da8d0e69aa2c36b502de74e5f7f1ca8d72896b.zip
theme.css: add 5px of vertical margins to <img>'s
Diffstat (limited to 'source/css')
-rw-r--r--source/css/theme.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/css/theme.css b/source/css/theme.css
index 5fae37c6..3cc441fc 100644
--- a/source/css/theme.css
+++ b/source/css/theme.css
@@ -132,8 +132,7 @@ img {
display: block;
max-width: 100%;
max-height: 100%;
- margin-left: auto;
- margin-right: auto;
+ margin: 5px auto;
}
.figure .caption {