display:inline new <div> to preseve old design
authorTom Gilder <tomgilder@users.mediawiki.org>
Thu, 13 Oct 2005 04:10:09 +0000 (04:10 +0000)
committerTom Gilder <tomgilder@users.mediawiki.org>
Thu, 13 Oct 2005 04:10:09 +0000 (04:10 +0000)
skins/monobook/main.css

index 94f7944..b88dbfd 100644 (file)
@@ -1274,6 +1274,10 @@ input#wpSave, input#wpDiff {
        margin-right: 0.33em;
 }
 
+#editform .editOptions {
+  display: inline;
+}
+
 #wpSave {
   font-weight: bold;
 }