From 8e9597c78804525002b04df8a51240db51898819 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 7 May 2005 06:04:44 +0000 Subject: [PATCH] * (bug 1692) Fix margin on unwatch tab --- RELEASE-NOTES | 2 ++ skins/monobook/main.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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; } -- 2.20.1