silly css - set body, html to 0 margins

This commit is contained in:
Sanj 2011-06-30 03:37:19 +05:30
parent f216a52fc0
commit e717264d2a

View File

@ -3,6 +3,10 @@ body {
background-color: #FAFBD6; background-color: #FAFBD6;
} }
*/ */
body, html {
margin: 0;
padding: 0;
}
#tooltip { #tooltip {
padding: 4px; padding: 4px;