Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2012-12-01 03:36:16 +0400
committerMark Otto <otto@github.com>2012-12-01 03:36:16 +0400
commit0a93bc143d8b45a365ee983b05e64699081ddc5f (patch)
treea42b8c7c23715466d61259d78506a59f3c22c682 /less/hero-unit.less
parent51c418d468e5fe1f26c95457b70f7a2ad6354646 (diff)
hero unit and pagination vars
Diffstat (limited to 'less/hero-unit.less')
-rw-r--r--less/hero-unit.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/less/hero-unit.less b/less/hero-unit.less
index f771fad027..1e61033ad0 100644
--- a/less/hero-unit.less
+++ b/less/hero-unit.less
@@ -9,14 +9,14 @@
font-size: 18px;
font-weight: 200;
line-height: @line-height-base * 1.5;
- color: @heroUnitLeadColor;
- background-color: @heroUnitBackground;
+ color: @hero-lead-color;
+ background-color: @hero-background;
border-radius: 6px;
h1 {
margin-bottom: 0;
font-size: 60px;
line-height: 1;
- color: @heroUnitHeadingColor;
+ color: @hero-heading-color;
letter-spacing: -1px;
}
li {