Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
02f6bd65
Commit
02f6bd65
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#4910
: use @baseLineHeight * 1.5 for .lead font-size
parent
e8c5b3c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+1
-1
docs/assets/css/bootstrap.css
less/type.less
+1
-1
less/type.less
with
2 additions
and
2 deletions
+2
-2
docs/assets/css/bootstrap.css
+
1
-
1
View file @
02f6bd65
...
...
@@ -584,7 +584,7 @@ p {
.lead
{
margin-bottom
:
20px
;
font-size
:
2
0px
;
font-size
:
3
0px
;
font-weight
:
200
;
line-height
:
30px
;
}
...
...
This diff is collapsed.
Click to expand it.
less/type.less
+
1
-
1
View file @
02f6bd65
...
...
@@ -11,7 +11,7 @@ p {
}
.lead {
margin-bottom: @baseLineHeight;
font-size:
20px
;
font-size:
@baseLineHeight * 1.5
;
font-weight: 200;
line-height: @baseLineHeight * 1.5;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment