silly css - set body, html to 0 margins
This commit is contained in:
parent
f216a52fc0
commit
e717264d2a
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ body {
|
||||||
background-color: #FAFBD6;
|
background-color: #FAFBD6;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
body, html {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#tooltip {
|
#tooltip {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue