forked from GitHub/dbot
Use plain css, should work better.
This commit is contained in:
parent
d3a4200ad9
commit
68a450edb4
@ -31,7 +31,7 @@ var webInterface = function(dbot) {
|
||||
});
|
||||
|
||||
app.get('/css', function(req, res) {
|
||||
res.render('styles.scss', { 'layout': false, 'view engine': 'jade' });
|
||||
res.render('styles.css', { 'layout': false });
|
||||
});
|
||||
|
||||
app.listen(443);
|
||||
|
@ -1,3 +1,9 @@
|
||||
/*
|
||||
* Authors
|
||||
* Dafydd "Afal" Francis [ http://www.somethingafal.com/ ]
|
||||
* "npc" / Samuel Clements [ http://borntyping.co.uk ]
|
||||
*/
|
||||
|
||||
/* #quotelist {
|
||||
padding: 10px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user