Changeset 2457


Ignore:
Timestamp:
Jul 24, 2008, 3:30:27 AM (16 years ago)
Author:
rvelices
Message:
  • remove functions_group.inc.php (empty for some years; avoid unnecessary include_file)
  • thumbnails-fix-ie5-ie6.css merged into fix-ie5-ie6.css (avoid 2 IE6 css file requests)
Location:
branches/branch-1_7
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_7/include/functions.inc.php

    r2310 r2457  
    2929include_once( PHPWG_ROOT_PATH .'include/functions_category.inc.php' );
    3030include_once( PHPWG_ROOT_PATH .'include/functions_xml.inc.php' );
    31 include_once( PHPWG_ROOT_PATH .'include/functions_group.inc.php' );
    3231include_once( PHPWG_ROOT_PATH .'include/functions_html.inc.php' );
    3332include_once( PHPWG_ROOT_PATH .'include/functions_tag.inc.php' );
  • branches/branch-1_7/template/yoga/fix-ie5-ie6.css

    r2355 r2457  
    22/* Issues in IE from 5 to 6 only not to be used with IE7                      */
    33
    4 @import "thumbnails-fix-ie5-ie6.css";
     4#content UL.thumbnails SPAN.wrap2 {
     5  display: block;
     6  position: relative;
     7  text-align: left;
     8}
     9#content UL.thumbnails SPAN.wrap2 A,
     10#content UL.thumbnails SPAN.wrap2 SPAN {
     11  overflow: visible;
     12  position: absolute;
     13  top: 50%;
     14  text-align: center;
     15}
     16
     17#content UL.thumbnails IMG.thumbnail {
     18  position: relative;
     19  top: -50%;
     20  /*\*//*/
     21    margin-top: -40%;
     22  /**/
     23}
     24#content UL.thumbnails INPUT {
     25  position: absolute;
     26  left: 2px;
     27  top: 2px;  /* same as other browsers but not so pretty */
     28}
    529
    630/* to avoid vanishing objects in IE6 */
Note: See TracChangeset for help on using the changeset viewer.