소스 검색

remove useless ;

Mattia Larentis 12 년 전
부모
커밋
ccbbafd41a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      static/less/bootstrapSwitch.less

+ 1 - 1
static/less/bootstrapSwitch.less

@@ -14,7 +14,7 @@
   cursor: pointer;
   .border-radius(5px);
   border: 1px solid;
-  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);;
+  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
   position: relative;
   text-align: left;
   overflow: hidden;