diff options
Diffstat (limited to 'theme')
-rw-r--r-- | theme/base/css/display.css | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 7ac66095a..8c364febc 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1325,15 +1325,6 @@ margin-left:4px; .notice .attachment.more { padding-left:0; } -.notice .attachment img { -position:absolute; -top:18px; -left:0; -z-index:99; -} -#shownotice .notice .attachment img { -position:static; -} #attachments { clear:both; @@ -1716,6 +1707,12 @@ width:auto; min-width:0; } +.inline-attachment img { + /* Why on earth is this changed to block at the top? */ + display: inline; + border: solid 1px #aaa; + padding: 1px; +} }/*end of @media screen, projection, tv*/ |