diff options
| author | 2013-03-12 19:59:33 +0100 | |
|---|---|---|
| committer | 2013-03-12 19:59:33 +0100 | |
| commit | 8c562972062fbf3d750bd62893de248022850c23 (patch) | |
| tree | 64481a823845b6998da671b98550a96e512bb061 /public/theme/base.css | |
| parent | 3d3618d97c7ef1fbfe2a45218237ccdcd4396d7d (diff) | |
thème spécifique pour les grandes images
Diffstat (limited to 'public/theme/base.css')
| -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 { |
