Ignore:
Timestamp:
Nov 19, 2008, 4:44:04 PM (16 years ago)
Author:
patdenice
Message:
  • Replace some mysql_query by pwg_query function.
  • Add home button after upgrade.php.
  • Add utf8 charset for access denied message.
  • Replace some #content by .content in css files.
  • Fix menubar blocks borders with IE.
Location:
trunk/template/yoga/theme/Sylvia
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/theme/Sylvia/theme.css

    r2841 r2884  
    110110        padding-left: 12px;
    111111}
     112#menubar LI UL {
     113  background: transparent url(images/transparent.gif);
     114}
    112115#menubar A, .menuInfoCat {
    113116        font-size: 13px;
     
    129132        background:transparent url(images/menuId_sides.gif) repeat-y scroll left bottom;
    130133}
    131 #menubar #mbIdentification  .actions, #menubar li ul, #menubar #mbIdentification form  p {
     134#menubar #mbIdentification  .actions, #menubar #mbIdentification form  p {
    132135        background:transparent none repeat-y scroll left bottom;
    133136}
     
    162165}
    163166
    164 #content {
     167.content {
    165168        background:#222 url(images/fillet.gif) repeat-x scroll left top;
    166169        min-height:466px;
Note: See TracChangeset for help on using the changeset viewer.