Commit 49e5d0bb authored by Jehan Tremback's avatar Jehan Tremback

use icon mixin in threadexp

parent e03f59e1
...@@ -251,9 +251,7 @@ label { ...@@ -251,9 +251,7 @@ label {
top: .8em; top: .8em;
left: -($threadexp-width / 2); left: -($threadexp-width / 2);
outline: 1px dotted #aaa; outline: 1px dotted #aaa;
background-image: url("../images/minus_1.png"); @include icon("minus_1.png");
background-size: 100% 100%;
background-position: center;
.hyp-collapsed > & { .hyp-collapsed > & {
background-image: url("../images/plus_1.png"); background-image: url("../images/plus_1.png");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment