mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
refactor(style) body: set correct order
This commit is contained in:
parent
6f27ac208f
commit
7729a0bb28
1 changed files with 4 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue