This commit is contained in:
Lars Jung 2013-09-04 15:30:16 +02:00
parent 94595597d5
commit 32d9d59a4e

View File

@ -10,7 +10,6 @@
&.item {
a, a:active, a:visited {
border-top: 1px solid @item-border-col-sep;
border-bottom: 1px solid @item-border-col-sep;
height: @icon-size + 6px;
@ -28,10 +27,6 @@
}
}
&.item + .item {
margin-top: -1px;
}
.icon.square {
display: inline-block;
position: absolute;
@ -60,6 +55,10 @@
right: 0;
top: 0;
}
.selector {
margin-top: -1px;
}
}
}