chharvey / chharvey.github.io

My personal web site.
https://chharvey.github.io/
MIT License
4 stars 1 forks source link

fix headings and subheadings #28

Closed chharvey closed 10 years ago

chharvey commented 10 years ago

First: Classnames for headings reduce to three characters throughout. no more spacing problems and saves typing.

.Alp .Bet .Gam .Del .Eps .Zet

Second: Remove subheadings (a.k.a. "taglines") from children of headings to siblings. only the heading name should be in the document outline. subheadings should be adjacent sibling, as a p Element. If necessary, include both heading (the h1) and the subheading (the p) inside a header Element (but this is optional).

chharvey commented 10 years ago

not yet merged into develop. waiting for release of v3.2.0 and its patches (v3.2.1 etc)