diff --git a/layouts/index.html b/layouts/index.html index 00d945b..e6a654a 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -12,7 +12,7 @@ raise two kids with my awesome wife, and write software for - Divvy. + Divvy.

diff --git a/src/stylus/core.styl b/src/stylus/core.styl index 1d353b6..31e8c8f 100644 --- a/src/stylus/core.styl +++ b/src/stylus/core.styl @@ -106,7 +106,7 @@ form &> fieldset ~ fieldset margin-top 0.5em -.js-only { display: none } // script removes this class on load +.js-only { display: none !important } // script removes this class on load .no-bg { background: none } .hidden-in-browsers { display: none }