mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
smaller h1 and h2
This commit is contained in:
+1
-4
@@ -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 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
@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
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -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 38px</td>
|
<td>Semibold 36px</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><h2>h2. Bootstrap heading</h2></td>
|
<td><h2>h2. Bootstrap heading</h2></td>
|
||||||
<td>Semibold 32px</td>
|
<td>Semibold 30px</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><h3>h3. Bootstrap heading</h3></td>
|
<td><h3>h3. Bootstrap heading</h3></td>
|
||||||
|
|||||||
Vendored
+2
-2
@@ -500,12 +500,12 @@ h6 {
|
|||||||
|
|
||||||
h1,
|
h1,
|
||||||
.h1 {
|
.h1 {
|
||||||
font-size: 38px;
|
font-size: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2,
|
h2,
|
||||||
.h2 {
|
.h2 {
|
||||||
font-size: 32px;
|
font-size: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3,
|
h3,
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+2
-2
@@ -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); } // ~38px
|
h1, .h1 { font-size: floor(@font-size-base * 2.60); } // ~36px
|
||||||
h2, .h2 { font-size: ceil(@font-size-base * 2.25); } // ~32px
|
h2, .h2 { font-size: floor(@font-size-base * 2.15); } // ~30px
|
||||||
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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user