From 512b97cf53edcf3674a9ff2fe758ffc0e40463c1 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Wed, 11 Oct 2017 00:38:10 +0100 Subject: [PATCH] Add grid and message --- docs/_sass/index.sass | 14 +++++++++++++- docs/css/bulma-docs.css | 13 +++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/docs/_sass/index.sass b/docs/_sass/index.sass index cc2ff4feb..e80134609 100644 --- a/docs/_sass/index.sass +++ b/docs/_sass/index.sass @@ -166,4 +166,16 @@ &:not(:last-child) margin-bottom: 20px .intro-carbon - margin-top: 3rem \ No newline at end of file + margin-top: 3rem + +#grid + .notification + padding-left: 0 + padding-right: 0 + +#message + display: none + +#markup + .highlight pre + max-height: none diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index 01dd97fc4..9431971a6 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -9696,6 +9696,19 @@ svg { } } +#grid .notification { + padding-left: 0; + padding-right: 0; +} + +#message { + display: none; +} + +#markup .highlight pre { + max-height: none; +} + #github { color: #333333; border-color: #333333; -- 2.47.2