* (bug 1692) Fix margin on unwatch tab
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 7 May 2005 06:04:44 +0000 (06:04 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 7 May 2005 06:04:44 +0000 (06:04 +0000)
RELEASE-NOTES
skins/monobook/main.css

index 1e28771..a77c52f 100644 (file)
@@ -173,6 +173,8 @@ Various bugfixes, small features, and a few experimental things:
   records in text instead of copying all the cur_text fields. Requires
   that the cur table be left in place until/unless such fields are migrated
   into the main text store.
+* (bug 1692) Fix margin on unwatch tab
+
 
 === Caveats ===
 
index dfe51f9..1e3e39b 100644 (file)
@@ -855,7 +855,7 @@ li#pt-login {
 li#ca-talk {
     margin-right: 1.6em;
 }
-li#ca-watch, li#ca-watch, li#ca-varlang-0 {
+li#ca-watch, li#ca-unwatch, li#ca-varlang-0 {
     margin-left: 1.6em;
 }