Changeset 9850 for extensions/flop_style


Ignore:
Timestamp:
Mar 25, 2011, 2:15:18 PM (13 years ago)
Author:
flop25
Message:

no more hack ie with /*\**/
so ie6 and 7 don't display centered medium_cat

Location:
extensions/flop_style/mainpage_categories
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/flop_style/mainpage_categories/captify_mini.css

    r9818 r9850  
    8282
    8383}
    84 /* --------------Hack-------------*/
    8584#content div.thumbnailCategory {
    8685        display: table-cell;
     
    9392        vertical-align: middle;
    9493}
    95 /*\*//*/
    96 .wraptocenter {
    97     display: block;
    98 }
    99 .wraptocenter span {
    100     display: inline-block;
    101     height: 100%;
    102     width: 1px;
    103 }
    104 /**/
    105 /* --------------fin Hack-------------*/
    10694
    10795#content div.thumbnailCategory div.description h3 {
  • extensions/flop_style/mainpage_categories/medium_cat.css

    r9832 r9850  
    5454        text-align: center;
    5555}
    56 /* --------------Hack-------------*/
    5756#content div.thumbnailCategory {
    5857        display: inline-block;
     
    6867        vertical-align: middle;
    6968}
    70 /*\*//*/
    71 #content div.thumbnailCategory {
    72     display: block;
    73 }
    74 #content div.thumbnailCategory span {
    75     display: inline-block;
    76     height: 100%;
    77     width: 1px;
    78 }
    79 /**/
    80 /* --------------fin Hack-------------*/
    8169
    8270#content div.thumbnailCategory div.description h3 {
Note: See TracChangeset for help on using the changeset viewer.