move scss to isso/css/
This commit is contained in:
parent
b1e33bdce5
commit
a7cc1cdf4d
@ -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'),
|
||||
|
@ -128,7 +128,9 @@ a {
|
||||
}
|
||||
|
||||
.upvote svg, .downvote svg {
|
||||
margin-bottom: -0.2em;
|
||||
position: relative;
|
||||
top: 0.2em;
|
||||
//margin-bottom: -0.2em;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user