From: Ævar Arnfjörð Bjarmason Date: Tue, 21 Jun 2005 15:41:45 +0000 (+0000) Subject: * (bug 1714) Tweaks, reducing the margin to 0.33em and applying it to #wpDiff X-Git-Tag: 1.5.0beta1~106 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=984688b1108bac17d69f6ef2477b95239d7cd4a8;p=lhc%2Fweb%2Fwiklou.git * (bug 1714) Tweaks, reducing the margin to 0.33em and applying it to #wpDiff as well. --- diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 8452a83e62..61ea653eec 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -1148,6 +1148,6 @@ ul#filetoc { } /* @bug 1714 */ -#wpSave { - margin-right: 1em; +input#wpSave, input#wpDiff { + margin-right: 0.33em; }