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
path: root/less
diff options
context:
space:
mode:
authorMark Figueredo <mark@gruvii.com>2012-03-07 01:45:43 +0400
committerMark Figueredo <mark@gruvii.com>2012-03-07 01:45:43 +0400
commit03bdf82ca270f5c50e310b452b37d01f81a15ba3 (patch)
treeccba7ee2619b4f2f57a433813aacd428c3cbad9b /less
parent738fac18de63275fbac8e1f81d60121eff557fd3 (diff)
Added use of new headings variables.
Diffstat (limited to 'less')
-rw-r--r--less/type.less5
1 files changed, 3 insertions, 2 deletions
diff --git a/less/type.less b/less/type.less
index 5a0473e769..4e1407b851 100644
--- a/less/type.less
+++ b/less/type.less
@@ -28,8 +28,9 @@ p {
h1, h2, h3, h4, h5, h6 {
margin: 0;
- font-weight: bold;
- color: @grayDark;
+ font-family: @headingsFontFamily;
+ font-weight: @headingsFontWeight;
+ color: @headingsColor;
text-rendering: optimizelegibility; // Fix the character spacing for headings
small {
font-weight: normal;