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
4973bfd5
Commit
4973bfd5
authored
Feb 10, 2014
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #12685: Display current version under download button on homepage
parent
67c4deb5
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
docs/assets/css/docs.css
docs/assets/css/docs.css
+5
-0
docs/assets/css/docs.min.css
docs/assets/css/docs.min.css
+1
-1
docs/index.html
docs/index.html
+1
-0
No files found.
docs/assets/css/docs.css
View file @
4973bfd5
...
@@ -253,6 +253,11 @@ body {
...
@@ -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
;
...
...
docs/assets/css/docs.min.css
View file @
4973bfd5
This diff is collapsed.
Click to expand it.
docs/index.html
View file @
4973bfd5
...
@@ -11,6 +11,7 @@ title: Bootstrap
...
@@ -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>
...
...
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