]> git.mjollnir.org Git - moodle.git/commitdiff
Added some documentation and renamed thngs for clarity
authormoodler <moodler>
Thu, 25 Jan 2007 04:51:37 +0000 (04:51 +0000)
committermoodler <moodler>
Thu, 25 Jan 2007 04:51:37 +0000 (04:51 +0000)
theme/standard/meta.php
theme/standard/styles_ie6.css [moved from theme/standard/ie6.css with 78% similarity]
theme/standard/styles_ie7.css [moved from theme/standard/ie7.css with 72% similarity]

index a536d7824113dbf852632741a18c1265c7e92232..8f7e04395fc249510e46a692fb7f24ecac74239f 100644 (file)
@@ -1,8 +1,6 @@
-
 <!--[if IE 7]>
-    <link rel="stylesheet" type="text/css" href="<?php echo $CFG->wwwroot ?>/theme/standard/ie7.css" />
+    <link rel="stylesheet" type="text/css" href="<?php echo $CFG->wwwroot ?>/theme/standard/styles_ie7.css" />
 <![endif]-->
 <!--[if IE 6]>
-    <link rel="stylesheet" type="text/css" href="<?php echo $CFG->wwwroot ?>/theme/standard/ie6.css" />
+    <link rel="stylesheet" type="text/css" href="<?php echo $CFG->wwwroot ?>/theme/standard/styles_ie6.css" />
 <![endif]-->
-
similarity index 78%
rename from theme/standard/ie6.css
rename to theme/standard/styles_ie6.css
index 5f426958d280b8173315186b0e511a0adb471a97..0a7556d24e97b053be8e963f70962e1f153e3e7e 100755 (executable)
@@ -1,3 +1,7 @@
+/*
+ * These styles are ONLY included for IE 6 (via meta.php)
+ */
+
 .tabtree {
     height: 100%;
 }
similarity index 72%
rename from theme/standard/ie7.css
rename to theme/standard/styles_ie7.css
index 367de8d2bdb73a7b63a9f1815a8525fd8ee55a52..602cc51224c22a1edd17b76ff50db71fea9a69b7 100755 (executable)
@@ -1,3 +1,7 @@
+/*
+ * These styles are ONLY included for IE 7 (via meta.php)
+ */
+
 .tabrow0 A {
     display: inline-block;
     padding-top: 8px;