Changeset 7630 for main/waeup.sirp
- Timestamp:
- 11 Feb 2012, 07:04:56 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/browser
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/static/waeup-base.css
r7588 r7630 71 71 72 72 h1 { 73 font-size: 2 6px;73 font-size: 22px; 74 74 } 75 75 h2 { 76 font-size: 22px;76 font-size: 18px; 77 77 } 78 78 h3 { -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/staffsitelayout.pt
r7469 r7630 92 92 </span> 93 93 </div> 94 <h 2i18n:translate="" tal:condition="view/label|nothing"95 tal:content="view/label">Label</h 2>94 <h1 i18n:translate="" tal:condition="view/label|nothing" 95 tal:content="view/label">Label</h1> 96 96 <div tal:content="structure view/content"> THE CONTENT 97 97 </div> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/studentsitelayout.pt
r7551 r7630 77 77 </span> 78 78 </div> 79 <h 2i18n:translate="" tal:condition="view/label|nothing"80 tal:content="view/label">Label</h 2>79 <h1 i18n:translate="" tal:condition="view/label|nothing" 80 tal:content="view/label">Label</h1> 81 81 <div tal:content="structure view/content"> THE CONTENT 82 82 </div>
Note: See TracChangeset for help on using the changeset viewer.