Small changes
authorLuzifr <szekely@woltlab.com>
Wed, 25 Jan 2012 18:16:14 +0000 (19:16 +0100)
committerLuzifr <szekely@woltlab.com>
Wed, 25 Jan 2012 18:16:14 +0000 (19:16 +0100)
Deleted obsolete declaration & modified comments.

wcfsetup/install/files/acp/style/wcf.css

index 7a773b242b484aead11bc55d6c6b8138fcc300c0..9618b05ffa5dcd8c11bfea088a3d26c44ffb2d12 100644 (file)
@@ -534,7 +534,7 @@ nav.topMenu {
 /* -- -- -- Main Menu -- -- -- */
 
 .mainMenu {
-       /* This is the general toggle switch for main menu orientation (options: left|center|right) */
+       /* General toggle switch for main menu orientation (options: left|center|right) */
        text-align: left;
        margin: 0 30px;
        display: block;
@@ -2604,7 +2604,7 @@ input[type='button'],
 }
 
 .menu ul {
-       /* Toggle switch for menu orientation (options: left|center|right) */
+       /* General toggle switch for menu orientation (options: left|center|right) */
        text-align: center;
 }
 
@@ -4036,6 +4036,11 @@ button[disabled='disabled'] {
        bottom: -15px;
 }
 
+.infoPackageApplication footer nav {
+       /* General toggle switch for package nav-bar orientation (options: left|center|right) */
+       text-align: right;
+}
+
 /* -- -- -- Package Plugin -- -- -- */
 
 /* Globals */
@@ -4169,11 +4174,6 @@ button[disabled='disabled'] {
 
 /* -- -- -- Package Footers -- -- -- */
 
-.infoPackageApplication footer nav,
-.infoPackagePlugin footer nav {
-       text-align: right;
-}
-
 @media screen and (min-width: 480px), screen and (min-device-width: 480px) {
        
        .infoPackageApplication footer nav,