mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 21:54:00 +02:00
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
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user