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
b360a97f
Commit
b360a97f
authored
Aug 18, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mo betta btn classes in docs
parent
a9378a92
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
11 deletions
+11
-11
assets/css/docs.css
assets/css/docs.css
+9
-9
customize.html
customize.html
+1
-1
index.html
index.html
+1
-1
No files found.
assets/css/docs.css
View file @
b360a97f
...
@@ -43,28 +43,28 @@ body {
...
@@ -43,28 +43,28 @@ body {
}
}
/* Outline button for use within the docs */
/* Outline button for use within the docs */
.btn-
bs
{
.btn-
outline
{
color
:
#563d7c
;
color
:
#563d7c
;
background-color
:
#fff
;
background-color
:
#fff
;
border-color
:
#e5e5e5
;
border-color
:
#e5e5e5
;
}
}
.btn-
bs
:hover
,
.btn-
outline
:hover
,
.btn-
bs
:focus
,
.btn-
outline
:focus
,
.btn-
bs
:active
{
.btn-
outline
:active
{
color
:
#fff
;
color
:
#fff
;
background-color
:
#563d7c
;
background-color
:
#563d7c
;
border-color
:
#563d7c
;
border-color
:
#563d7c
;
}
}
/*
Homepage outline button
*/
/*
Inverted outline button (white on dark)
*/
.btn-outline
{
.btn-outline
-inverse
{
color
:
#fff
;
color
:
#fff
;
background-color
:
transparent
;
background-color
:
transparent
;
border-color
:
#cdbfe3
;
border-color
:
#cdbfe3
;
}
}
.btn-outline
:hover
,
.btn-outline
-inverse
:hover
,
.btn-outline
:focus
,
.btn-outline
-inverse
:focus
,
.btn-outline
:active
{
.btn-outline
-inverse
:active
{
color
:
#563d7c
;
color
:
#563d7c
;
text-shadow
:
none
;
text-shadow
:
none
;
background-color
:
#fff
;
background-color
:
#fff
;
...
...
customize.html
View file @
b360a97f
...
@@ -1449,7 +1449,7 @@ base_url: "../"
...
@@ -1449,7 +1449,7 @@ base_url: "../"
</div>
</div>
<p
class=
"lead"
>
Hooray! Your custom version of Bootstrap is now ready to be compiled. Just click the button below to finish the process.
</p>
<p
class=
"lead"
>
Hooray! Your custom version of Bootstrap is now ready to be compiled. Just click the button below to finish the process.
</p>
<div
class=
"bs-customize-download"
>
<div
class=
"bs-customize-download"
>
<button
id=
"btn-compile"
class=
"btn btn-block btn-lg btn-
bs
"
onclick=
"_gaq.push(['_trackEvent', 'Customize', 'Download', 'Customize and Download']);"
>
Compile and Download
</button>
<button
id=
"btn-compile"
class=
"btn btn-block btn-lg btn-
outline
"
onclick=
"_gaq.push(['_trackEvent', 'Customize', 'Download', 'Customize and Download']);"
>
Compile and Download
</button>
</div>
</div>
</div>
<!-- /download -->
</div>
<!-- /download -->
</form>
</form>
...
...
index.html
View file @
b360a97f
...
@@ -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 }}"
class=
"btn btn-outline btn-lg"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0']);"
>
Download Bootstrap
</a>
<a
href=
"{{ site.download }}"
class=
"btn btn-outline
-inverse
btn-lg"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0']);"
>
Download Bootstrap
</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