Hotfix: Article header box sizing CSS

This commit is contained in:
Luke Barratt 2014-04-04 21:15:55 +01:00
parent 8c9debefc3
commit 69213fc205
2 changed files with 7 additions and 1 deletions

View file

@ -34,3 +34,8 @@ $bg_sub: #fdfdfd
border-radius: 5px 5px 0px 0px
background: url('/images/icons/article_head.png') repeat-x
color: #ffffff
@mixin box-sizing($box-model)
-webkit-box-sizing: $box-model
-moz-box-sizing: $box-model
box-sizing: $box-model

View file

@ -17,6 +17,7 @@ div
&.article
> h1
@include shaded-top
@include box-sizing(border-box)
box-sizing: border-box
padding: 8px
margin: 0