mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-13 12:35:06 +01:00
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
This commit is contained in:
parent
ade09d36a1
commit
7915732d9a
@ -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 {
|
||||
|
@ -11,7 +11,7 @@ html {
|
||||
font-size: 100%;
|
||||
/* 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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user