diff options
Diffstat (limited to 'static/css/styles.css')
| -rw-r--r-- | static/css/styles.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 5bec1046..95e597bf 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -387,7 +387,6 @@ blockquote { float: left; margin: 5px 11px 5px 0px; max-width: 710px; - max-height: 300px; } #article-body img.block, @@ -490,4 +489,9 @@ blockquote { .post-body { line-height: 15px; } + + #article-body img, + #editor-container img { + max-height: 300px; + } }
\ No newline at end of file |
