diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/theme/base.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/public/theme/base.css b/public/theme/base.css index af2744c6e..b3e462353 100644 --- a/public/theme/base.css +++ b/public/theme/base.css @@ -268,8 +268,11 @@ form { .post.flux .content p { margin: 10px 0; } - .post.flux .content img { - margin: 0; + .post.flux .content img.big { + display: block; + margin: 10px 0; + width: 100%; + box-shadow: 0 0 5px #000; border-radius: 5px; } .post.flux .content pre { |
