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
5f88887c
Commit
5f88887c
authored
Apr 14, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
redo all the things
parent
f226463b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
41 additions
and
82 deletions
+41
-82
docs/_includes/colophon.html
docs/_includes/colophon.html
+1
-1
docs/_layouts/home.html
docs/_layouts/home.html
+0
-3
docs/assets/css/docs.css
docs/assets/css/docs.css
+14
-77
docs/index.html
docs/index.html
+26
-1
No files found.
docs/_includes/colophon.html
View file @
5f88887c
<!-- Footer
<!-- Footer
================================================== -->
================================================== -->
<footer
class=
"bs-docs-footer"
>
<footer
class=
"bs-docs-footer"
>
<div
class=
"container"
>
<div
class=
"
bs-docs-
container"
>
<div
class=
"bs-docs-social"
>
<div
class=
"bs-docs-social"
>
<ul
class=
"bs-docs-social-buttons"
>
<ul
class=
"bs-docs-social-buttons"
>
...
...
docs/_layouts/home.html
View file @
5f88887c
...
@@ -10,9 +10,6 @@
...
@@ -10,9 +10,6 @@
<!-- Page content of course! -->
<!-- Page content of course! -->
{{ content }}
{{ content }}
<!-- Main docs footer (social buttons, copyright, etc). -->
{% include colophon.html %}
<!-- JS and analytics only. -->
<!-- JS and analytics only. -->
{% include footer.html %}
{% include footer.html %}
...
...
docs/assets/css/docs.css
View file @
5f88887c
...
@@ -26,12 +26,6 @@ body {
...
@@ -26,12 +26,6 @@ body {
margin-right
:
-15px
;
margin-right
:
-15px
;
}
}
/* */
.bs-docs-footer
{
padding-left
:
15px
;
padding-right
:
15px
;
}
/* Side notes for calling out things */
/* Side notes for calling out things */
.bs-docs-sidenote
{
.bs-docs-sidenote
{
margin
:
20px
0
;
margin
:
20px
0
;
...
@@ -81,24 +75,10 @@ section > ul li {
...
@@ -81,24 +75,10 @@ section > ul li {
position
:
relative
;
position
:
relative
;
margin-bottom
:
20px
;
margin-bottom
:
20px
;
padding
:
30px
15px
;
padding
:
30px
15px
;
color
:
#fff
;
text-align
:
center
;
background-color
:
#b94a48
;
}
}
.bs-docs-jumbotron
h1
{
.bs-docs-jumbotron
h1
{
font-size
:
50px
;
font-size
:
50px
;
}
line-height
:
1
;
/* Link styles (used on .masthead-links as well) */
.bs-docs-jumbotron
a
{
color
:
#fff
;
color
:
rgba
(
255
,
255
,
255
,
.5
);
-webkit-transition
:
all
.2s
ease-in-out
;
-moz-transition
:
all
.2s
ease-in-out
;
transition
:
all
.2s
ease-in-out
;
}
.bs-docs-jumbotron
a
:hover
{
color
:
#fff
;
}
}
/* Download button */
/* Download button */
...
@@ -109,19 +89,13 @@ section > ul li {
...
@@ -109,19 +89,13 @@ section > ul li {
font-size
:
21px
;
font-size
:
21px
;
color
:
#b94a48
;
/* redeclare to override the `.jumbotron a` */
color
:
#b94a48
;
/* redeclare to override the `.jumbotron a` */
background-color
:
#fff
;
background-color
:
#fff
;
border-color
:
#e5e5e5
;
}
}
.bs-docs-jumbotron
.btn
,
.bs-docs-jumbotron
.btn
:hover
,
.bs-docs-jumbotron
.btn
:hover
,
.bs-docs-jumbotron
.btn
:active
{
.bs-docs-jumbotron
.btn
:active
{
color
:
#b94a48
;
/* redeclare to override the `.jumbotron a` */
color
:
#fff
;
/* redeclare to override the `.jumbotron a` */
background-color
:
#fff
;
background-color
:
#b94a48
;
border-color
:
#fff
;
border-color
:
#b94a48
;
}
/* Masthead (docs home)
------------------------- */
.masthead
h1
{
line-height
:
1
;
}
}
/* Textual links in masthead */
/* Textual links in masthead */
...
@@ -131,42 +105,10 @@ section > ul li {
...
@@ -131,42 +105,10 @@ section > ul li {
}
}
.masthead-links
li
{
.masthead-links
li
{
display
:
inline
;
display
:
inline
;
padding
:
0
10px
;
color
:
rgba
(
255
,
255
,
255
,
.25
);
}
/* Marketing section of Overview
-------------------------------------------------- */
.bs-docs-marketing
{
text-align
:
center
;
color
:
#5a5a5a
;
}
.bs-docs-marketing
h1
{
margin
:
60px
0
10px
;
font-size
:
50px
;
line-height
:
1
;
}
.bs-docs-marketing
h2
{
margin-bottom
:
5px
;
}
.bs-docs-marketing
p
{
font-size
:
16px
;
line-height
:
1.4
;
}
.bs-docs-marketing
.marketing-byline
{
margin-bottom
:
40px
;
font-size
:
21px
;
font-weight
:
300
;
line-height
:
1.25
;
color
:
#999
;
color
:
#999
;
}
}
.marketing-img
{
.masthead-links
li
+
li
{
display
:
block
;
margin-left
:
20px
;
margin
:
30px
auto
10px
;
max-height
:
145px
;
}
}
...
@@ -309,9 +251,6 @@ section > ul li {
...
@@ -309,9 +251,6 @@ section > ul li {
border-top-left-radius
:
0
;
border-top-left-radius
:
0
;
border-top-right-radius
:
0
;
border-top-right-radius
:
0
;
}
}
.prettyprint
.linenums
{
/*margin-left: 0;*/
}
/* Tweak content of examples for optimum awesome */
/* Tweak content of examples for optimum awesome */
.bs-docs-example
>
p
:last-child
,
.bs-docs-example
>
p
:last-child
,
...
@@ -585,7 +524,6 @@ section > ul li {
...
@@ -585,7 +524,6 @@ section > ul li {
-------------------------------------------------- */
-------------------------------------------------- */
.bs-docs-footer
{
.bs-docs-footer
{
text-align
:
center
;
padding-top
:
30px
;
padding-top
:
30px
;
padding-bottom
:
30px
;
padding-bottom
:
30px
;
margin-top
:
100px
;
margin-top
:
100px
;
...
@@ -608,22 +546,23 @@ section > ul li {
...
@@ -608,22 +546,23 @@ section > ul li {
/* Social proof buttons from GitHub & Twitter */
/* Social proof buttons from GitHub & Twitter */
.bs-docs-social
{
.bs-docs-social
{
margin-top
:
1
0px
;
margin-top
:
4
0px
;
margin-bottom
:
20px
;
margin-bottom
:
20px
;
text-align
:
center
;
border-top
:
1px
solid
#e5e5e5
;
}
}
/* Quick links on Home */
/* Quick links on Home */
.bs-docs-social-buttons
{
.bs-docs-social-buttons
{
display
:
inline-block
;
display
:
inline-block
;
margin
:
0
;
margin
:
0
;
padding
:
0
10px
;
list-style
:
none
;
list-style
:
none
;
}
}
.bs-docs-social-buttons
li
{
.bs-docs-social-buttons
li
{
display
:
inline-block
;
display
:
inline-block
;
padding
:
5px
8px
;
line-height
:
1
;
line-height
:
1
;
}
}
.bs-docs-social-buttons
li
+
li
{
margin-left
:
15px
;
}
.bs-docs-social-buttons
.twitter-follow-button
{
.bs-docs-social-buttons
.twitter-follow-button
{
width
:
225px
!important
;
width
:
225px
!important
;
}
}
...
@@ -739,8 +678,7 @@ input.focused {
...
@@ -739,8 +678,7 @@ input.focused {
}
}
/* Undo custom padding */
/* Undo custom padding */
.bs-docs-container
,
.bs-docs-container
{
.bs-home-container
{
padding-left
:
0
;
padding-left
:
0
;
padding-right
:
0
;
padding-right
:
0
;
}
}
...
@@ -759,9 +697,8 @@ input.focused {
...
@@ -759,9 +697,8 @@ input.focused {
font-size
:
100px
;
font-size
:
100px
;
}
}
.masthead
p
{
.masthead
p
{
max-width
:
70%
;
font-size
:
30px
;
font-size
:
30px
;
margin-left
:
10%
;
margin-right
:
10%
;
}
}
.subhead
{
.subhead
{
padding-top
:
60px
;
padding-top
:
60px
;
...
...
docs/index.html
View file @
5f88887c
...
@@ -5,12 +5,31 @@ title: Bootstrap
...
@@ -5,12 +5,31 @@ title: Bootstrap
<div
class=
"bs-docs-jumbotron masthead"
>
<div
class=
"bs-docs-jumbotron masthead"
>
<div
class=
"container"
>
<div
class=
"container"
>
<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=
"assets/bootstrap.zip"
class=
"btn btn-large"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0']);"
>
Download Bootstrap
</a>
<a
href=
"assets/bootstrap.zip"
class=
"btn btn-large"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0']);"
>
Download Bootstrap
</a>
<a
href=
"./docs/"
class=
"btn btn-large"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Docs', 'View docs']);"
>
View docs
</a>
<a
href=
"./docs/"
class=
"btn btn-large"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Docs', 'View docs']);"
>
View docs
</a>
</p>
</p>
<div
class=
"bs-docs-social"
>
<ul
class=
"bs-docs-social-buttons"
>
<li>
<iframe
class=
"github-btn"
src=
"http://ghbtns.com/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true"
allowtransparency=
"true"
frameborder=
"0"
scrolling=
"0"
width=
"100px"
height=
"20px"
></iframe>
</li>
<li>
<iframe
class=
"github-btn"
src=
"http://ghbtns.com/github-btn.html?user=twitter&repo=bootstrap&type=fork&count=true"
allowtransparency=
"true"
frameborder=
"0"
scrolling=
"0"
width=
"102px"
height=
"20px"
></iframe>
</li>
<li
class=
"follow-btn"
>
<a
href=
"https://twitter.com/twbootstrap"
class=
"twitter-follow-button"
data-link-color=
"#0069D6"
data-show-count=
"true"
>
Follow @twbootstrap
</a>
</li>
<li
class=
"tweet-btn"
>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-url=
"http://twitter.github.com/bootstrap/"
data-count=
"horizontal"
data-via=
"twbootstrap"
data-related=
"mdo:Creator of Twitter Bootstrap"
>
Tweet
</a>
</li>
</ul>
</div>
<ul
class=
"masthead-links"
>
<ul
class=
"masthead-links"
>
<li>
<li>
<a
href=
"http://github.com/twitter/bootstrap"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);"
>
GitHub project
</a>
<a
href=
"http://github.com/twitter/bootstrap"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);"
>
GitHub project
</a>
...
@@ -18,12 +37,17 @@ title: Bootstrap
...
@@ -18,12 +37,17 @@ title: Bootstrap
<li>
<li>
<a
href=
"./docs/#examples"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);"
>
Examples
</a>
<a
href=
"./docs/#examples"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);"
>
Examples
</a>
</li>
</li>
<li>
<a
href=
"http://expo.getbootstrap.com"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);"
>
Bootstrap Expo
</a>
</li>
<li>
Version 3.0.0
</li>
<li>
Version 3.0.0
</li>
</ul>
</ul>
</div>
</div>
</div>
</div>
<div
class=
"container bs-home-container"
>
<!-- <div class="container bs-home-container">
<div class="bs-docs-marketing">
<div class="bs-docs-marketing">
...
@@ -76,3 +100,4 @@ title: Bootstrap
...
@@ -76,3 +100,4 @@ title: Bootstrap
</div>
</div>
</div>
</div>
-->
\ No newline at end of file
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