Browse Source

fix mixed spaces/tabs

Hakim El Hattab 10 years ago
parent
commit
b4574791e0
1 changed files with 2 additions and 2 deletions
  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;
 }