aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/yoga/theme/Sylvia/theme-ie.css2
-rw-r--r--template/yoga/theme/Sylvia/themeconf.inc.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/template/yoga/theme/Sylvia/theme-ie.css b/template/yoga/theme/Sylvia/theme-ie.css
index f5cb7aa0f..e92e5b34d 100644
--- a/template/yoga/theme/Sylvia/theme-ie.css
+++ b/template/yoga/theme/Sylvia/theme-ie.css
@@ -1,4 +1,4 @@
-#content.thumbnailCategory div.description .text {
+#content .thumbnailCategory div.description .text {
scrollbar-face-color:#222;
scrollbar-shadow-color:#444;
scrollbar-highlight-color:#000;
diff --git a/template/yoga/theme/Sylvia/themeconf.inc.php b/template/yoga/theme/Sylvia/themeconf.inc.php
index 578b34ffb..3c99c66cd 100644
--- a/template/yoga/theme/Sylvia/themeconf.inc.php
+++ b/template/yoga/theme/Sylvia/themeconf.inc.php
@@ -6,9 +6,9 @@ $themeconf = array(
'admin_icon_dir' => 'template/yoga/icon/admin',
'mime_icon_dir' => 'template/yoga/theme/Sylvia/icon/mimetypes/',
'local_head' => '
-<!--[if IE]> <-->
+<!--[if IE]>
<link rel="stylesheet" href="template/yoga/theme/Sylvia/theme-ie.css" type="text/css">
-<!--> <![endif]-->
+<![endif]-->
',
);
?>