Changeset 10067 for main/waeup.ngrentheme
- Timestamp:
- 6 Apr 2013, 17:45:38 (12 years ago)
- Location:
- main/waeup.ngrentheme/trunk/waeup/ngrentheme
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ngrentheme/trunk/waeup/ngrentheme/browser/stylesheets/main.css
r10066 r10067 10 10 margin: 9em 0 0 0; 11 11 } 12 13 14 /*Media queries are not supported in Internet Explorer 8 or older! */15 16 @media all and (max-width: 480px) {17 18 #portal-logo {19 display: none;20 }21 22 #portal-globalnav {23 border-top: 0em solid white;24 margin: 2em 0 0 0;25 }26 } -
main/waeup.ngrentheme/trunk/waeup/ngrentheme/browser/stylesheets/mobile.css
r10066 r10067 1 1 /* - mobile.css - */ 2 @media handheld, screen and (max-device-width: 480px) {3 2 3 #portal-logo { 4 display: none; 4 5 } 6 7 #portal-globalnav { 8 border-top: 0em solid white; 9 margin: 2em 0 0 0; 10 }
Note: See TracChangeset for help on using the changeset viewer.