diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-03-17 16:40:02 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-03-17 16:40:02 -0400 |
commit | 189b113153a0e866f717bf0822c51ae40597d53d (patch) | |
tree | ecb6d550f31e10538e724f7e15dfc6e9489d60c7 /spruce | |
parent | e4add32f88236caf7e81ccb8ed5a4db464c895a6 (diff) |
all: hero-unit support
Diffstat (limited to 'spruce')
-rw-r--r-- | spruce/bootstrap.css | 2 | ||||
-rw-r--r-- | spruce/bootstrap.min.css | 2 | ||||
-rwxr-xr-x | spruce/variables.less | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/spruce/bootstrap.css b/spruce/bootstrap.css index 3709382f..917fcb9f 100644 --- a/spruce/bootstrap.css +++ b/spruce/bootstrap.css @@ -3956,7 +3956,7 @@ a.thumbnail:hover { .hero-unit { padding: 60px; margin-bottom: 30px; - background-color: #eeeeee; + background-color: #748c73; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; diff --git a/spruce/bootstrap.min.css b/spruce/bootstrap.min.css index 7d1ac4cf..50ed9d0f 100644 --- a/spruce/bootstrap.min.css +++ b/spruce/bootstrap.min.css @@ -681,7 +681,7 @@ a.thumbnail:hover{border-color:#f5f3dc;-webkit-box-shadow:0 1px 4px rgba(0, 105, .carousel-control:hover{color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90);} .carousel-caption{position:absolute;left:0;right:0;bottom:0;padding:10px 15px 5px;background:#333333;background:rgba(0, 0, 0, 0.75);} .carousel-caption h4,.carousel-caption p{color:#ffffff;} -.hero-unit{padding:60px;margin-bottom:30px;background-color:#eeeeee;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;color:inherit;letter-spacing:-1px;} +.hero-unit{padding:60px;margin-bottom:30px;background-color:#748c73;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;color:inherit;letter-spacing:-1px;} .hero-unit p{font-size:18px;font-weight:200;line-height:31.5px;color:inherit;} .pull-right{float:right;} .pull-left{float:left;} diff --git a/spruce/variables.less b/spruce/variables.less index c15fb972..8da70a26 100755 --- a/spruce/variables.less +++ b/spruce/variables.less @@ -160,7 +160,7 @@ // Hero unit // ------------------------- -@heroUnitBackground: @grayLighter; +@heroUnitBackground: darken(#90A38F, 10%); @heroUnitHeadingColor: inherit; @heroUnitLeadColor: inherit; |