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
d15218a0
Commit
d15218a0
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Fixes
#11899
: Ensure proper margins and .small/small usage for heading tags (e.g., .h1-.h6)
parent
0d0b5c7d
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dist/css/bootstrap.css
+22
-4
dist/css/bootstrap.css
dist/css/bootstrap.min.css
+1
-1
dist/css/bootstrap.min.css
less/type.less
+6
-6
less/type.less
with
29 additions
and
11 deletions
+29
-11
dist/css/bootstrap.css
+
22
-
4
View file @
d15218a0
...
...
@@ -378,31 +378,49 @@ h6 .small,
color
:
#999
;
}
h1
,
.h1
,
h2
,
h3
{
.h2
,
h3
,
.h3
{
margin-top
:
20px
;
margin-bottom
:
10px
;
}
h1
small
,
.h1
small
,
h2
small
,
.h2
small
,
h3
small
,
.h3
small
,
h1
.small
,
.h1
.small
,
h2
.small
,
h3
.small
{
.h2
.small
,
h3
.small
,
.h3
.small
{
font-size
:
65%
;
}
h4
,
.h4
,
h5
,
h6
{
.h5
,
h6
,
.h6
{
margin-top
:
10px
;
margin-bottom
:
10px
;
}
h4
small
,
.h4
small
,
h5
small
,
.h5
small
,
h6
small
,
.h6
small
,
h4
.small
,
.h4
.small
,
h5
.small
,
h6
.small
{
.h5
.small
,
h6
.small
,
.h6
.small
{
font-size
:
75%
;
}
h1
,
...
...
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.min.css
+
1
-
1
View file @
d15218a0
This diff is collapsed.
Click to expand it.
less/type.less
+
6
-
6
View file @
d15218a0
...
...
@@ -21,9 +21,9 @@ h1, h2, h3, h4, h5, h6,
}
}
h1,
h2,
h3 {
h1,
.h1,
h2,
.h2,
h3, .
h3 {
margin-top: @line-height-computed;
margin-bottom: (@line-height-computed / 2);
...
...
@@ -32,9 +32,9 @@ h3 {
font-size: 65%;
}
}
h4,
h5,
h6 {
h4,
.h4,
h5,
.h5,
h6, .
h6 {
margin-top: (@line-height-computed / 2);
margin-bottom: (@line-height-computed / 2);
...
...
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