summaryrefslogtreecommitdiff
path: root/superhero/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-03-17 16:40:02 -0400
committerThomas Park <thomas@thomaspark.me>2012-03-17 16:40:02 -0400
commit189b113153a0e866f717bf0822c51ae40597d53d (patch)
treeecb6d550f31e10538e724f7e15dfc6e9489d60c7 /superhero/bootswatch.less
parente4add32f88236caf7e81ccb8ed5a4db464c895a6 (diff)
all: hero-unit support
Diffstat (limited to 'superhero/bootswatch.less')
-rwxr-xr-xsuperhero/bootswatch.less7
1 files changed, 6 insertions, 1 deletions
diff --git a/superhero/bootswatch.less b/superhero/bootswatch.less
index bd84c0c6..e6784f59 100755
--- a/superhero/bootswatch.less
+++ b/superhero/bootswatch.less
@@ -524,12 +524,17 @@ footer.footer {
border-top: 1px solid darken(@blueDark, 5%);
}
-.well {
+.well, .hero-unit {
background-color: @blue;
border: none;
.box-shadow(none);
}
+.hero-unit h1 {
+ color: @orange;
+ line-height: 2em;
+}
+
.progress {
background-color: darken(@blueDark, 5%);
background-image: none;