Master intro body and html resets

This commit is contained in:
imakewebthings 2011-08-09 12:54:09 +08:00
parent 85ff5d951d
commit 46e2c659d7
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
body, html {
margin: 0;
padding: 0;
}
.theme-menu {
display: none;
position: fixed;

View file

@ -1,3 +1,8 @@
body, html {
margin:0;
padding:0;
}
.theme-menu {
display:none;
position:fixed;