mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-23 00:39:54 +00:00
Fixes #12685: Display current version under download button on homepage
This commit is contained in:
parent
67c4deb584
commit
4973bfd5d7
@ -253,6 +253,11 @@ body {
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
.bs-docs-masthead .version {
|
||||||
|
margin-top: -15px;
|
||||||
|
margin-bottom: 30px;
|
||||||
|
color: #9783b9;
|
||||||
|
}
|
||||||
.bs-docs-masthead .btn {
|
.bs-docs-masthead .btn {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 15px 30px;
|
padding: 15px 30px;
|
||||||
|
2
docs/assets/css/docs.min.css
vendored
2
docs/assets/css/docs.min.css
vendored
File diff suppressed because one or more lines are too long
@ -11,6 +11,7 @@ title: Bootstrap
|
|||||||
<p class="lead">
|
<p class="lead">
|
||||||
<a href="getting-started#download" class="btn btn-outline-inverse btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}']);">Download Bootstrap</a>
|
<a href="getting-started#download" class="btn btn-outline-inverse btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}']);">Download Bootstrap</a>
|
||||||
</p>
|
</p>
|
||||||
|
<p class="version">Currently v{{ site.current_version }}</p>
|
||||||
{% include ads.html %}
|
{% include ads.html %}
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user