Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
e2938734
Commit
e2938734
authored
Aug 18, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
smaller h1 and h2
parent
140f6d3b
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
11 deletions
+8
-11
assets/css/docs.css
assets/css/docs.css
+1
-4
css.html
css.html
+2
-2
dist/css/bootstrap.css
dist/css/bootstrap.css
+2
-2
dist/css/bootstrap.min.css
dist/css/bootstrap.min.css
+1
-1
less/type.less
less/type.less
+2
-2
No files found.
assets/css/docs.css
View file @
e2938734
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
* Old docs callout
* Old docs callout
* Ads
* Ads
* Side navigation
* Side navigation
*
Page structure
*
Docs sections
* Callouts
* Callouts
* Grid styles
* Grid styles
* Examples
* Examples
...
@@ -477,17 +477,14 @@ body {
...
@@ -477,17 +477,14 @@ body {
}
}
}
}
@media
screen
and
(
min-width
:
1200px
)
{
@media
screen
and
(
min-width
:
1200px
)
{
/* Widen the fixed sidebar again */
/* Widen the fixed sidebar again */
.bs-sidebar.affix-bottom
,
.bs-sidebar.affix-bottom
,
.bs-sidebar.affix
{
.bs-sidebar.affix
{
width
:
263px
;
width
:
263px
;
}
}
}
}
/*
/*
* Docs sections
* Docs sections
*
*
...
...
css.html
View file @
e2938734
...
@@ -594,11 +594,11 @@ base_url: "../"
...
@@ -594,11 +594,11 @@ base_url: "../"
<tbody>
<tbody>
<tr>
<tr>
<td><h1>
h1. Bootstrap heading
</h1></td>
<td><h1>
h1. Bootstrap heading
</h1></td>
<td>
Semibold 3
8
px
</td>
<td>
Semibold 3
6
px
</td>
</tr>
</tr>
<tr>
<tr>
<td><h2>
h2. Bootstrap heading
</h2></td>
<td><h2>
h2. Bootstrap heading
</h2></td>
<td>
Semibold 3
2
px
</td>
<td>
Semibold 3
0
px
</td>
</tr>
</tr>
<tr>
<tr>
<td><h3>
h3. Bootstrap heading
</h3></td>
<td><h3>
h3. Bootstrap heading
</h3></td>
...
...
dist/css/bootstrap.css
View file @
e2938734
...
@@ -500,12 +500,12 @@ h6 {
...
@@ -500,12 +500,12 @@ h6 {
h1
,
h1
,
.h1
{
.h1
{
font-size
:
3
8
px
;
font-size
:
3
6
px
;
}
}
h2
,
h2
,
.h2
{
.h2
{
font-size
:
3
2
px
;
font-size
:
3
0
px
;
}
}
h3
,
h3
,
...
...
dist/css/bootstrap.min.css
View file @
e2938734
This source diff could not be displayed because it is too large. You can
view the blob
instead.
less/type.less
View file @
e2938734
...
@@ -72,8 +72,8 @@ h6 {
...
@@ -72,8 +72,8 @@ h6 {
margin-bottom: (@line-height-computed / 2);
margin-bottom: (@line-height-computed / 2);
}
}
h1, .h1 { font-size:
ceil(@font-size-base * 2.70); } // ~38
px
h1, .h1 { font-size:
floor(@font-size-base * 2.60); } // ~36
px
h2, .h2 { font-size:
ceil(@font-size-base * 2.25); } // ~32
px
h2, .h2 { font-size:
floor(@font-size-base * 2.15); } // ~30
px
h3, .h3 { font-size: ceil(@font-size-base * 1.70); } // ~24px
h3, .h3 { font-size: ceil(@font-size-base * 1.70); } // ~24px
h4, .h4 { font-size: ceil(@font-size-base * 1.25); } // ~18px
h4, .h4 { font-size: ceil(@font-size-base * 1.25); } // ~18px
h5, .h5 { font-size: @font-size-base; }
h5, .h5 { font-size: @font-size-base; }
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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