diff --git a/modules/web.js b/modules/web.js index c0e976c..187e6af 100644 --- a/modules/web.js +++ b/modules/web.js @@ -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); diff --git a/views/styles.scss b/views/styles.css similarity index 88% rename from views/styles.scss rename to views/styles.css index f66465b..f54a0f0 100644 --- a/views/styles.scss +++ b/views/styles.css @@ -1,3 +1,9 @@ +/* + * Authors + * Dafydd "Afal" Francis [ http://www.somethingafal.com/ ] + * "npc" / Samuel Clements [ http://borntyping.co.uk ] + */ + /* #quotelist { padding: 10px; }