* Small changes to tabs in Monobook skin c/o Chris Ware
authorRob Church <robchurch@users.mediawiki.org>
Thu, 19 Jan 2006 23:24:20 +0000 (23:24 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Thu, 19 Jan 2006 23:24:20 +0000 (23:24 +0000)
RELEASE-NOTES
skins/monobook/IE55Fixes.css
skins/monobook/IE60Fixes.css
skins/monobook/main.css

index 9c7775f..30f1cda 100644 (file)
@@ -543,6 +543,7 @@ fully support the editing toolbar, but was found to be too confusing.
   language and skin classes. Should help with the broken base-class
   problem under PHP 5 with APC as opcode cache. See details:
   http://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html
+* Small changes to tabs in Monobook skin c/o Chris Ware
 
 
 === Caveats ===
index 637daae..127584d 100644 (file)
@@ -51,7 +51,7 @@ body { font-size: xx-small; }
        border-width: 1px 1px 0;
 }
 #p-cactions li.selected a {
-       border-color: #fabd23;
+       border-color: #aaa;
        padding-bottom: 0.17em;
 }
 #p-cactions li a:hover {
index 6b646c7..c3047bb 100644 (file)
@@ -43,7 +43,7 @@
        border-width: 1px 1px 0;
 }
 #p-cactions li.selected a {
-       border-color: #fabd23;
+       border-color:#aaa;
        padding-bottom: 0.17em;
 }
 #p-cactions li a:hover {
index 69183ba..b85ea66 100644 (file)
@@ -5,7 +5,7 @@
 **
 ** Loosely based on http://www.positioniseverything.net/ordered-floats.html by Big John
 ** and the Plone 2.0 styles, see http://plone.org/ (Alexander Limi,Joe Geldart & Tom Croucher,
-** Michael Zeltner and Geir Bækholt)
+** Michael Zeltner and Geir Býkholt)
 ** All you guys rock :)
 */
 
@@ -841,7 +841,7 @@ li#pt-login {
 #p-cactions {
        position: absolute;
        top: 1.3em;
-       left: 11.5em;
+       left: 10.5em;
        margin: 0;
        white-space: nowrap;
        width: 76%;
@@ -866,10 +866,9 @@ li#pt-login {
        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;
 }