refactor(style) body: set correct order

This commit is contained in:
coderaiser 2014-03-18 08:52:56 -04:00
parent 6f27ac208f
commit 7729a0bb28

View file

@ -36,11 +36,11 @@ html {
body {
width : 100%;
height : 95%;
font-size : 16px;
font-family : "Droid Sans Mono", "Ubuntu Mono", "Consolas", monospace;
background-color : white;
/* fix overflow change of fancybox */
overflow : hidden;
overflow : hidden;
font-family : "Droid Sans Mono", "Ubuntu Mono", "Consolas", monospace;
font-size : 16px;
background-color : white;
}
.hidden {