Subversion Repositories LCARS

Compare Revisions

Last modification

Regard whitespace Rev 169 → Rev 170

/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: global.php
===================================================================
--- global.php (revision 169)
+++ 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'),
));
Index: index.phtml
===================================================================
--- index.phtml (revision 169)
+++ index.phtml (revision 170)
@@ -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 {
Index: index.php
===================================================================
--- index.php (revision 169)
+++ index.php (revision 170)
@@ -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&amp;prefix=../styles/&amp;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 {