浏览代码

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;
 }