diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-01-30 16:14:39 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-01-30 16:14:39 +0000 |
commit | 4b5fab372ff69a809144dee3a0a7f90c219fe400 (patch) | |
tree | 3835425dae514f7296b6aaf77eed81c7f2617a5f /phpBB/adm/style/colour_swatch.html | |
parent | 140746089594307c9bc2ad084ea2355dcbddbe16 (diff) | |
download | forums-4b5fab372ff69a809144dee3a0a7f90c219fe400.tar forums-4b5fab372ff69a809144dee3a0a7f90c219fe400.tar.gz forums-4b5fab372ff69a809144dee3a0a7f90c219fe400.tar.bz2 forums-4b5fab372ff69a809144dee3a0a7f90c219fe400.tar.xz forums-4b5fab372ff69a809144dee3a0a7f90c219fe400.zip |
merge with revision #r8350
git-svn-id: file:///svn/phpbb/trunk@8351 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/colour_swatch.html')
-rw-r--r-- | phpBB/adm/style/colour_swatch.html | 4 |
1 files changed, 2 insertions, 2 deletions
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> |