aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-09-19 16:40:24 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-09-19 16:40:24 +0000
commit20b08e296186e8ae812a0928d387bb01468af846 (patch)
tree75e59325a8342a79a559aef3144f734a3cd86bfd /phpBB/styles/prosilver/theme
parente12fce5f3d74d97b93b5a5931e59f9ddc2355a77 (diff)
downloadforums-20b08e296186e8ae812a0928d387bb01468af846.tar
forums-20b08e296186e8ae812a0928d387bb01468af846.tar.gz
forums-20b08e296186e8ae812a0928d387bb01468af846.tar.bz2
forums-20b08e296186e8ae812a0928d387bb01468af846.tar.xz
forums-20b08e296186e8ae812a0928d387bb01468af846.zip
support tabs in code selections (Bug #25445). Still does not solve the strange "4 spaces prefixed on every line" problem in firefox. :/
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8893 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r--phpBB/styles/prosilver/theme/content.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index 936b53f78a..98c5d3fbb3 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -467,12 +467,11 @@ blockquote dl.codebox {
}
dl.codebox code {
- /* Also see tweaks.css */
overflow: auto;
display: block;
height: auto;
max-height: 200px;
- white-space: normal;
+ /* white-space: normal; */
padding-top: 5px;
font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
line-height: 1.3em;