Fix syntax in previous commit

pull/617/head
Khurshid Alam 2016-10-27 21:13:29 +05:30
parent 32f0fec825
commit 1d1d3a25bd
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
border: 1px solid alpha(border_normal($bg_color), .5); border: 1px solid alpha(border_normal($bg_color), .5);
border-radius: $roundness; border-radius: $roundness;
padding: 2px //make discrete block appear inside levelbar padding: 2px; //make discrete block appear inside levelbar
} }
&.horizontal.discrete block { &.horizontal.discrete block {