Changeset 1138


Ignore:
Timestamp:
Apr 9, 2006, 3:38:37 PM (18 years ago)
Author:
rub
Message:

Issue ID 310:

o Fix css file order
o Add example

Location:
trunk
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/template-common/default-layout.css

    r1136 r1138  
    4141  display: block;               /* display: none; if you don't want legend */
    4242}
    43 
    44 /* Override properties with import local file */
    45 @import "local-layout.css";
  • trunk/template/yoga/default-layout.css

    r1131 r1138  
    1 
    2 /* template css */
    3 @import "menubar.css";
    4 @import "content.css";
    5 @import "image.css";
    6 @import "popuphelp.css";
    7 /* Override properties with import local file */
    8 @import "local-layout.css";
    9 /* common css */
    10 @import "../../template-common/default-layout.css";
    11 
    121/* $Id$ */
    132
  • trunk/template/yoga/header.tpl

    r1093 r1138  
    55<meta http-equiv="Content-Type" content="text/html; charset={CONTENT_ENCODING}">
    66<link rel="shortcut icon" type="image/x-icon" href="{pwg_root}template-common/favicon.ico">
    7 <link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/default-layout.css">
     7<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/layout.css">
    88<!-- the next css is used to fix khtml (Konqueror/Safari) issue
    99the "text/nonsense" prevents gecko based browsers to load it -->
  • trunk/tools/local-layout.css

    r1088 r1138  
    55}
    66
     7#content UL.thumbnails SPAN.wrap2 {
     8  height: 200px; /* max thumbnail height + 2px */
     9}
     10
Note: See TracChangeset for help on using the changeset viewer.