From 8b74cd23f4fdb49930350a482e97857624537f12 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 25 Jan 2007 04:51:37 +0000 Subject: [PATCH] Added some documentation and renamed thngs for clarity --- theme/standard/meta.php | 6 ++---- theme/standard/{ie6.css => styles_ie6.css} | 4 ++++ theme/standard/{ie7.css => styles_ie7.css} | 4 ++++ 3 files changed, 10 insertions(+), 4 deletions(-) rename theme/standard/{ie6.css => styles_ie6.css} (78%) rename theme/standard/{ie7.css => styles_ie7.css} (72%) 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; -- 2.39.5