Skip to content

Commit

Permalink
updating Additional Resources styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rtorr committed Aug 5, 2014
1 parent f38cd8d commit 39f9713
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,23 +164,17 @@ kbd {
}

.box-header {
background-image: -o-linear-gradient(-89deg, #F4F4F4 0%, #EBEBEB 100%);
background-image: -moz-linear-gradient(-89deg, #F4F4F4 0%, #EBEBEB 100%);
background-image: -ms-linear-gradient(-89deg, #F4F4F4 0%, #EBEBEB 100%);
background-image: linear-gradient(-179deg, #F4F4F4 0%, #EBEBEB 100%);
border: 1px solid #fff;
border-bottom: 1px solid #E7E7E7;
height: 30px;
padding: 0px 10px;
background: #EBEBEB;
min-height: 30px;
padding: 10px;
}

.box-header h2{
font-size: 14px;
font-size: 16px;
margin: 5px 0;
}

.box-body {
border: 1px solid #fff;
font-size: 14px;
display: block;
clear: both;
Expand Down

0 comments on commit 39f9713

Please sign in to comment.