diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-03-02 12:08:21 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-03-02 12:08:21 +0100 |
commit | b4574791e0b63a128fef450be5cd8d8c103ae1f4 (patch) | |
tree | 6b624276a00c5977743cfa6280b084a033c2ae10 /css/theme | |
parent | 3ead7d4eb573b7c9ef75dc00926ac63bad873e23 (diff) | |
download | perl-software-in-gnu-guix-b4574791e0b63a128fef450be5cd8d8c103ae1f4.tar perl-software-in-gnu-guix-b4574791e0b63a128fef450be5cd8d8c103ae1f4.tar.gz |
fix mixed spaces/tabs
Diffstat (limited to 'css/theme')
-rw-r--r-- | css/theme/template/theme.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss index 5409826..bd89d31 100644 --- a/css/theme/template/theme.scss +++ b/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; } |