소스 검색

fix typo from #1477

Igor Vaynberg 12 년 전
부모
커밋
81b98e7567
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      select2.css

+ 1 - 1
select2.css

@@ -20,7 +20,7 @@ Version: @@ver@@ Timestamp: @@timestamp@@
     container without overlap because of margin/padding.
 
     More Info : http://www.quirksmode.org/css/box.html
-  /*
+  */
   -webkit-box-sizing: border-box; /* webkit */
      -moz-box-sizing: border-box; /* firefox */
           box-sizing: border-box; /* css3 */