Added stylesheet for IE 6
/trunk/styles/lcars22-ie6.css |
---|
0,0 → 1,9 |
.empty #footer-container, |
.menu-container, |
#bow #bottom, |
#connectors, |
.multi-display, |
.multi-display .lower .bg |
{ |
position: absolute; |
} |
Property changes: |
Added: svn:mime-type |
## -0,0 +1 ## |
+text/plain |
\ No newline at end of property |
Index: trunk/global.php |
=================================================================== |
--- trunk/global.php (revision 169) |
+++ trunk/global.php (revision 170) |
@@ -10,6 +10,7 @@ |
@filemtime('footer.phtml'), |
@filemtime('styles/lcars-basic.css'), |
@filemtime('styles/lcars22.css'), |
+ @filemtime('styles/lcars22-ie6.css'), |
@filemtime('styles/lcars-ani.css'), |
@filemtime('scripts/object.js'), |
)); |
@@ -51,7 +52,7 @@ |
global $translator; |
global $textDomain; |
global $language; |
- |
+ |
return $translator->translate($s, $textDomain, $language); |
} |
/trunk/index.phtml |
---|
76,6 → 76,9 |
<?php |
} |
?> |
<!--[if lt IE 7]> |
<link rel="stylesheet" type="text/css" href="styles/lcars22-ie6.css"> |
<![endif]--> |
<style type="text/css"> |
<!-- |
p { |
/trunk/index.php |
---|
11,6 → 11,7 |
@filemtime(__FILE__), |
@filemtime("styles/lcars-basic.css"), |
@filemtime("styles/lcars22.css"), |
@filemtime("styles/lcars22-ie6.css"), |
)); |
\header('Last-Modified: ' . gmdate('D, d M Y H:i:s', $modi ) . ' GMT'); |
80,6 → 81,9 |
--> |
*/ ?> |
<link rel="stylesheet" type="text/css" href="scripts/builder.php?type=text/css&prefix=../styles/&src=lcars-basic,lcars22"> |
<!--[if lt IE 7]> |
<link rel="stylesheet" type="text/css" href="styles/lcars22-ie6.css"> |
<![endif]--> |
<style type="text/css"> |
<!-- |
a { |