Changeset 1138 for trunk/template/yoga
- Timestamp:
- Apr 9, 2006, 3:38:37 PM (19 years ago)
- Location:
- trunk/template/yoga
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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 12 1 /* $Id$ */ 13 2 -
trunk/template/yoga/header.tpl
r1093 r1138 5 5 <meta http-equiv="Content-Type" content="text/html; charset={CONTENT_ENCODING}"> 6 6 <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"> 8 8 <!-- the next css is used to fix khtml (Konqueror/Safari) issue 9 9 the "text/nonsense" prevents gecko based browsers to load it -->
Note: See TracChangeset
for help on using the changeset viewer.