From 189b113153a0e866f717bf0822c51ae40597d53d Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Sat, 17 Mar 2012 16:40:02 -0400 Subject: all: hero-unit support --- spacelab/bootswatch.less | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'spacelab/bootswatch.less') diff --git a/spacelab/bootswatch.less b/spacelab/bootswatch.less index 5741ebf7..c4fbbe78 100755 --- a/spacelab/bootswatch.less +++ b/spacelab/bootswatch.less @@ -161,10 +161,15 @@ div.subnav .nav > li > .dropdown-toggle { } -// LABELS +// MISC // ----------------------------------------------------- .label-important { background-color: #BD2C00; } .label-warning { background-color: #E3E84D; } .label-success { background-color: #6CC644; } .label-info { background-color: #4183C4; } + +.hero-unit { + .box-shadow(inset 0 1px 1px rgba(0,0,0,.05)); + border: 1px solid rgba(0,0,0,.05); +} \ No newline at end of file -- cgit v1.2.3