mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
tweak code snippet on pager and clean up type and font-sizes on docs Home
This commit is contained in:
parent
5b5352c92d
commit
338c7ef2b6
@ -222,19 +222,22 @@ hr.soften {
|
||||
|
||||
.marketing {
|
||||
text-align: center;
|
||||
color: #5a5a5a;
|
||||
}
|
||||
.marketing h1 {
|
||||
margin: 60px 0 10px;
|
||||
font-size: 60px;
|
||||
font-weight: 400;
|
||||
font-weight: 200;
|
||||
line-height: 1;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
.marketing h2 {
|
||||
font-weight: 400;
|
||||
`}
|
||||
font-weight: 200;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.marketing p {
|
||||
color: #555;
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.marketing .marketing-byline {
|
||||
margin-bottom: 40px;
|
||||
|
@ -1442,12 +1442,8 @@
|
||||
</div>
|
||||
<pre class="prettyprint linenums">
|
||||
<ul class="pager">
|
||||
<li>
|
||||
<a href="#">Previous</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Next</a>
|
||||
</li>
|
||||
<li><a href="#">Previous</a></li>
|
||||
<li><a href="#">Next</a></li>
|
||||
</ul>
|
||||
</pre>
|
||||
|
||||
|
8
docs/templates/pages/components.mustache
vendored
8
docs/templates/pages/components.mustache
vendored
@ -1372,12 +1372,8 @@
|
||||
</div>
|
||||
<pre class="prettyprint linenums">
|
||||
<ul class="pager">
|
||||
<li>
|
||||
<a href="#">{{_i}}Previous{{/i}}</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">{{_i}}Next{{/i}}</a>
|
||||
</li>
|
||||
<li><a href="#">{{_i}}Previous{{/i}}</a></li>
|
||||
<li><a href="#">{{_i}}Next{{/i}}</a></li>
|
||||
</ul>
|
||||
</pre>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user