Changeset 1265 for trunk


Ignore:
Timestamp:
Dec 14, 2010, 6:06:25 PM (13 years ago)
Author:
work@…
Message:
  • changing z-indexes of navigation and facebook like to see if issue #232 is now resolved
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/css/default_style.css

    r1241 r1265  
    6262}
    6363
     64
    6465/** END :: header **/
    6566/** START :: topnav **/
     
    7374        font-size: 1.2em;
    7475        background: url(../images/default_style/topnav/topnav_bg.gif) repeat-x;
     76        z-index: 1000;
    7577}
    7678
     
    438440#facebookConnect {
    439441        padding:0px 0px 10px 0px;
    440 }
     442        z-index: -1;
     443}
Note: See TracChangeset for help on using the changeset viewer.