You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a status class for noting when warnings are present.
The status class, `.has-warning`, provides a hook for other content to adjust
their positioning. It's leveraged to push down the absolutely positioned chapter
navs far enough so that they clear both the warning message and the icons in the
header bar. Fixes#656.
<header><pclass="warning">You are reading a <strong>draft</strong> of the next edition of TRPL. For more, go <ahref="../index.html">here</a>.</p></header>
0 commit comments