From: Ævar Arnfjörð Bjarmason Date: Tue, 21 Jun 2005 15:18:07 +0000 (+0000) Subject: * (bug 1714) the "Save page" button now has right margin to seperate it from X-Git-Tag: 1.5.0beta1~107 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22sites_tous%22%29%20.%20%22?a=commitdiff_plain;h=c8c208e33637255a22cb09da531ab22c6b604b37;p=lhc%2Fweb%2Fwiklou.git * (bug 1714) the "Save page" button now has right margin to seperate it from "Show preview" and "Show changes" --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a54f75b823..42c493a757 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -313,6 +313,8 @@ Various bugfixes, small features, and a few experimental things: * Fixed a bug in Special:Contributions that caused the namespace selection to be forgotten between submits * Special:Watchlist/edit now has namespace subheadings +* (bug 1714) the "Save page" button now has right margin to seperate it from + "Show preview" and "Show changes" === Caveats === diff --git a/skins/monobook/main.css b/skins/monobook/main.css index ae749a8f30..8452a83e62 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -1146,3 +1146,8 @@ ul#filetoc { list-style-type: none; padding-right: 2em; } + +/* @bug 1714 */ +#wpSave { + margin-right: 1em; +}