1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00

revert r8893 - there were massive problems with the display and select all code

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8953 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2008-09-28 17:08:09 +00:00
parent 7de4563d05
commit 0a98003d91
5 changed files with 8 additions and 8 deletions

View File

@@ -467,11 +467,12 @@ 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;