* (bug 1714) the "Save page" button now has right margin to seperate it from
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Tue, 21 Jun 2005 15:18:07 +0000 (15:18 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Tue, 21 Jun 2005 15:18:07 +0000 (15:18 +0000)
  "Show preview" and "Show changes"

RELEASE-NOTES
skins/monobook/main.css

index a54f75b..42c493a 100644 (file)
@@ -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 ===
 
index ae749a8..8452a83 100644 (file)
@@ -1146,3 +1146,8 @@ ul#filetoc {
        list-style-type: none;
        padding-right: 2em;
 }
+
+/* @bug 1714 */
+#wpSave {
+       margin-right: 1em;
+}