From: Andre Noll Date: Sun, 18 Aug 2013 17:15:13 +0000 (+0200) Subject: web: Make image rule global. X-Git-Tag: v0.5.0~1^2~1 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=c6ac6c663b78303c8ea50c7fa8a077ffc01c2936;hp=c53634c9781124d109a74e7268a7cd793bb59836 web: Make image rule global. This way it also applies to the paraslash logo. Without this, old mozilla browsers show a margin around the image, which looks ugly. --- diff --git a/web/para.css b/web/para.css index 13149305..422f454e 100644 --- a/web/para.css +++ b/web/para.css @@ -34,6 +34,11 @@ hr { border-top: 1px solid yellow; } +img { + float: right; + border-width: 0px; +} + caption { font-weight: bold } /* doxgen */ @@ -301,11 +306,6 @@ span.cntrl { margin: 0px 2px 0px 2px; } -img.logo { - float: right; - border-width: 0px; -} - div.page_header { padding: 8px; font-size: 120%;