Index: typo3/stylesheet.css =================================================================== --- typo3/stylesheet.css (revision 3534) +++ typo3/stylesheet.css (working copy) @@ -1333,8 +1333,7 @@ } div#typo3-docbody { - width: 98%; - padding: 2% 0% 2% 10px; + width: 100%; overflow: auto; top: 51px; bottom: 0; @@ -1342,6 +1341,10 @@ z-index: 2; } +div#typo3-inner-docbody { + padding: 10px 0 10px 10px; +} + * html div#typo3-docbody { height: 90%; top: 51px; Index: typo3/templates/alt_db_navframe.html =================================================================== --- typo3/templates/alt_db_navframe.html (revision 3534) +++ typo3/templates/alt_db_navframe.html (working copy) @@ -19,8 +19,10 @@