Currently, the CSS refers to nav to style the top-level navigation bar, and similarly so for header and footer. But that makes it impossible to use a nav in any other place without styling it similarly, which is annoying.
Make it so that the nav styling is not based on tag name, but on class, such as fwd-nav or fwdtemplate-nav.
Currently, the CSS refers to `nav` to style the top-level navigation bar, and similarly so for `header` and `footer`. But that makes it impossible to use a `nav` in any other place without styling it similarly, which is annoying.
Make it so that the `nav` styling is not based on tag name, but on class, such as `fwd-nav` or `fwdtemplate-nav`.
FWDekker
added this to the v3 milestone 3 months ago
Currently, the CSS refers to
nav
to style the top-level navigation bar, and similarly so forheader
andfooter
. But that makes it impossible to use anav
in any other place without styling it similarly, which is annoying.Make it so that the
nav
styling is not based on tag name, but on class, such asfwd-nav
orfwdtemplate-nav
.