From: moodler Date: Thu, 25 Jan 2007 04:51:37 +0000 (+0000) Subject: Added some documentation and renamed thngs for clarity X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8b74cd23f4fdb49930350a482e97857624537f12;p=moodle.git Added some documentation and renamed thngs for clarity --- diff --git a/theme/standard/meta.php b/theme/standard/meta.php index a536d78241..8f7e04395f 100644 --- a/theme/standard/meta.php +++ b/theme/standard/meta.php @@ -1,8 +1,6 @@ - - diff --git a/theme/standard/ie6.css b/theme/standard/styles_ie6.css similarity index 78% rename from theme/standard/ie6.css rename to theme/standard/styles_ie6.css index 5f426958d2..0a7556d24e 100755 --- a/theme/standard/ie6.css +++ b/theme/standard/styles_ie6.css @@ -1,3 +1,7 @@ +/* + * These styles are ONLY included for IE 6 (via meta.php) + */ + .tabtree { height: 100%; } diff --git a/theme/standard/ie7.css b/theme/standard/styles_ie7.css similarity index 72% rename from theme/standard/ie7.css rename to theme/standard/styles_ie7.css index 367de8d2bd..602cc51224 100755 --- a/theme/standard/ie7.css +++ b/theme/standard/styles_ie7.css @@ -1,3 +1,7 @@ +/* + * These styles are ONLY included for IE 7 (via meta.php) + */ + .tabrow0 A { display: inline-block; padding-top: 8px;