/* -- -- -- 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;
}
.menu ul {
- /* Toggle switch for menu orientation (options: left|center|right) */
+ /* General toggle switch for menu orientation (options: left|center|right) */
text-align: center;
}
bottom: -15px;
}
+.infoPackageApplication footer nav {
+ /* General toggle switch for package nav-bar orientation (options: left|center|right) */
+ text-align: right;
+}
+
/* -- -- -- Package Plugin -- -- -- */
/* Globals */
/* -- -- -- 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,