From bcb1cc59bb63cf3c223e70c591b7acaddc85a968 Mon Sep 17 00:00:00 2001 From: jnf Date: Tue, 2 May 2017 12:58:42 -0700 Subject: [PATCH] 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. --- second-edition/theme/index.hbs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/second-edition/theme/index.hbs b/second-edition/theme/index.hbs index 4c47170c7..7635dcdce 100644 --- a/second-edition/theme/index.hbs +++ b/second-edition/theme/index.hbs @@ -20,7 +20,12 @@