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
37379048
Commit
37379048
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#4922
: use basefontsize for realz on .lead
parent
209852c8
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 @
37379048
...
@@ -584,7 +584,7 @@ p {
...
@@ -584,7 +584,7 @@ p {
.lead
{
.lead
{
margin-bottom
:
20px
;
margin-bottom
:
20px
;
font-size
:
30
px
;
font-size
:
21
px
;
font-weight
:
200
;
font-weight
:
200
;
line-height
:
30px
;
line-height
:
30px
;
}
}
...
...
This diff is collapsed.
Click to expand it.
less/type.less
+
1
-
1
View file @
37379048
...
@@ -11,7 +11,7 @@ p {
...
@@ -11,7 +11,7 @@ p {
}
}
.lead {
.lead {
margin-bottom: @baseLineHeight;
margin-bottom: @baseLineHeight;
font-size: @base
LineHeight
* 1.5;
font-size: @base
FontSize
* 1.5;
font-weight: 200;
font-weight: 200;
line-height: @baseLineHeight * 1.5;
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