mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Better fix.
git-svn-id: file:///svn/phpbb/trunk@7389 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
8644d1e9cb
commit
f24037d22b
2 changed files with 2 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
Colours and backgrounds for common.css
|
Colours and backgrounds for common.css
|
||||||
-------------------------------------------------------------- */
|
-------------------------------------------------------------- */
|
||||||
|
|
||||||
body {
|
html, body {
|
||||||
color: #536482;
|
color: #536482;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers, height applied to body too */
|
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin-bottom: 1px;
|
margin-bottom: 1px;
|
||||||
}
|
}
|
||||||
|
@ -21,7 +21,6 @@ body {
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
/*font-size: 62.5%; This sets the default font size to be equivalent to 10px */
|
/*font-size: 62.5%; This sets the default font size to be equivalent to 10px */
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
height: 100%;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 12px 0;
|
padding: 12px 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue