Changeset 8873


Ignore:
Timestamp:
Jan 24, 2011, 10:04:43 PM (13 years ago)
Author:
Zaphod
Message:

[extension] stripped - menubar bug correction

Location:
extensions/stripped
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/template/index.tpl

    r8025 r8873  
    2525</div>
    2626<div id="content">
    27   <div id="menubar_container">{$MENUBAR}</div>
     27  {$MENUBAR}
    2828  <div id="subcontent">
    2929        {if !empty($PLUGIN_INDEX_CONTENT_BEFORE)}{$PLUGIN_INDEX_CONTENT_BEFORE}{/if}
  • extensions/stripped/theme.css

    r8183 r8873  
    257257#menuswitcher:hover {
    258258        color:#ccc;
    259 }
    260 
    261 #menubar_container {
    262         display:table-cell;
    263259}
    264260
Note: See TracChangeset for help on using the changeset viewer.