From 7915732d9a3119cb3ccc204abc6cb3b5c7a429be Mon Sep 17 00:00:00 2001 From: Jonathan Stanley Date: Sat, 7 Apr 2007 23:56:07 +0000 Subject: Backout last change... seems Opera 9.x wants to round non-integer pixels down. Don't want to be getting into esoteric CSS browser filtering rules when not needed. git-svn-id: file:///svn/phpbb/trunk@7299 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 2cd706ac44..3410034803 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -30,7 +30,7 @@ html { background: #DBD7D1; /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-ie browsers */ height: 100%; - margin-bottom: 0.1px; + margin-bottom: 1px; } body { -- cgit v1.2.1