move scss to isso/css/

This commit is contained in:
Martin Zimmermann 2013-10-02 16:15:43 +02:00
parent b1e33bdce5
commit a7cc1cdf4d
73 changed files with 5 additions and 2 deletions

View File

@ -198,7 +198,8 @@ def main():
app = ProxyFix(wsgi.SubURI(SharedDataMiddleware(isso.wsgi_app, {
'/static': join(dirname(__file__), 'static/'),
'/js': join(dirname(__file__), 'js/')
'/js': join(dirname(__file__), 'js/'),
'/css': join(dirname(__file__), 'css/')
})))
run_simple(conf.get('server', 'host'), conf.getint('server', 'port'),

View File

@ -128,7 +128,9 @@ a {
}
.upvote svg, .downvote svg {
margin-bottom: -0.2em;
position: relative;
top: 0.2em;
//margin-bottom: -0.2em;
}
}
}