From: Jeremy Thomas Date: Sat, 24 Sep 2016 15:10:11 +0000 (+0100) Subject: Fix index carbon X-Git-Tag: 0.2.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=535a238b58f5137e86f68ec61c2e79288f295d4b;p=thirdparty%2Fbulma.git Fix index carbon --- diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 5e586593d..dc9a5de9d 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -1,5 +1,5 @@ - + {% include head.html %} {{ content }} diff --git a/docs/bulma-docs.sass b/docs/bulma-docs.sass index f05901334..c6f057311 100644 --- a/docs/bulma-docs.sass +++ b/docs/bulma-docs.sass @@ -201,7 +201,7 @@ $curve: cubic-bezier(0, 0.71, 0.29, 1) animation: slideDown 500ms both animation-delay: 1.6s -#carbon +html.route-index #carbon animation: slideUp 500ms both animation-delay: 1.8s diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index fd7b9480f..9cf9d0be4 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -6387,7 +6387,7 @@ body.page-grid .column > .notification { animation-delay: 1.6s; } -#carbon { +html.route-index #carbon { animation: slideUp 500ms both; animation-delay: 1.8s; }