feature(style) body, pre, code: set font

This commit is contained in:
coderaiser 2014-09-08 06:13:15 -04:00
parent 7a53c54184
commit 2ead5262e3
3 changed files with 8 additions and 5 deletions

View file

@ -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;
}

View file

@ -129,7 +129,7 @@
app = respondApp;
}
server = http.createServer(app);
server = http.createServer(app);
server.on('error', function(error) {
Util.log(error);

View file

@ -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",