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 <otto@github.com>2013-12-15 23:29:58 +0400
committerMark Otto <otto@github.com>2013-12-15 23:29:58 +0400
commita7029edc612745db1edb318b366d7bf229c3a8a5 (patch)
treeabc897a9b79a2e26fe0516b54ca6c46c6d28bdf4 /less
parentfd62247bf8bbb1bce072f5ee03e996dfc4abed94 (diff)
Restyle the blockquote to not thin text or change line-height
Diffstat (limited to 'less')
-rw-r--r--less/type.less2
1 files changed, 0 insertions, 2 deletions
diff --git a/less/type.less b/less/type.less
index 52f9b5b2ba..6c418a4898 100644
--- a/less/type.less
+++ b/less/type.less
@@ -266,8 +266,6 @@ blockquote {
border-left: 5px solid @blockquote-border-color;
p {
font-size: (@font-size-base * 1.25);
- font-weight: 300;
- line-height: 1.25;
}
p:last-child {
margin-bottom: 0;