Changeset 10063
- Timestamp:
- 5 Apr 2013, 18:55:12 (12 years ago)
- Location:
- main/waeup.ngrentheme/trunk/waeup/ngrentheme
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ngrentheme/trunk/waeup/ngrentheme/browser/stylesheets/main.css
r10049 r10063 1 1 /* Stylesheet for the 'WAeUP ngREN Theme' Plone theme */ 2 2 3 #portal-logo { 4 margin: 0.2em 0; 5 position: absolute; 6 } 7 8 #portal-globalnav { 9 border-top: 0em solid white; 10 margin: 9em 0 0 0; 11 } -
main/waeup.ngrentheme/trunk/waeup/ngrentheme/profiles/default/cssregistry.xml
r10049 r10063 30 30 enabled="1" expression=""/> 31 31 <stylesheet title="" 32 id="++resource++waeup.ngrentheme.stylesheets/mobile.css" 33 media="handheld, screen and (max-device-width: 480px)" 34 rel="stylesheet" rendering="import" 35 cacheable="True" compression="safe" cookable="True" 36 enabled="1" expression=""/> 37 <stylesheet title="" 32 38 id="print_custom.css" 33 39 media="print" rel="stylesheet" rendering="import" 34 40 cacheable="True" compression="safe" cookable="True" 35 41 enabled="1" expression=""/> 36 37 42 </object>
Note: See TracChangeset for help on using the changeset viewer.