Skip to content

Commit

Permalink
notice
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingmachine committed Sep 22, 2015
1 parent 96be4ee commit 6e8245c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,6 @@ DEPENDENCIES
redcarpet
sass
susy

BUNDLED WITH
1.10.2
6 changes: 6 additions & 0 deletions content/assets/stylesheets/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,10 @@ blockquote {

table {
@include trailer;
}

.notice {
padding: 0 1em;
@include padding-trailer(.5);
@include padding-leader(.5);
}
6 changes: 6 additions & 0 deletions content/assets/stylesheets/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,12 @@ table {
}
}

.notice {
background: $orange;
border-radius: .25em;
color: white;
}

blockquote {
background: #fde6e1;
border-left: 2px solid $orange;
Expand Down
2 changes: 2 additions & 0 deletions layouts/home.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e8245c

Please sign in to comment.