From ff76c3bfea6350ac2ea9595e4b880a2683106c31 Mon Sep 17 00:00:00 2001 From: Christian Kuhn Date: Sun, 31 May 2009 18:48:26 +0000 Subject: [PATCH] Fixed bug #11233: Log module has an unwanted margin git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5520 709f56b5-9817-0410-a4d7-c38de5d9e867 --- ChangeLog | 1 + typo3/stylesheet.css | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8274f6afe7d..29d0fc75518 100755 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ 2009-05-31 Christian Kuhn + * Fixed bug #11233: Log module has an unwanted margin * Fixed bug #11232: User Admin module has an unwanted margin (Thanks to Dan Osipov) * Fixed bug #11218: Typo in typo3/init.php diff --git a/typo3/stylesheet.css b/typo3/stylesheet.css index e0ae40087db..a7fd3073a21 100644 --- a/typo3/stylesheet.css +++ b/typo3/stylesheet.css @@ -212,6 +212,7 @@ body#ext-lowlevel-config-index-php, body#ext-indexed-search-mod-index-php, body#ext-cms-layout-db-new-content-el-php, body#ext-beuser-mod-index-php, +body#ext-belog-mod-index-php, body#imp-exp-mod { padding: 0; margin: 0; -- 2.20.1