1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-06 14:47:04 +02:00

fix mixed spaces/tabs

This commit is contained in:
Hakim El Hattab
2015-03-02 12:08:21 +01:00
parent 3ead7d4eb5
commit b4574791e0

View File

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