Commit 31bfb69

mo khan <mo@mokhan.ca>
2015-03-31 02:09:37
add line breaks.
1 parent 222d896
Changed files (2)
app
assets
app/assets/stylesheets/global.scss
@@ -27,6 +27,7 @@ header {
 
     .svg-container {
       @include responsive-svg(10, 20, 0.85em); // (width, height, containerWidth)
+
       img {
         margin: 0 0.15em 0 0;
         width: 18px;
app/assets/stylesheets/items.scss
@@ -1,6 +1,7 @@
 .delete_stub {
 	display: block;
 }
+
 .delete_form {
 	display: none;
-}
\ No newline at end of file
+}