Changeset 1650 for trunk/template
- Timestamp:
- Dec 12, 2006, 7:17:53 AM (18 years ago)
- Location:
- trunk/template/yoga
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/menubar.css
r1641 r1650 11 11 #menubar DL, #menubar DT, #menubar DD { 12 12 margin: 0; padding: 0; display: block; 13 } 14 15 #menubar .buttonmenu { 16 margin: 0 2px; 17 width: auto; 18 padding: 0; 19 text-indent: 0; 20 list-style: none; 21 text-align: center; 22 float: right; 13 23 } 14 24 -
trunk/template/yoga/menubar.tpl
r1620 r1650 14 14 <!-- END links --> 15 15 <dl id="mbCategories"> 16 <!-- BEGIN start_filter_mode --> 17 <a href="{start_filter_mode.URL}" title="{lang:start_filter_mode_hint}"><img src="{pwg_root}{themeconf:icon_dir}/start_filter_mode.png" class="buttonmenu" alt="{lang:start_filter_mode_hint}"></a> 18 <!-- END start_filter_mode --> 19 <!-- BEGIN stop_filter_mode --> 20 <a href="{stop_filter_mode.URL}" title="{lang:stop_filter_mode_hint}"><img src="{pwg_root}{themeconf:icon_dir}/stop_filter_mode.png" class="buttonmenu" alt="{lang:stop_filter_mode_hint}"></a> 21 <!-- END stop_filter_mode --> 16 22 <dt><a href="{U_HOME}">{lang:Categories}</a></dt> 17 23 <dd>
Note: See TracChangeset
for help on using the changeset viewer.