diff --git a/Gemfile.lock b/Gemfile.lock index 72dc6d3c..12bc196c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,3 +99,6 @@ DEPENDENCIES redcarpet sass susy + +BUNDLED WITH + 1.10.2 diff --git a/content/assets/stylesheets/_layout.scss b/content/assets/stylesheets/_layout.scss index 872a22b2..2d719cc8 100644 --- a/content/assets/stylesheets/_layout.scss +++ b/content/assets/stylesheets/_layout.scss @@ -198,4 +198,10 @@ blockquote { table { @include trailer; +} + +.notice { + padding: 0 1em; + @include padding-trailer(.5); + @include padding-leader(.5); } \ No newline at end of file diff --git a/content/assets/stylesheets/_theme.scss b/content/assets/stylesheets/_theme.scss index 219d811e..5167fc12 100644 --- a/content/assets/stylesheets/_theme.scss +++ b/content/assets/stylesheets/_theme.scss @@ -255,6 +255,12 @@ table { } } +.notice { + background: $orange; + border-radius: .25em; + color: white; +} + blockquote { background: #fde6e1; border-left: 2px solid $orange; diff --git a/layouts/home.haml b/layouts/home.haml index b2a94d42..70a3f623 100644 --- a/layouts/home.haml +++ b/layouts/home.haml @@ -40,6 +40,8 @@ #top-nav .page.container .content + .notice + braveclojure.com will be getting a massive update when the print book is released. This was going to happen on 9/22, however there's been a delay at the printers. I don't have an exact date yet, but the site will be updated soon! = find_and_preserve(yield) .pagenav.bottom - if index