Changeset 2456


Ignore:
Timestamp:
Jul 24, 2008, 3:30:12 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)
  • removed unused css
Location:
trunk
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions.inc.php

    r2339 r2456  
    2727include_once( PHPWG_ROOT_PATH .'include/functions_category.inc.php' );
    2828include_once( PHPWG_ROOT_PATH .'include/functions_xml.inc.php' );
    29 include_once( PHPWG_ROOT_PATH .'include/functions_group.inc.php' );
    3029include_once( PHPWG_ROOT_PATH .'include/functions_html.inc.php' );
    3130include_once( PHPWG_ROOT_PATH .'include/functions_tag.inc.php' );
  • trunk/template/yoga/default-layout.css

    r2396 r2456  
    99}
    1010
    11 #the_page {
    12         /* Just in case another template needs an inner frame */
    13 }
    1411
    1512H1 {
     
    8077        margin-top: 1em;
    8178        margin-bottom: 0;
    82 }
    83 
    84 .small {
    85         font-size: 80%;
    8679}
    8780
     
    274267  text-align: left;
    275268}
    276 TR.tagLine:hover {
    277   background-color: #fff;
    278 }
    279269TD.nbEntries {
    280270  text-align: right;
  • trunk/template/yoga/fix-ie5-ie6.css

    r2356 r2456  
    22/* 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}
     25.content UL.thumbnails INPUT {
     26  position: absolute;
     27  left: 2px;
     28  top: 2px;  /* same as other browsers but not so pretty */
     29}
     30
    531
    632/* to avoid vanishing objects in IE6 */
Note: See TracChangeset for help on using the changeset viewer.