Changeset 10066
- Timestamp:
- 6 Apr 2013, 16:36:13 (12 years ago)
- Location:
- main/waeup.ngrentheme/trunk/waeup/ngrentheme/browser/stylesheets
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ngrentheme/trunk/waeup/ngrentheme/browser/stylesheets/main.css
r10063 r10066 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
r10063 r10066 2 2 @media handheld, screen and (max-device-width: 480px) { 3 3 4 #portal-logo {5 display: none;6 4 } 7 8 #portal-globalnav {9 border-top: 0em solid white;10 margin: 2em 0 0 0;11 }12 }
Note: See TracChangeset for help on using the changeset viewer.