summaryrefslogtreecommitdiff
path: root/united/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 /united/bootswatch.less
parente4add32f88236caf7e81ccb8ed5a4db464c895a6 (diff)
all: hero-unit support
Diffstat (limited to 'united/bootswatch.less')
-rwxr-xr-xunited/bootswatch.less23
1 files changed, 16 insertions, 7 deletions
diff --git a/united/bootswatch.less b/united/bootswatch.less
index a2d6b7c1..b23e0150 100755
--- a/united/bootswatch.less
+++ b/united/bootswatch.less
@@ -73,16 +73,25 @@
.buttonBackground(lighten(@yellow, 15%), @yellow);
}
-// ALERTS
+// FORMS
// -----------------------------------------------------
-.alert {
- text-shadow: none;
+.form-actions {
+ background-color: transparent;
}
-// FORMS
+// MISC
// -----------------------------------------------------
-.form-actions {
- background-color: transparent;
-} \ No newline at end of file
+.alert {
+ text-shadow: none;
+}
+
+.hero-unit {
+ border: 1px solid rgba(0,0,0,.05);
+ .box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
+
+ h1 {
+ line-height: 1.6em;
+ }
+}