CSS: Don't override font-weight for section
authorFlorian Haas <florian@hastexo.com>
Wed, 30 Oct 2013 13:34:27 +0000 (14:34 +0100)
committerFlorian Haas <florian@hastexo.com>
Thu, 7 Nov 2013 16:39:34 +0000 (00:39 +0800)
commit0069e3ad14fda52c6ad2413c31131fd9e50800c3
tree735d74c300eec8b174d307c11b69986444bca7e8
parentc7077cf798326d820a520f2692c5ae29e2f7b4dd
CSS: Don't override font-weight for section

.slides>section and .slides>section>section set the font-weight to
"normal". This overrides any font-weight setting a theme may set at
the body or .reveal level, and requires a theme author to also
specifically set the font-weight for .slides>section and
.slides>section>section. That's tedious and also counterintuitive.

Adopt a saner default by setting the font-weight to inherit.
css/reveal.css