From: Brion Vibber Date: Sat, 7 May 2005 06:04:44 +0000 (+0000) Subject: * (bug 1692) Fix margin on unwatch tab X-Git-Tag: 1.5.0alpha2~278 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=8e9597c78804525002b04df8a51240db51898819;p=lhc%2Fweb%2Fwiklou.git * (bug 1692) Fix margin on unwatch tab --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 1e28771c21..a77c52f42a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 === diff --git a/skins/monobook/main.css b/skins/monobook/main.css index dfe51f97c6..1e3e39b2e4 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -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; }