mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(style) body, pre, code: set font
This commit is contained in:
parent
7a53c54184
commit
2ead5262e3
3 changed files with 8 additions and 5 deletions
|
|
@ -38,11 +38,14 @@ body {
|
|||
height : 95%;
|
||||
/* fix overflow change of fancybox */
|
||||
overflow : hidden;
|
||||
font-family : "Droid Sans Mono", "Ubuntu Mono", "Consolas", monospace;
|
||||
font-size : 16px;
|
||||
background-color : white;
|
||||
}
|
||||
|
||||
body, pre, code {
|
||||
font-family : "Droid Sans Mono", "Ubuntu Mono", "Consolas", monospace;
|
||||
font-size : 16px;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@
|
|||
app = respondApp;
|
||||
}
|
||||
|
||||
server = http.createServer(app);
|
||||
server = http.createServer(app);
|
||||
|
||||
server.on('error', function(error) {
|
||||
Util.log(error);
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
},
|
||||
"subdomain": "cloudcmd",
|
||||
"dependencies": {
|
||||
"console-io": "~1.6.5",
|
||||
"dropbox": "0.10.x",
|
||||
"express": "~4.8.2",
|
||||
"http-auth": "2.1.x",
|
||||
|
|
@ -34,8 +35,7 @@
|
|||
"morgan": "~1.3.0",
|
||||
"ncp": "~0.6.0",
|
||||
"rimraf": "~2.2.6",
|
||||
"socket.io": "~1.1.0",
|
||||
"console-io": "~1.6.5"
|
||||
"socket.io": "~1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp": "~3.8.x",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue