Update Chick, Classic, and Simple to have proper edit section styles, and bump up...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 12 Oct 2006 22:02:15 +0000 (22:02 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 12 Oct 2006 22:02:15 +0000 (22:02 +0000)
skins/CologneBlue.php
skins/Nostalgia.php
skins/chick/main.css
skins/common/wikistandard.css
skins/simple/main.css

index 08389c4..7f1fb40 100644 (file)
@@ -18,7 +18,7 @@ if( !defined( 'MEDIAWIKI' ) )
 class SkinCologneBlue extends Skin {
 
        function getStylesheet() {
-               return "common/cologneblue.css?2";
+               return "common/cologneblue.css?3";
        }
        function getSkinName() {
                return "cologneblue";
index 1b54aab..214c70d 100644 (file)
@@ -18,7 +18,7 @@ if( !defined( 'MEDIAWIKI' ) )
 class SkinNostalgia extends Skin {
 
        function getStylesheet() {
-               return 'common/nostalgia.css?1';
+               return 'common/nostalgia.css?2';
        }
        function getSkinName() {
                return "nostalgia";
index 5d3d15b..00cab81 100644 (file)
@@ -60,6 +60,10 @@ h3 { font-size: 132%; }
 h4 { font-size: 116%; }
 h5 { font-size: 100%; }
 h6 { font-size: 80%;  }
+.editsection {
+       float: right;
+       margin-left: 5px;
+}
 
 ul {
     line-height: 1.5em;
index 3985f1d..f55582b 100644 (file)
@@ -35,6 +35,10 @@ h3 { font-size: 106.25%; }
 h4 { font-size: 103.125%; }
 h5 { font-size: 100%; }
 h6 { font-size: 95%; }
+.editsection {
+       float: right;
+       margin-left: 5px;
+}
 hr.sep { color:gray;height:1px;background-color:gray;}
 p.subpages { font-size:small;}
 p.subtitle { padding-top: 0; margin-top: 0;}
index d55552f..e389dfa 100644 (file)
@@ -402,3 +402,8 @@ div.prefsectiontip {
 table.collapsed tr.collapsable {
        display: none;
 }
+
+.editsection {
+       float: right;
+       margin-left: 5px;
+}
\ No newline at end of file