Skip to content

Commit

Permalink
Remove the ancient dinosaur of forced stroke weight.
Browse files Browse the repository at this point in the history
Without this, we may still get issues, though likely less issues than it caused :P
  • Loading branch information
techninja committed Oct 25, 2014
1 parent 39fc36d commit a375fb9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions resources/modes/manual/manual.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ body.print #shadow {
top: 0;
}

svg#main * {
stroke-width: 8 !important;
}

svg#main #cncserversvg path.selected {
stroke: blue !important;
stroke-width: 10 !important;
Expand Down
4 changes: 0 additions & 4 deletions resources/modes/print/print.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ body.print-auto #shadow {
left: 0;
}

svg#main * {
stroke-width: 8 !important;
}

svg#main #cncserversvg path.selected {
stroke: blue !important;
stroke-width: 10 !important;
Expand Down

0 comments on commit a375fb9

Please sign in to comment.