]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
web: Make image rule global.
authorAndre Noll <maan@systemlinux.org>
Sun, 18 Aug 2013 17:15:13 +0000 (19:15 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 18 Aug 2013 17:47:54 +0000 (19:47 +0200)
This way it also applies to the paraslash logo. Without this, old
mozilla browsers show a margin around the image, which looks ugly.

web/para.css

index 131493052e4486254b6296b4ba56737bd799f8b4..422f454eefebdbcdfc301c8cf2fed6f098b549d5 100644 (file)
@@ -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%;