diff options
Diffstat (limited to 'examples/nodejs-mongodb-mongoose-restify/css/theme.css')
-rw-r--r-- | examples/nodejs-mongodb-mongoose-restify/css/theme.css | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/examples/nodejs-mongodb-mongoose-restify/css/theme.css b/examples/nodejs-mongodb-mongoose-restify/css/theme.css deleted file mode 100644 index 48faf8e..0000000 --- a/examples/nodejs-mongodb-mongoose-restify/css/theme.css +++ /dev/null @@ -1,39 +0,0 @@ -.container { - background-color: #fff; -} -body { - color: #444; -} - -code { - border:1px dashed #E1E1E1; - color:#333344; - background:#FAFAFA; - font-family:monospace; - overflow:auto; - font-size:11px; - padding:0.2em; -} - -a, a:visited { - color: #444; -} - -a:hover { - color: #000; - text-decoration: none; -} - -.un-bulleted { - list-style: none; -} - -.message { - font-size: 110%; -} - -.date { - color: #ccc; - font-size: 90%; - -} |