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
49373b9b
Commit
49373b9b
authored
Sep 02, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes #10372: two download buttons on homepage; also fixes broke button styles
parent
54b75ffa
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
8 deletions
+13
-8
_config.yml
_config.yml
+2
-1
assets/css/docs.css
assets/css/docs.css
+8
-5
getting-started.html
getting-started.html
+1
-1
index.html
index.html
+2
-1
No files found.
_config.yml
View file @
49373b9b
...
@@ -13,7 +13,8 @@ port: 9001
...
@@ -13,7 +13,8 @@ port: 9001
# Custom vars
# Custom vars
current_version
:
3.0.0
current_version
:
3.0.0
repo
:
https://github.com/twbs/bootstrap
repo
:
https://github.com/twbs/bootstrap
download
:
https://github.com/twbs/bootstrap/archive/v3.0.0.zip
download_source
:
https://github.com/twbs/bootstrap/archive/v3.0.0.zip
download_dist
:
https://github.com/twbs/bootstrap/releases/download/v3.0.0/bootstrap-3.0.0-dist.zip
download_dist
:
https://github.com/twbs/bootstrap/releases/download/v3.0.0/bootstrap-3.0.0-dist.zip
blog
:
http://blog.getbootstrap.com
blog
:
http://blog.getbootstrap.com
...
...
assets/css/docs.css
View file @
49373b9b
...
@@ -222,11 +222,8 @@ body {
...
@@ -222,11 +222,8 @@ body {
line-height
:
1
;
line-height
:
1
;
color
:
#fff
;
color
:
#fff
;
}
}
.bs-masthead
.btn-outline
{
.bs-masthead
.btn-outline-inverse
{
margin-top
:
20px
;
margin
:
10px
;
margin-bottom
:
20px
;
padding
:
18px
24px
;
font-size
:
21px
;
}
}
/* Links to project-level content like the repo, Expo, etc */
/* Links to project-level content like the repo, Expo, etc */
...
@@ -260,6 +257,12 @@ body {
...
@@ -260,6 +257,12 @@ body {
margin-right
:
25%
;
margin-right
:
25%
;
font-size
:
30px
;
font-size
:
30px
;
}
}
.bs-masthead
.btn-outline-inverse
{
width
:
auto
;
margin
:
20px
5px
20px
0
;
padding
:
18px
24px
;
font-size
:
21px
;
}
.bs-masthead-links
{
.bs-masthead-links
{
padding
:
0
;
padding
:
0
;
text-align
:
left
;
text-align
:
left
;
...
...
getting-started.html
View file @
49373b9b
...
@@ -22,7 +22,7 @@ base_url: "../"
...
@@ -22,7 +22,7 @@ base_url: "../"
<h3
id=
"download-additional"
>
Additional downloads
</h3>
<h3
id=
"download-additional"
>
Additional downloads
</h3>
<div
class=
"bs-docs-dl-options"
>
<div
class=
"bs-docs-dl-options"
>
<h4>
<h4>
<a
href=
"{{ site.download }}"
onclick=
"_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download source']);"
>
Download source code
</a>
<a
href=
"{{ site.download
_source
}}"
onclick=
"_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download source']);"
>
Download source code
</a>
</h4>
</h4>
<p>
Get the latest Bootstrap CSS and JavaScript source code by downloading it directly from GitHub.
</p>
<p>
Get the latest Bootstrap CSS and JavaScript source code by downloading it directly from GitHub.
</p>
<h4>
<h4>
...
...
index.html
View file @
49373b9b
...
@@ -9,7 +9,8 @@ base_url: "./"
...
@@ -9,7 +9,8 @@ base_url: "./"
<h1>
Bootstrap
</h1>
<h1>
Bootstrap
</h1>
<p
class=
"lead"
>
Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
</p>
<p
class=
"lead"
>
Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
</p>
<p>
<p>
<a
href=
"{{ site.download }}"
class=
"btn btn-outline-inverse btn-lg"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}']);"
>
Download Bootstrap
</a>
<a
href=
"{{ site.download_dist }}"
class=
"btn btn-outline-inverse btn-lg"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}']);"
>
Download Bootstrap
</a>
<a
href=
"{{ site.download_source }}"
class=
"btn btn-outline-inverse btn-lg"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version source }}']);"
>
Download source
</a>
</p>
</p>
</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