- Timestamp:
- Apr 15, 2006, 12:20:45 PM (19 years ago)
- Location:
- branches/branch-1_6
- Files:
-
- 1 deleted
- 3 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1_6/template-common/default-layout.css
r1141 r1183 1 /* $Id $ */1 /* $Id:$ */ 2 2 3 3 /* Set the width of the menubar for the galery */ … … 7 7 #content { 8 8 margin-left: 20em; /* = #menubar width + 2em */ 9 } 10 /* Set minimum width of the page before getting a scrollbar */ 11 /* IE5 and IE6 don't get that */ 12 BODY { 13 min-width: 60em; /* ~ 3* #menubar width */ 9 14 } 10 15 -
branches/branch-1_6/template/yoga/fix-khtml.css
r910 r1183 1 /* $Id :*/1 /* $Id$ */ 2 2 /* Issue in Safari/Konqueror only */ 3 3 /* If H2 has a 0 margin-top categoryActions doesn't float right but overwrites H2 */ -
branches/branch-1_6/template/yoga/header.tpl
r1141 r1183 9 9 the "text/nonsense" prevents gecko based browsers to load it --> 10 10 <link rel="stylesheet" type="text/nonsense" href="{pwg_root}template/{themeconf:template}/fix-khtml.css"> 11 <!--[if lt IE 7]> 12 <link rel="stylesheet" type="text/nonsense" href="{pwg_root}template/{themeconf:template}/fix-ie5-ie6.css"> 13 <![endif]--> 11 14 <link rel="stylesheet" type="text/css" media="print" href="{pwg_root}template/{themeconf:template}/print.css"> 12 15 <link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/default-colors.css"> … … 20 23 <title>{GALLERY_TITLE}:{PAGE_TITLE}</title> 21 24 <script type="text/javascript" src="{pwg_root}include/scripts.js"></script> 22 <!--[if gte IE 5.5000]>25 <!--[if lt IE 7]> 23 26 <script type="text/javascript" src="{pwg_root}include/pngfix.js"></script> 24 27 <![endif]-->
Note: See TracChangeset
for help on using the changeset viewer.