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 Otto <markotto@twitter.com>2012-03-07 09:16:57 +0400
committerMark Otto <markotto@twitter.com>2012-03-07 09:16:57 +0400
commita613a8ebd01ab9206bc1a84a0bf6945a1238aa5e (patch)
tree3019b523e602708f5729e49e77ae45755f04ea3c /less
parent69e4522a4e4c1b021f5abb3a7018926645eac2fa (diff)
parent27c3d5a90b5cd8cafc086888959caf10c5e7d503 (diff)
Merge branch '2.0.2-wip' of github.com:twitter/bootstrap into 2.0.2-wip
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;