From 2d55e5f7700f9b3dcd2c811dff4490c594ae8400 Mon Sep 17 00:00:00 2001 From: Luzifr Date: Wed, 25 Jan 2012 19:16:14 +0100 Subject: [PATCH] Small changes Deleted obsolete declaration & modified comments. --- wcfsetup/install/files/acp/style/wcf.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css index 7a773b242b..9618b05ffa 100644 --- a/wcfsetup/install/files/acp/style/wcf.css +++ b/wcfsetup/install/files/acp/style/wcf.css @@ -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, -- 2.20.1