@LisaFC et al.: it seems that #540 may have reverted more changes than I originally pointed out in #652.
For example, it seems that card styles were removed -- see https://github.com/google/docsy/pull/540/files#diff-96dd75a968976edd5e03170268ed9085733f75c3fb24f992ae613c89e6de42dcL41:
{{ end }}
- <!-- stylesheet for tabbed pane -->
- <link rel="stylesheet" href="{{ "/css/shortcodes.css" | relURL }}"/>
{{ partial "hooks/head-end.html" . }}
As a consequence, the card and tabbed-pane styles aren't being included anymore. To see the difference, compare the following two previews:
You'll notice that in the 540 preview, the cards have lost their custom styling -- such as max-width.
/cc @jcabak @nate-double-u @celestehorgan
@LisaFC et al.: it seems that #540 may have reverted more changes than I originally pointed out in #652.
For example, it seems that card styles were removed -- see https://github.com/google/docsy/pull/540/files#diff-96dd75a968976edd5e03170268ed9085733f75c3fb24f992ae613c89e6de42dcL41:
{{ end }} - <!-- stylesheet for tabbed pane --> - <link rel="stylesheet" href="{{ "/css/shortcodes.css" | relURL }}"/> {{ partial "hooks/head-end.html" . }}As a consequence, the card and tabbed-pane styles aren't being included anymore. To see the difference, compare the following two previews:
You'll notice that in the 540 preview, the cards have lost their custom styling -- such as max-width.
/cc @jcabak @nate-double-u @celestehorgan