Skip to content

Commit

Permalink
updated styling
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherscott committed Jul 8, 2012
1 parent 9dc25ff commit b90b30b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions sandbox/css/style.css
Expand Up @@ -205,13 +205,13 @@ body {
}
#steepr #home #tea-selector ul li .label .type {
float: left;
width: 158px;
width: 178px;
background: transparent;
}
#steepr #home #tea-selector ul li .label h2 {
text-align: center;
color: #6b7823;
font: normal 55px/40px 'ChunkFiveRegular', serif;
font: normal 48px/40px 'ChunkFiveRegular', serif;
text-shadow: 0 1px #fff;
padding-bottom: 20px;
border-bottom: 1px solid #dbd7ca;
Expand All @@ -221,7 +221,7 @@ body {
border-top: 1px solid #fff;
padding-top: 20px;
color: #000;
font: normal 16px/20px "MuseoSlab500", sans-serif;
font: normal 15px/20px "MuseoSlab500", sans-serif;
}
#steepr #home #tea-selector ul li .label p .count {
display: inline-block;
Expand Down
6 changes: 3 additions & 3 deletions sandbox/css/style.styl
Expand Up @@ -118,12 +118,12 @@ body
background-size 61px 102px
.type
float left
width 158px
width 178px
background transparent
h2
text-align center
color #6B7823
font normal 55px/40px 'ChunkFiveRegular', serif
font normal 48px/40px 'ChunkFiveRegular', serif
text-shadow 0 1px #fff
padding-bottom 20px
border-bottom 1px solid #dbd7ca
Expand All @@ -132,7 +132,7 @@ body
border-top 1px solid #fff
padding-top 20px
color #000
font normal 16px/20px "MuseoSlab500", sans-serif
font normal 15px/20px "MuseoSlab500", sans-serif
.count
display inline-block
margin-left 10px
Expand Down

0 comments on commit b90b30b

Please sign in to comment.