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
550493a8
Commit
550493a8
authored
Aug 05, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #9073: add note to homepage about download differences
parent
38a0eb6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
assets/css/docs.css
assets/css/docs.css
+2
-2
index.html
index.html
+1
-0
No files found.
assets/css/docs.css
View file @
550493a8
...
...
@@ -123,7 +123,7 @@ body {
/* Download button */
.bs-masthead
.btn-outline
{
margin-top
:
5
px
;
margin-top
:
20
px
;
margin-bottom
:
5px
;
padding
:
18px
24px
;
font-size
:
21px
;
...
...
@@ -833,7 +833,7 @@ input.focused {
.bs-masthead
h1
{
font-size
:
100px
;
}
.bs-masthead
p
{
.bs-masthead
.lead
{
margin-left
:
15%
;
margin-right
:
15%
;
font-size
:
30px
;
...
...
index.html
View file @
550493a8
...
...
@@ -8,6 +8,7 @@ base_url: "./"
<div
class=
"container"
>
<h1>
Bootstrap 3
</h1>
<p
class=
"lead"
>
Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.
</p>
<p><strong>
Heads up!
</strong>
Until the final v3 is released, downloads may be behind the development branch and Bower package.
</p>
<p>
<a
href=
"{{ site.download_dist }}"
class=
"btn btn-outline btn-lg"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0 RC1']);"
>
Download Bootstrap
</a>
</p>
...
...
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