Ignore:
Timestamp:
Jun 29, 2009, 5:00:34 PM (15 years ago)
Author:
flop25
Message:

refresh all the tpl with current yoga tpl.

maj avec le yoga de pwg 2.0.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floPure/fix-ie5-ie6.css

    r3333 r3474  
    1 /* $Id: fix-ie5-ie6.css 2356 2008-05-23 10:15:48Z rvelices $ */
    2 /* Issues in IE from 5 to 6 only not to be used with IE7                      */
     1/* $Id: fix-ie5-ie6.css 2648 2008-10-03 23:48:03Z rvelices $ */
     2/* Issues in IE from 5 to 6 only not to be used with IE7 */
    33
    4 @import "thumbnails-fix-ie5-ie6.css";
     4/* fix IE with another layout for thumbnails */
     5.content UL.thumbnails SPAN.wrap2 {
     6  display: block;
     7  position: relative;
     8  text-align: left;
     9}
     10.content UL.thumbnails SPAN.wrap2 A,
     11.content UL.thumbnails SPAN.wrap2 SPAN {
     12  overflow: visible;
     13  position: absolute;
     14  top: 50%;
     15  text-align: center;
     16}
     17
     18.content UL.thumbnails IMG.thumbnail {
     19  position: relative;
     20  top: -50%;
     21  /*\*//*/
     22    margin-top: -40%;
     23  /**/
     24}
    525
    626/* to avoid vanishing objects in IE6 */
Note: See TracChangeset for help on using the changeset viewer.