Merge "(bug 17602) fix Monobook action tabs not quite touching the page body"
authorTheDJ <hartman.wiki@gmail.com>
Sun, 19 May 2013 19:44:43 +0000 (19:44 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sun, 19 May 2013 19:44:43 +0000 (19:44 +0000)
skins/monobook/main.css

index 1f44689..90a41d3 100644 (file)
@@ -428,14 +428,13 @@ li#pt-anonuserpage {
        display: inline;
        border: 1px solid #aaa;
        border-bottom: none;
-       padding: 0 0 .1em 0;
+       padding: 0 0 1em 0;
        margin: 0 .3em 0 0;
        overflow: visible;
        background: white;
 }
 #p-cactions li.selected {
        border-color: #fabd23;
-       padding: 0 0 .2em 0;
        font-weight: bold;
 }
 #p-cactions li a {