diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2016-04-10 12:14:03 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2016-04-10 12:14:03 -0700 |
commit | ebd51afa2507657b84dd7b7d8a09f4c74f6d1e40 (patch) | |
tree | 61e32a9e0c0b2fa5bd2b7251b5e7cab7fd57543c /source/css/theme.css | |
parent | aca25404b45d779fe5b672c1b2e86347d20bd35e (diff) | |
download | my_new_personal_website-ebd51afa2507657b84dd7b7d8a09f4c74f6d1e40.tar.xz my_new_personal_website-ebd51afa2507657b84dd7b7d8a09f4c74f6d1e40.zip |
source/css/theme.css: Restore max-width: 100% to img
Well, width restriction is still necessary...
Diffstat (limited to 'source/css/theme.css')
-rw-r--r-- | source/css/theme.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/css/theme.css b/source/css/theme.css index dc2860fd..6b724286 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -161,6 +161,7 @@ blockquote { img { display: block; + max-width: 100%; margin: 5px auto; } |