소스 검색

fix mixed spaces/tabs

Hakim El Hattab 10 년 전
부모
커밋
b4574791e0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      css/theme/template/theme.scss

+ 2 - 2
css/theme/template/theme.scss

@@ -210,7 +210,7 @@ body {
 }
 
 .reveal table tr:last-child td {
-    border-bottom: none;
+	border-bottom: none;
 }
 
 .reveal sup {
@@ -343,7 +343,7 @@ body {
  * SLIDE NUMBER
  *********************************************/
 .reveal .slide-number {
-  color: $linkColor;
+	color: $linkColor;
 }