summaryrefslogtreecommitdiff
path: root/journal/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 /journal/bootswatch.less
parente4add32f88236caf7e81ccb8ed5a4db464c895a6 (diff)
all: hero-unit support
Diffstat (limited to 'journal/bootswatch.less')
-rwxr-xr-xjournal/bootswatch.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/journal/bootswatch.less b/journal/bootswatch.less
index fa6f25de..7fe5983f 100755
--- a/journal/bootswatch.less
+++ b/journal/bootswatch.less
@@ -121,6 +121,12 @@ code, pre, pre.prettyprint, .well, .form-actions {
background-color: @grayLighter;
}
+.hero-unit {
+ .box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
+ border: 1px solid rgba(0,0,0,.05);
+ .border-radius(0);
+}
+
.table-bordered, .well, .prettyprint {
.border-radius(0);
}