fixing a slight bug with watch/unwatch. The icon watch/unwatch was dependent on the...
authorAdam Miller <adam@users.mediawiki.org>
Tue, 27 Oct 2009 21:10:43 +0000 (21:10 +0000)
committerAdam Miller <adam@users.mediawiki.org>
Tue, 27 Oct 2009 21:10:43 +0000 (21:10 +0000)
includes/DefaultSettings.php
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index 2c4c5f8..0e6609e 100644 (file)
@@ -1605,7 +1605,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches do not keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '247';
+$wgStyleVersion = '248';
 
 
 # Server-side caching:
index af5efbf..84648b1 100644 (file)
@@ -1069,6 +1069,7 @@ div#bodyContent {
 /* Watch/Unwatch Icon Styling */
 #ca-unwatch.icon,
 #ca-watch.icon {
+       margin-right:1px;
 }
 #ca-unwatch.icon a,
 #ca-watch.icon a {
@@ -1104,3 +1105,8 @@ div#bodyContent {
 #ca-watch.icon a span {
        display: none;
 }
+div.vectorTabs ul {
+       background-image:url(images/tab-break.png);
+       background-position:right bottom;
+       background-repeat:no-repeat;
+}
\ No newline at end of file
index c5ae839..2a0fd95 100644 (file)
@@ -1069,6 +1069,7 @@ div#bodyContent {
 /* Watch/Unwatch Icon Styling */
 #ca-unwatch.icon,
 #ca-watch.icon {
+       margin-left:1px;
 }
 #ca-unwatch.icon a,
 #ca-watch.icon a {
@@ -1104,3 +1105,8 @@ div#bodyContent {
 #ca-watch.icon a span {
        display: none;
 }
+div.vectorTabs ul {
+       background-image:url(images/tab-break.png);
+       background-position:left bottom;
+       background-repeat:no-repeat;
+}
\ No newline at end of file