Solves bug #19567 by applying the bottom margin to the child p or div tag, making...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 21 Jul 2009 22:44:16 +0000 (22:44 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 21 Jul 2009 22:44:16 +0000 (22:44 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index d59c286..0f9d79a 100644 (file)
@@ -843,11 +843,13 @@ img.thumbborder {
 #siteNotice {
        text-align: center;
        font-size: 95%;
-       margin-bottom: 0.9em;
+       margin: 0;
 }
+       #siteNotice div,
        #siteNotice p {
                margin: 0;
                padding: 0;
+               margin-bottom: 0.9em;
        }
 /* Categories */
 .catlinks {
index 93cf47a..5307406 100644 (file)
@@ -843,11 +843,13 @@ img.thumbborder {
 #siteNotice {
        text-align: center;
        font-size: 95%;
-       margin-bottom: 0.9em;
+       margin: 0;
 }
+       #siteNotice div,
        #siteNotice p {
                margin: 0;
                padding: 0;
+               margin-bottom: 0.9em;
        }
 /* Categories */
 .catlinks {