Changeset 5390 for main/waeup.sirp/trunk/src
- Timestamp:
- 8 Aug 2010, 07:02:04 (14 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/browser
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/static/waeuptheme.css
r4789 r5390 12 12 a { color:#840000; } 13 13 .tabs .hd ul li a:hover { background-color:#cc0000; } 14 15 .uni-logo { 16 background-image: url('logo_waeup.gif'); 17 background-repeat: no-repeat; 18 padding: 34px 50px; 19 background-position:0px 10px; 20 } -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/sitelayout.pt
r5388 r5390 35 35 36 36 <h1 id="logo"> 37 <a href="" tal:condition='python:True'37 <a href="" 38 38 tal:attributes="href view/application_url"> 39 <img tal:attributes="src static/logo_waeup.gif" 40 alt="Logo" /> 39 <span class="uni-logo"></span> 41 40 </a> 42 41 <span id="uni-title" tal:content="layout/getAppTitle">
Note: See TracChangeset for help on using the changeset viewer.