diff options
author | Hakim El Hattab | 2014-06-11 12:48:19 +0200 |
---|---|---|
committer | Hakim El Hattab | 2014-06-11 12:48:19 +0200 |
commit | 06e76c1be3f17ab2663b1f3587e8418f9d524098 (patch) | |
tree | 8e15445f532ec4f458b70ee1e5da84dc70586aa3 /css/reveal.css | |
parent | 38301d57c547a349e2cc790996c1213720aed9d4 (diff) |
shift a few additional styles from core to theme
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/css/reveal.css b/css/reveal.css index 6637bd3..71cfdb6 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -67,26 +67,6 @@ body { /********************************************* - * HEADERS - *********************************************/ - -.reveal h1, -.reveal h2, -.reveal h3, -.reveal h4, -.reveal h5, -.reveal h6 { - word-wrap: break-word; - line-height: 1; -} - -.reveal h1 { font-size: 3.77em; } -.reveal h2 { font-size: 2.11em; } -.reveal h3 { font-size: 1.55em; } -.reveal h4 { font-size: 1em; } - - -/********************************************* * VIEW FRAGMENTS *********************************************/ @@ -439,8 +419,6 @@ body { padding: 20px 0px; z-index: 10; - line-height: 1.2em; - font-weight: inherit; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; |