diff options
author | Siri Reiter <siri@jones.dk> | 2013-01-23 15:29:42 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2013-01-23 15:29:42 +0100 |
commit | 1f17f30f661f9aa1ce81da3d82da830c5f5ffd77 (patch) | |
tree | d65ac87f0bb6e9ee3547194ee78bfe223022848b | |
parent | 8c037dfe7a4d44b0a5c266486fd3736f8661926a (diff) |
Image deco margins defined, overshadowing margins of normal images.
-rw-r--r-- | local.css | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -162,6 +162,8 @@ DIV#content img.deco { width: 50%; max-width: 200px; margin-right: -50%; + margin-top: 0; + margin-bottom: 0; padding: 0 5% 5%; background-color: none; } |