diff --git a/isso/__init__.py b/isso/__init__.py index 6f39171..8186054 100644 --- a/isso/__init__.py +++ b/isso/__init__.py @@ -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'), diff --git a/isso/static/sass/bourbon/_bourbon-deprecated-upcoming.scss b/isso/css/bourbon/_bourbon-deprecated-upcoming.scss similarity index 100% rename from isso/static/sass/bourbon/_bourbon-deprecated-upcoming.scss rename to isso/css/bourbon/_bourbon-deprecated-upcoming.scss diff --git a/isso/static/sass/bourbon/_bourbon.scss b/isso/css/bourbon/_bourbon.scss similarity index 100% rename from isso/static/sass/bourbon/_bourbon.scss rename to isso/css/bourbon/_bourbon.scss diff --git a/isso/static/sass/bourbon/addons/_button.scss b/isso/css/bourbon/addons/_button.scss similarity index 100% rename from isso/static/sass/bourbon/addons/_button.scss rename to isso/css/bourbon/addons/_button.scss diff --git a/isso/static/sass/bourbon/addons/_clearfix.scss b/isso/css/bourbon/addons/_clearfix.scss similarity index 100% rename from isso/static/sass/bourbon/addons/_clearfix.scss rename to isso/css/bourbon/addons/_clearfix.scss diff --git a/isso/static/sass/bourbon/addons/_font-family.scss b/isso/css/bourbon/addons/_font-family.scss similarity index 100% rename from isso/static/sass/bourbon/addons/_font-family.scss rename to isso/css/bourbon/addons/_font-family.scss diff --git a/isso/static/sass/bourbon/addons/_hide-text.scss b/isso/css/bourbon/addons/_hide-text.scss similarity index 100% rename from isso/static/sass/bourbon/addons/_hide-text.scss rename to isso/css/bourbon/addons/_hide-text.scss diff --git a/isso/static/sass/bourbon/addons/_html5-input-types.scss b/isso/css/bourbon/addons/_html5-input-types.scss similarity index 100% rename from isso/static/sass/bourbon/addons/_html5-input-types.scss rename to isso/css/bourbon/addons/_html5-input-types.scss diff --git a/isso/static/sass/bourbon/addons/_position.scss b/isso/css/bourbon/addons/_position.scss similarity index 100% rename from isso/static/sass/bourbon/addons/_position.scss rename to isso/css/bourbon/addons/_position.scss diff --git a/isso/static/sass/bourbon/addons/_prefixer.scss b/isso/css/bourbon/addons/_prefixer.scss similarity index 100% rename from isso/static/sass/bourbon/addons/_prefixer.scss rename to isso/css/bourbon/addons/_prefixer.scss diff --git a/isso/static/sass/bourbon/addons/_retina-image.scss b/isso/css/bourbon/addons/_retina-image.scss similarity index 100% rename from isso/static/sass/bourbon/addons/_retina-image.scss rename to isso/css/bourbon/addons/_retina-image.scss diff --git a/isso/static/sass/bourbon/addons/_size.scss b/isso/css/bourbon/addons/_size.scss similarity index 100% rename from isso/static/sass/bourbon/addons/_size.scss rename to isso/css/bourbon/addons/_size.scss diff --git a/isso/static/sass/bourbon/addons/_timing-functions.scss b/isso/css/bourbon/addons/_timing-functions.scss similarity index 100% rename from isso/static/sass/bourbon/addons/_timing-functions.scss rename to isso/css/bourbon/addons/_timing-functions.scss diff --git a/isso/static/sass/bourbon/addons/_triangle.scss b/isso/css/bourbon/addons/_triangle.scss similarity index 100% rename from isso/static/sass/bourbon/addons/_triangle.scss rename to isso/css/bourbon/addons/_triangle.scss diff --git a/isso/static/sass/bourbon/css3/_animation.scss b/isso/css/bourbon/css3/_animation.scss similarity index 100% rename from isso/static/sass/bourbon/css3/_animation.scss rename to isso/css/bourbon/css3/_animation.scss diff --git a/isso/static/sass/bourbon/css3/_appearance.scss b/isso/css/bourbon/css3/_appearance.scss similarity index 100% rename from isso/static/sass/bourbon/css3/_appearance.scss rename to isso/css/bourbon/css3/_appearance.scss diff --git a/isso/static/sass/bourbon/css3/_backface-visibility.scss b/isso/css/bourbon/css3/_backface-visibility.scss similarity index 100% rename from isso/static/sass/bourbon/css3/_backface-visibility.scss rename to isso/css/bourbon/css3/_backface-visibility.scss diff --git a/isso/static/sass/bourbon/css3/_background-image.scss b/isso/css/bourbon/css3/_background-image.scss similarity index 100% rename from isso/static/sass/bourbon/css3/_background-image.scss rename to isso/css/bourbon/css3/_background-image.scss diff --git a/isso/static/sass/bourbon/css3/_background.scss b/isso/css/bourbon/css3/_background.scss similarity index 100% rename from isso/static/sass/bourbon/css3/_background.scss rename to isso/css/bourbon/css3/_background.scss diff --git a/isso/static/sass/bourbon/css3/_border-image.scss b/isso/css/bourbon/css3/_border-image.scss similarity index 100% rename from isso/static/sass/bourbon/css3/_border-image.scss rename to isso/css/bourbon/css3/_border-image.scss diff --git a/isso/static/sass/bourbon/css3/_border-radius.scss b/isso/css/bourbon/css3/_border-radius.scss similarity index 100% rename from isso/static/sass/bourbon/css3/_border-radius.scss rename to isso/css/bourbon/css3/_border-radius.scss diff --git a/isso/static/sass/bourbon/css3/_box-sizing.scss b/isso/css/bourbon/css3/_box-sizing.scss similarity index 100% rename from isso/static/sass/bourbon/css3/_box-sizing.scss rename to isso/css/bourbon/css3/_box-sizing.scss diff --git a/isso/static/sass/bourbon/css3/_columns.scss b/isso/css/bourbon/css3/_columns.scss similarity index 100% rename from isso/static/sass/bourbon/css3/_columns.scss rename to isso/css/bourbon/css3/_columns.scss diff --git a/isso/static/sass/bourbon/css3/_flex-box.scss b/isso/css/bourbon/css3/_flex-box.scss similarity index 100% rename from isso/static/sass/bourbon/css3/_flex-box.scss rename to isso/css/bourbon/css3/_flex-box.scss diff --git a/isso/static/sass/bourbon/css3/_font-face.scss b/isso/css/bourbon/css3/_font-face.scss similarity index 100% rename from isso/static/sass/bourbon/css3/_font-face.scss rename to isso/css/bourbon/css3/_font-face.scss diff --git a/isso/static/sass/bourbon/css3/_hidpi-media-query.scss b/isso/css/bourbon/css3/_hidpi-media-query.scss similarity index 100% rename from isso/static/sass/bourbon/css3/_hidpi-media-query.scss rename to isso/css/bourbon/css3/_hidpi-media-query.scss diff --git a/isso/static/sass/bourbon/css3/_image-rendering.scss b/isso/css/bourbon/css3/_image-rendering.scss similarity index 100% rename from isso/static/sass/bourbon/css3/_image-rendering.scss rename to isso/css/bourbon/css3/_image-rendering.scss diff --git a/isso/static/sass/bourbon/css3/_inline-block.scss b/isso/css/bourbon/css3/_inline-block.scss similarity index 100% rename from isso/static/sass/bourbon/css3/_inline-block.scss rename to isso/css/bourbon/css3/_inline-block.scss diff --git a/isso/static/sass/bourbon/css3/_keyframes.scss b/isso/css/bourbon/css3/_keyframes.scss similarity index 100% rename from isso/static/sass/bourbon/css3/_keyframes.scss rename to isso/css/bourbon/css3/_keyframes.scss diff --git a/isso/static/sass/bourbon/css3/_linear-gradient.scss b/isso/css/bourbon/css3/_linear-gradient.scss similarity index 100% rename from isso/static/sass/bourbon/css3/_linear-gradient.scss rename to isso/css/bourbon/css3/_linear-gradient.scss diff --git a/isso/static/sass/bourbon/css3/_perspective.scss b/isso/css/bourbon/css3/_perspective.scss similarity index 100% rename from isso/static/sass/bourbon/css3/_perspective.scss rename to isso/css/bourbon/css3/_perspective.scss diff --git a/isso/static/sass/bourbon/css3/_placeholder.scss b/isso/css/bourbon/css3/_placeholder.scss similarity index 100% rename from isso/static/sass/bourbon/css3/_placeholder.scss rename to isso/css/bourbon/css3/_placeholder.scss diff --git a/isso/static/sass/bourbon/css3/_radial-gradient.scss b/isso/css/bourbon/css3/_radial-gradient.scss similarity index 100% rename from isso/static/sass/bourbon/css3/_radial-gradient.scss rename to isso/css/bourbon/css3/_radial-gradient.scss diff --git a/isso/static/sass/bourbon/css3/_transform.scss b/isso/css/bourbon/css3/_transform.scss similarity index 100% rename from isso/static/sass/bourbon/css3/_transform.scss rename to isso/css/bourbon/css3/_transform.scss diff --git a/isso/static/sass/bourbon/css3/_transition.scss b/isso/css/bourbon/css3/_transition.scss similarity index 100% rename from isso/static/sass/bourbon/css3/_transition.scss rename to isso/css/bourbon/css3/_transition.scss diff --git a/isso/static/sass/bourbon/css3/_user-select.scss b/isso/css/bourbon/css3/_user-select.scss similarity index 100% rename from isso/static/sass/bourbon/css3/_user-select.scss rename to isso/css/bourbon/css3/_user-select.scss diff --git a/isso/static/sass/bourbon/functions/_compact.scss b/isso/css/bourbon/functions/_compact.scss similarity index 100% rename from isso/static/sass/bourbon/functions/_compact.scss rename to isso/css/bourbon/functions/_compact.scss diff --git a/isso/static/sass/bourbon/functions/_flex-grid.scss b/isso/css/bourbon/functions/_flex-grid.scss similarity index 100% rename from isso/static/sass/bourbon/functions/_flex-grid.scss rename to isso/css/bourbon/functions/_flex-grid.scss diff --git a/isso/static/sass/bourbon/functions/_grid-width.scss b/isso/css/bourbon/functions/_grid-width.scss similarity index 100% rename from isso/static/sass/bourbon/functions/_grid-width.scss rename to isso/css/bourbon/functions/_grid-width.scss diff --git a/isso/static/sass/bourbon/functions/_linear-gradient.scss b/isso/css/bourbon/functions/_linear-gradient.scss similarity index 100% rename from isso/static/sass/bourbon/functions/_linear-gradient.scss rename to isso/css/bourbon/functions/_linear-gradient.scss diff --git a/isso/static/sass/bourbon/functions/_modular-scale.scss b/isso/css/bourbon/functions/_modular-scale.scss similarity index 100% rename from isso/static/sass/bourbon/functions/_modular-scale.scss rename to isso/css/bourbon/functions/_modular-scale.scss diff --git a/isso/static/sass/bourbon/functions/_px-to-em.scss b/isso/css/bourbon/functions/_px-to-em.scss similarity index 100% rename from isso/static/sass/bourbon/functions/_px-to-em.scss rename to isso/css/bourbon/functions/_px-to-em.scss diff --git a/isso/static/sass/bourbon/functions/_radial-gradient.scss b/isso/css/bourbon/functions/_radial-gradient.scss similarity index 100% rename from isso/static/sass/bourbon/functions/_radial-gradient.scss rename to isso/css/bourbon/functions/_radial-gradient.scss diff --git a/isso/static/sass/bourbon/functions/_tint-shade.scss b/isso/css/bourbon/functions/_tint-shade.scss similarity index 100% rename from isso/static/sass/bourbon/functions/_tint-shade.scss rename to isso/css/bourbon/functions/_tint-shade.scss diff --git a/isso/static/sass/bourbon/functions/_transition-property-name.scss b/isso/css/bourbon/functions/_transition-property-name.scss similarity index 100% rename from isso/static/sass/bourbon/functions/_transition-property-name.scss rename to isso/css/bourbon/functions/_transition-property-name.scss diff --git a/isso/static/sass/bourbon/helpers/_deprecated-webkit-gradient.scss b/isso/css/bourbon/helpers/_deprecated-webkit-gradient.scss similarity index 100% rename from isso/static/sass/bourbon/helpers/_deprecated-webkit-gradient.scss rename to isso/css/bourbon/helpers/_deprecated-webkit-gradient.scss diff --git a/isso/static/sass/bourbon/helpers/_gradient-positions-parser.scss b/isso/css/bourbon/helpers/_gradient-positions-parser.scss similarity index 100% rename from isso/static/sass/bourbon/helpers/_gradient-positions-parser.scss rename to isso/css/bourbon/helpers/_gradient-positions-parser.scss diff --git a/isso/static/sass/bourbon/helpers/_linear-positions-parser.scss b/isso/css/bourbon/helpers/_linear-positions-parser.scss similarity index 100% rename from isso/static/sass/bourbon/helpers/_linear-positions-parser.scss rename to isso/css/bourbon/helpers/_linear-positions-parser.scss diff --git a/isso/static/sass/bourbon/helpers/_radial-arg-parser.scss b/isso/css/bourbon/helpers/_radial-arg-parser.scss similarity index 100% rename from isso/static/sass/bourbon/helpers/_radial-arg-parser.scss rename to isso/css/bourbon/helpers/_radial-arg-parser.scss diff --git a/isso/static/sass/bourbon/helpers/_radial-positions-parser.scss b/isso/css/bourbon/helpers/_radial-positions-parser.scss similarity index 100% rename from isso/static/sass/bourbon/helpers/_radial-positions-parser.scss rename to isso/css/bourbon/helpers/_radial-positions-parser.scss diff --git a/isso/static/sass/bourbon/helpers/_render-gradients.scss b/isso/css/bourbon/helpers/_render-gradients.scss similarity index 100% rename from isso/static/sass/bourbon/helpers/_render-gradients.scss rename to isso/css/bourbon/helpers/_render-gradients.scss diff --git a/isso/static/sass/bourbon/helpers/_shape-size-stripper.scss b/isso/css/bourbon/helpers/_shape-size-stripper.scss similarity index 100% rename from isso/static/sass/bourbon/helpers/_shape-size-stripper.scss rename to isso/css/bourbon/helpers/_shape-size-stripper.scss diff --git a/isso/static/sass/new.scss b/isso/css/isso.scss similarity index 97% rename from isso/static/sass/new.scss rename to isso/css/isso.scss index 4145ccc..658609c 100644 --- a/isso/static/sass/new.scss +++ b/isso/css/isso.scss @@ -128,7 +128,9 @@ a { } .upvote svg, .downvote svg { - margin-bottom: -0.2em; + position: relative; + top: 0.2em; + //margin-bottom: -0.2em; } } } diff --git a/isso/static/sass/neat/_neat-helpers.scss b/isso/css/neat/_neat-helpers.scss similarity index 100% rename from isso/static/sass/neat/_neat-helpers.scss rename to isso/css/neat/_neat-helpers.scss diff --git a/isso/static/sass/neat/_neat.scss b/isso/css/neat/_neat.scss similarity index 100% rename from isso/static/sass/neat/_neat.scss rename to isso/css/neat/_neat.scss diff --git a/isso/static/sass/neat/functions/_new-breakpoint.scss b/isso/css/neat/functions/_new-breakpoint.scss similarity index 100% rename from isso/static/sass/neat/functions/_new-breakpoint.scss rename to isso/css/neat/functions/_new-breakpoint.scss diff --git a/isso/static/sass/neat/functions/_private.scss b/isso/css/neat/functions/_private.scss similarity index 100% rename from isso/static/sass/neat/functions/_private.scss rename to isso/css/neat/functions/_private.scss diff --git a/isso/static/sass/neat/functions/_px-to-em.scss b/isso/css/neat/functions/_px-to-em.scss similarity index 100% rename from isso/static/sass/neat/functions/_px-to-em.scss rename to isso/css/neat/functions/_px-to-em.scss diff --git a/isso/static/sass/neat/grid/_fill-parent.scss b/isso/css/neat/grid/_fill-parent.scss similarity index 100% rename from isso/static/sass/neat/grid/_fill-parent.scss rename to isso/css/neat/grid/_fill-parent.scss diff --git a/isso/static/sass/neat/grid/_grid.scss b/isso/css/neat/grid/_grid.scss similarity index 100% rename from isso/static/sass/neat/grid/_grid.scss rename to isso/css/neat/grid/_grid.scss diff --git a/isso/static/sass/neat/grid/_media.scss b/isso/css/neat/grid/_media.scss similarity index 100% rename from isso/static/sass/neat/grid/_media.scss rename to isso/css/neat/grid/_media.scss diff --git a/isso/static/sass/neat/grid/_omega.scss b/isso/css/neat/grid/_omega.scss similarity index 100% rename from isso/static/sass/neat/grid/_omega.scss rename to isso/css/neat/grid/_omega.scss diff --git a/isso/static/sass/neat/grid/_outer-container.scss b/isso/css/neat/grid/_outer-container.scss similarity index 100% rename from isso/static/sass/neat/grid/_outer-container.scss rename to isso/css/neat/grid/_outer-container.scss diff --git a/isso/static/sass/neat/grid/_pad.scss b/isso/css/neat/grid/_pad.scss similarity index 100% rename from isso/static/sass/neat/grid/_pad.scss rename to isso/css/neat/grid/_pad.scss diff --git a/isso/static/sass/neat/grid/_private.scss b/isso/css/neat/grid/_private.scss similarity index 100% rename from isso/static/sass/neat/grid/_private.scss rename to isso/css/neat/grid/_private.scss diff --git a/isso/static/sass/neat/grid/_reset.scss b/isso/css/neat/grid/_reset.scss similarity index 100% rename from isso/static/sass/neat/grid/_reset.scss rename to isso/css/neat/grid/_reset.scss diff --git a/isso/static/sass/neat/grid/_row.scss b/isso/css/neat/grid/_row.scss similarity index 100% rename from isso/static/sass/neat/grid/_row.scss rename to isso/css/neat/grid/_row.scss diff --git a/isso/static/sass/neat/grid/_shift.scss b/isso/css/neat/grid/_shift.scss similarity index 100% rename from isso/static/sass/neat/grid/_shift.scss rename to isso/css/neat/grid/_shift.scss diff --git a/isso/static/sass/neat/grid/_span-columns.scss b/isso/css/neat/grid/_span-columns.scss similarity index 100% rename from isso/static/sass/neat/grid/_span-columns.scss rename to isso/css/neat/grid/_span-columns.scss diff --git a/isso/static/sass/neat/grid/_to-deprecate.scss b/isso/css/neat/grid/_to-deprecate.scss similarity index 100% rename from isso/static/sass/neat/grid/_to-deprecate.scss rename to isso/css/neat/grid/_to-deprecate.scss diff --git a/isso/static/sass/neat/grid/_visual-grid.scss b/isso/css/neat/grid/_visual-grid.scss similarity index 100% rename from isso/static/sass/neat/grid/_visual-grid.scss rename to isso/css/neat/grid/_visual-grid.scss diff --git a/isso/static/sass/neat/settings/_grid.scss b/isso/css/neat/settings/_grid.scss similarity index 100% rename from isso/static/sass/neat/settings/_grid.scss rename to isso/css/neat/settings/_grid.scss diff --git a/isso/static/sass/neat/settings/_visual-grid.scss b/isso/css/neat/settings/_visual-grid.scss similarity index 100% rename from isso/static/sass/neat/settings/_visual-grid.scss rename to isso/css/neat/settings/_visual-grid.scss