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
29b36bf9
Commit
29b36bf9
authored
Jul 31, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dat purple
homepage--http://www.youtube.com/watch?v=k2C5TjS2sh4
parent
ba05b7a6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
5 deletions
+36
-5
assets/css/docs.css
assets/css/docs.css
+35
-4
index.html
index.html
+1
-1
No files found.
assets/css/docs.css
View file @
29b36bf9
...
@@ -27,6 +27,20 @@ body {
...
@@ -27,6 +27,20 @@ body {
border-color
:
#563d7c
;
border-color
:
#563d7c
;
}
}
/* Homepage button */
.btn-outline
{
color
:
#fff
;
background-color
:
transparent
;
border-color
:
#cdbfe3
;
}
.btn-outline
:hover
,
.btn-outline
:focus
,
.btn-outline
:active
{
color
:
#563d7c
;
background-color
:
#fff
;
border-color
:
#fff
;
}
/* Temp CSS until RC2 */
/* Temp CSS until RC2 */
.bs-customize-placeholder
{
.bs-customize-placeholder
{
margin-bottom
:
-100px
;
margin-bottom
:
-100px
;
...
@@ -75,8 +89,21 @@ body {
...
@@ -75,8 +89,21 @@ body {
color
:
#555
;
color
:
#555
;
}
}
.bs-docs-home
.bs-old-docs
{
.bs-docs-home
.bs-old-docs
{
padding-top
:
0
;
padding-bottom
:
0
;
text-align
:
center
;
text-align
:
center
;
border-top
:
1px
solid
#e5e5e5
;
color
:
inherit
;
background-color
:
transparent
;
border-color
:
transparent
;
}
.bs-docs-home
.bs-old-docs
a
{
color
:
#fff
;
}
/* Homepage */
.bs-docs-home
{
color
:
#cdbfe3
;
background-color
:
#563d7c
;
}
}
...
@@ -91,10 +118,11 @@ body {
...
@@ -91,10 +118,11 @@ body {
.bs-masthead
h1
{
.bs-masthead
h1
{
font-size
:
50px
;
font-size
:
50px
;
line-height
:
1
;
line-height
:
1
;
color
:
#fff
;
}
}
/* Download button */
/* Download button */
.bs-masthead
.btn-
bs
{
.bs-masthead
.btn-
outline
{
margin-top
:
5px
;
margin-top
:
5px
;
margin-bottom
:
5px
;
margin-bottom
:
5px
;
padding
:
18px
24px
;
padding
:
18px
24px
;
...
@@ -120,6 +148,9 @@ body {
...
@@ -120,6 +148,9 @@ body {
.bs-masthead-links
li
+
li
{
.bs-masthead-links
li
+
li
{
margin-left
:
20px
;
margin-left
:
20px
;
}
}
.bs-masthead-links
a
{
color
:
#fff
;
}
...
@@ -796,8 +827,8 @@ input.focused {
...
@@ -796,8 +827,8 @@ input.focused {
/* Tweak display of docs jumbotrons */
/* Tweak display of docs jumbotrons */
.bs-masthead
{
.bs-masthead
{
padding-top
:
1
0
0px
;
padding-top
:
1
4
0px
;
padding-bottom
:
1
0
0px
;
padding-bottom
:
1
4
0px
;
}
}
.bs-masthead
h1
{
.bs-masthead
h1
{
font-size
:
100px
;
font-size
:
100px
;
...
...
index.html
View file @
29b36bf9
...
@@ -9,7 +9,7 @@ base_url: "./"
...
@@ -9,7 +9,7 @@ base_url: "./"
<h1>
Bootstrap 3
</h1>
<h1>
Bootstrap 3
</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_dist }}"
class=
"btn btn-
bs
btn-large"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0 RC1']);"
>
Download Bootstrap
</a>
<a
href=
"{{ site.download_dist }}"
class=
"btn btn-
outline
btn-large"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0 RC1']);"
>
Download Bootstrap
</a>
</p>
</p>
</div>
</div>
</div>
</div>
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