mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Fix an edge case for completeness. <body> is the canvas in HTML after all.
git-svn-id: file:///svn/phpbb/trunk@7388 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b4a70a54b7
commit
8644d1e9cb
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
html {
|
||||
font-size: 100%;
|
||||
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
|
||||
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers, height applied to body too */
|
||||
height: 100%;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
@ -21,6 +21,7 @@ body {
|
|||
background-color: #FFFFFF;
|
||||
/*font-size: 62.5%; This sets the default font size to be equivalent to 10px */
|
||||
font-size: 10px;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 12px 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue