From c8c208e33637255a22cb09da531ab22c6b604b37 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Tue, 21 Jun 2005 15:18:07 +0000 Subject: [PATCH] * (bug 1714) the "Save page" button now has right margin to seperate it from "Show preview" and "Show changes" --- RELEASE-NOTES | 2 ++ skins/monobook/main.css | 5 +++++ 2 files changed, 7 insertions(+) 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; +} -- 2.20.1