JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
code cleanup
[crayon_mockup.git] / style.styl
index ca5a197..54a5e0d 100644 (file)
@@ -10,6 +10,9 @@ p
 * p
        margin-top: 10px
 
+.footer
+       font-size: 13px
+
 color_crayon = #8c8c8c
 color_selected = #544c4c
 color_hover = #777
@@ -28,7 +31,7 @@ color_controls_dragging = #666
                        stroke-miterlimit: 4
                        stroke-opacity: 1
                        stroke-dasharray: none
-                       // fails in firefox (must be inline) filter: url(#crayon)
+                       // svg element has: filter: url(#crayon) (firefox can't handle it being here)
                .canvas_border
                        overflow: hidden
                        fill: none
@@ -38,14 +41,13 @@ color_controls_dragging = #666
                        stroke-linejoin:miter
                        stroke-dasharray:2 4
                        stroke-dashoffset:1
-                       //stroke-opacity:1;marker:none;enable-background:accumulate
                .box
                        stroke: color_crayon
                        fill: none
                        stroke-width: 4
                        stroke-linecap: butt
                        stroke-linejoin:miter
-                       // this doesn't work in firefox: filter: url(#crayon)
+                       // svg element has: filter: url(#crayon) (firefox can't handle it being here)
                .box, .polyline
                        stroke: color_crayon
                .box.selected, .polyline.selected