aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/acp_language.html2
-rw-r--r--phpBB/adm/style/colour_swatch.html4
-rw-r--r--phpBB/adm/style/install_update_diff.html4
3 files changed, 6 insertions, 4 deletions
diff --git a/phpBB/adm/style/acp_language.html b/phpBB/adm/style/acp_language.html
index 815ebb024a..95ac1d5852 100644
--- a/phpBB/adm/style/acp_language.html
+++ b/phpBB/adm/style/acp_language.html
@@ -121,9 +121,11 @@
<!--[if lt IE 8]>
<style type="text/css">
+ /* <![CDATA[ */
input.langvalue, textarea.langvalue {
width: 450px;
}
+ /* ]]> */
</style>
<![endif]-->
diff --git a/phpBB/adm/style/colour_swatch.html b/phpBB/adm/style/colour_swatch.html
index f3c5a812dc..c9e89980d8 100644
--- a/phpBB/adm/style/colour_swatch.html
+++ b/phpBB/adm/style/colour_swatch.html
@@ -8,7 +8,7 @@
<title>{L_COLOUR_SWATCH}</title>
<style type="text/css">
-<!--
+/* <![CDATA[ */
body {
background-color: #404040;
color: #fff;
@@ -29,7 +29,7 @@
img {
border: 0;
}
-//-->
+/* ]]> */
</style>
</head>
diff --git a/phpBB/adm/style/install_update_diff.html b/phpBB/adm/style/install_update_diff.html
index b9ac19ae5d..efbe1d045c 100644
--- a/phpBB/adm/style/install_update_diff.html
+++ b/phpBB/adm/style/install_update_diff.html
@@ -32,7 +32,7 @@ function resize_panel()
</script>
<style type="text/css">
-<!--
+/* <![CDATA[ */
#main {
font-size: 1em;
@@ -198,7 +198,7 @@ table.hrdiff caption span {
<!-- ENDIF -->
-//-->
+/* ]]> */
</style>
</head>