Changeset 7465 for main/waeup.sirp/trunk/src/waeup/sirp/browser/static
- Timestamp:
- 13 Jan 2012, 07:50:34 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/browser/static
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/static/mobile.css
r7459 r7465 1 1 .container { 2 width: 480px;2 width: 300px; 3 3 } 4 4 5 5 body { 6 padding-top: 60px;6 padding-top: 70px; 7 7 } 8 8 -
main/waeup.sirp/trunk/src/waeup/sirp/browser/static/waeup-base.css
r7459 r7465 69 69 width: 180px; 70 70 } 71 72 h1 { 73 font-size: 26px; 74 } 75 h2 { 76 font-size: 22px; 77 } 78 h3 { 79 font-size: 16px; 80 } 81 h4 { 82 font-size: 14px; 83 } 84 h5 { 85 font-size: 13px; 86 } 87 h6 { 88 font-size: 12px; 89 } 90 91 71 92 72 93 /* IE doesn't like the footer tag*/
Note: See TracChangeset for help on using the changeset viewer.