Skip to content

Commit

Permalink
Added some styling to figures.
Browse files Browse the repository at this point in the history
  • Loading branch information
eFrane committed Sep 7, 2015
1 parent 78df4f0 commit d369ae8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/assets/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,15 @@ a.link-danger {
color: $brand-danger;
cursor: pointer;
}

figure {
margin: .15em;
padding: .15em;
border: 1px solid $pre-border-color;
border-radius: $border-radius-small;
}

figcaption {
text-align: center;
font-variant: small-caps;
}

0 comments on commit d369ae8

Please sign in to comment.