diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-03-08 19:33:34 -0500 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-03-08 19:33:34 -0500 |
commit | 7dd2a10b345ff4f78bcbf25c756bb35c050ba680 (patch) | |
tree | 63d35a61c2f90a3408c63de89272027a8291971b /css/theme | |
parent | b855142f6568e4ebdc8e1cecff9022fe9cfa6d26 (diff) | |
download | fosdem-2018-presentation-7dd2a10b345ff4f78bcbf25c756bb35c050ba680.tar fosdem-2018-presentation-7dd2a10b345ff4f78bcbf25c756bb35c050ba680.tar.gz |
remove extra whitespace in css
Diffstat (limited to 'css/theme')
-rw-r--r-- | css/theme/source/beige.scss | 2 | ||||
-rw-r--r-- | css/theme/source/default.scss | 2 | ||||
-rw-r--r-- | css/theme/source/night.scss | 2 | ||||
-rw-r--r-- | css/theme/source/simple.scss | 4 | ||||
-rw-r--r-- | css/theme/source/sky.scss | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/css/theme/source/beige.scss b/css/theme/source/beige.scss index 177216f..af8c615 100644 --- a/css/theme/source/beige.scss +++ b/css/theme/source/beige.scss @@ -1,6 +1,6 @@ /** * Beige theme for reveal.js. - * + * * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se */ diff --git a/css/theme/source/default.scss b/css/theme/source/default.scss index da9b268..4e1e5ab 100644 --- a/css/theme/source/default.scss +++ b/css/theme/source/default.scss @@ -1,6 +1,6 @@ /** * Default theme for reveal.js. - * + * * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se */ diff --git a/css/theme/source/night.scss b/css/theme/source/night.scss index 4a1e3f5..4dd514f 100644 --- a/css/theme/source/night.scss +++ b/css/theme/source/night.scss @@ -1,6 +1,6 @@ /** * Black theme for reveal.js. - * + * * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se */ diff --git a/css/theme/source/simple.scss b/css/theme/source/simple.scss index a9c4000..5d6aa41 100644 --- a/css/theme/source/simple.scss +++ b/css/theme/source/simple.scss @@ -1,7 +1,7 @@ /** - * A simple theme for reveal.js presentations, similar + * A simple theme for reveal.js presentations, similar * to the default theme. The accent color is darkblue. - * + * * This theme is Copyright (C) 2012 Owen Versteeg, https://github.com/StereotypicalApps. It is MIT licensed. * reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se */ diff --git a/css/theme/source/sky.scss b/css/theme/source/sky.scss index 77fd230..f83ed91 100644 --- a/css/theme/source/sky.scss +++ b/css/theme/source/sky.scss @@ -1,6 +1,6 @@ /** * Sky theme for reveal.js. - * + * * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se */ |