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
5f209ed8
Commit
5f209ed8
authored
Jan 24, 2012
by
Jacob Thornton
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.0-wip' of
https://github.com/twitter/bootstrap
into 2.0-wip
Conflicts: docs/templates/pages/index.mustache
parents
fbc1ab14
58f7fd30
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
84 additions
and
114 deletions
+84
-114
bootstrap.css
bootstrap.css
+1
-1
docs/assets/css/docs.css
docs/assets/css/docs.css
+17
-45
docs/index.html
docs/index.html
+33
-34
docs/templates/pages/index.mustache
docs/templates/pages/index.mustache
+33
-34
No files found.
bootstrap.css
View file @
5f209ed8
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Tue Jan 24 1
2:27:3
0 PST 2012
* Date: Tue Jan 24 1
3:58:1
0 PST 2012
*/
*/
article
,
article
,
aside
,
aside
,
...
...
docs/assets/css/docs.css
View file @
5f209ed8
...
@@ -83,7 +83,7 @@ section {
...
@@ -83,7 +83,7 @@ section {
/* Benefits list in masthead */
/* Benefits list in masthead */
.benefits
{
.benefits
{
width
:
2
5
0px
;
width
:
2
8
0px
;
position
:
absolute
;
position
:
absolute
;
right
:
0
;
right
:
0
;
bottom
:
0
;
bottom
:
0
;
...
@@ -105,8 +105,6 @@ section {
...
@@ -105,8 +105,6 @@ section {
color
:
#555
;
color
:
#555
;
}
}
.benefits
span
{
.benefits
span
{
position
:
relative
;
top
:
-2px
;
padding-right
:
5px
;
padding-right
:
5px
;
color
:
#999
;
color
:
#999
;
}
}
...
@@ -200,7 +198,7 @@ section {
...
@@ -200,7 +198,7 @@ section {
}
}
.marketing
h1
{
.marketing
h1
{
margin
:
36px
0
27px
;
margin
:
36px
0
27px
;
font-size
:
36
px
;
font-size
:
40
px
;
font-weight
:
300
;
font-weight
:
300
;
text-align
:
center
;
text-align
:
center
;
}
}
...
@@ -227,59 +225,28 @@ section {
...
@@ -227,59 +225,28 @@ section {
/* Quickstart section for getting le code
/* Quickstart section for getting le code
-------------------------------------------------- */
-------------------------------------------------- */
.getting-started
{
.getting-started
h3
,
background-color
:
#f5f5f5
;
.getting-started
p
{
background-repeat
:
repeat-x
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#f9f9f9
),
to
(
#f5f5f5
));
background-image
:
-moz-linear-gradient
(
#f9f9f9
,
#f5f5f5
);
background-image
:
-ms-linear-gradient
(
#f9f9f9
,
#f5f5f5
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#f9f9f9
),
color-stop
(
100%
,
#f5f5f5
));
background-image
:
-webkit-linear-gradient
(
#f9f9f9
,
#f5f5f5
);
background-image
:
-o-linear-gradient
(
#f9f9f9
,
#f5f5f5
);
-ms-filter
:
"progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0)"
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#f9f9f9'
,
endColorstr
=
'#f5f5f5'
,
GradientType
=
0
);
background-image
:
linear-gradient
(
#f9f9f9
,
#f5f5f5
);
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
}
.getting-started
{
border-color
:
#eee
;
}
.getting-started
td
{
width
:
33%
;
border-right
:
1px
solid
#eee
;
}
.getting-started
td
+
td
{
border-left
:
1px
solid
#fff
;
}
.getting-started
td
:last-child
{
border-right
:
0
;
}
.quick-start
{
padding
:
17px
20px
;
}
.quick-start
h3
,
.quick-start
p
{
line-height
:
18px
;
line-height
:
18px
;
text-align
:
center
;
text-align
:
center
;
margin-bottom
:
9px
;
margin-bottom
:
9px
;
}
}
.
quick-start
p
{
.
getting-started
p
{
color
:
#777
;
color
:
#777
;
}
}
.
quick-start
.current-version
,
.
getting-started
.current-version
,
.
quick-start
.current-version
a
{
.
getting-started
.current-version
a
{
color
:
#999
;
color
:
#999
;
}
}
.
quick-start
form
{
.
getting-started
form
{
margin-bottom
:
0
;
margin-bottom
:
0
;
}
}
.
quick-start
textarea
{
.
getting-started
textarea
{
display
:
block
;
display
:
block
;
width
:
100
%
;
width
:
95
%
;
height
:
auto
;
height
:
auto
;
margin-bottom
:
0
;
margin-left
:
auto
;
margin-right
:
auto
;
line-height
:
21px
;
line-height
:
21px
;
white-space
:
nowrap
;
white-space
:
nowrap
;
overflow
:
hidden
;
overflow
:
hidden
;
...
@@ -629,6 +596,11 @@ form.well {
...
@@ -629,6 +596,11 @@ form.well {
margin-bottom
:
5px
;
margin-bottom
:
5px
;
}
}
/* Space out the getting started sections */
.getting-started
.span4
{
margin-bottom
:
18px
;
}
/* Unfloat the back to top link in footer */
/* Unfloat the back to top link in footer */
.footer
.pull-right
{
.footer
.pull-right
{
float
:
none
;
float
:
none
;
...
...
docs/index.html
View file @
5f209ed8
...
@@ -74,13 +74,13 @@
...
@@ -74,13 +74,13 @@
<div
class=
"benefits"
>
<div
class=
"benefits"
>
<h4>
Feature highlights
</h4>
<h4>
Feature highlights
</h4>
<ul>
<ul>
<li><span>
&
times
;
</span>
Built on LESS
</li>
<li><span>
&
#10004
;
</span>
Built on LESS
</li>
<li><span>
&
times;
</span>
Complete style
guide docs
</li>
<li><span>
&
#10004;
</span>
Complete style
guide docs
</li>
<li><span>
&
times
;
</span>
Fully responsive design
</li>
<li><span>
&
#10004
;
</span>
Fully responsive design
</li>
<li><span>
&
times;
</span>
Small footprint (7
kb gzipped)
</li>
<li><span>
&
#10004;
</span>
Small footprint (10
kb gzipped)
</li>
<li><span>
&
times
;
</span>
Support for IE7 and up
</li>
<li><span>
&
#10004
;
</span>
Support for IE7 and up
</li>
<li><span>
&
times
;
</span>
Custom jQuery plugins
</li>
<li><span>
&
#10004
;
</span>
Custom jQuery plugins
</li>
<li><span>
&
times
;
</span>
Dozens of components
</li>
<li><span>
&
#10004
;
</span>
Dozens of components
</li>
</ul>
</ul>
</div>
</div>
</div>
</div>
...
@@ -216,33 +216,32 @@
...
@@ -216,33 +216,32 @@
================================================== -->
================================================== -->
<h1>
Get started in no time.
</h1>
<h1>
Get started in no time.
</h1>
<p
class=
"marketing-byline"
>
Quickly start using Bootstrap within your workflow and development process.
</p>
<p
class=
"marketing-byline"
>
Quickly start using Bootstrap within your workflow and development process.
</p>
<table
class=
"table table-bordered getting-started"
>
<div
class=
"getting-started"
>
<tbody>
<div
class=
"row"
>
<tr>
<div
class=
"span4"
>
<td
class=
"quick-start"
>
<h3>
Hotlink the CSS
</h3>
<h3>
Hotlink the CSS
</h3>
<p>
For the quickest and easiest start, just copy this snippet into your webpage.
</p>
<p>
For the quickest and easiest start, just copy this snippet into your webpage.
</p>
<form>
<form>
<textarea
class=
"copy-code"
rows=
"1"
>
<
link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.min.css">
</textarea>
<textarea
class=
"copy-code"
rows=
"1"
>
<
link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.min.css">
</textarea>
</form>
</form>
</div>
</td>
<div
class=
"span4"
>
<td
class=
"quick-start"
>
<h3>
Use it with LESS
</h3>
<h3>
Use it with LESS
</h3>
<p>
A fan of using LESS? No problem, just download the repo and add these lines to your page:
</p>
<p>
A fan of using LESS? No problem, just clone the repo and add these lines:
</p>
<form>
<form>
<textarea
class=
"copy-code"
rows=
"2"
>
<
link rel="stylesheet/less" href="/path/to/bootstrap.less"
>
<textarea
class=
"copy-code"
rows=
"2"
>
<
link rel="stylesheet/less" href="/path/to/bootstrap.less"
>
<
script src="/path/to/less.js"
><
/script
>
</textarea>
<
script src="/path/to/less.js"
><
/script
>
</textarea>
</form>
</form>
</div>
</td>
<div
class=
"span4"
>
<td
class=
"quick-start"
>
<h3>
Fork on GitHub
</h3>
<h3>
Fork on GitHub
</h3>
<p>
Download, fork, pull, file issues, and more with the Bootstrap GitHub repo.
</p>
<p>
Download, fork, pull, file issues, and more with the Bootstrap GitHub repo.
</p>
<p><a
target=
"_blank"
href=
"https://github.com/twitter/bootstrap"
class=
"btn primary"
>
Bootstrap on GitHub
»
</a></p>
<p><a
target=
"_blank"
href=
"https://github.com/twitter/bootstrap"
class=
"btn primary"
>
Bootstrap on GitHub
»
</a></p>
<p
class=
"current-version"
>
Currently
<a
href=
"https://github.com/twitter/bootstrap/wiki/Changelog"
>
v2.0.0
</a></p>
<p
class=
"current-version"
>
Currently
<a
href=
"https://github.com/twitter/bootstrap/wiki/Changelog"
>
v2.0.0
</a></p>
</div>
</td>
</div>
<!-- /row -->
</tr>
</div>
<!-- /getting-started -->
</tbody>
</table>
</div>
<!-- /.marketing -->
</div>
<!-- /.marketing -->
</div>
<!-- /#overview -->
</div>
<!-- /#overview -->
<!-- Footer
<!-- Footer
...
...
docs/templates/pages/index.mustache
View file @
5f209ed8
...
@@ -14,13 +14,13 @@
...
@@ -14,13 +14,13 @@
<div
class=
"benefits"
>
<div
class=
"benefits"
>
<h4>
{{
_i
}}
Feature highlights
{{/
i
}}
</h4>
<h4>
{{
_i
}}
Feature highlights
{{/
i
}}
</h4>
<ul>
<ul>
<li><span>
&
times
;
</span>
{{
_i
}}
Built on LESS
{{/
i
}}
</li>
<li><span>
&
#10004
;
</span>
{{
_i
}}
Built on LESS
{{/
i
}}
</li>
<li><span>
&
times
;
</span>
{{
_i
}}
Complete styleguide docs
{{/
i
}}
</li>
<li><span>
&
#10004
;
</span>
{{
_i
}}
Complete styleguide docs
{{/
i
}}
</li>
<li><span>
&
times
;
</span>
{{
_i
}}
Fully responsive design
{{/
i
}}
</li>
<li><span>
&
#10004
;
</span>
{{
_i
}}
Fully responsive design
{{/
i
}}
</li>
<li><span>
&
times
;
</span>
{{
_i
}}
Small footprint (7kb gzipped)
{{/
i
}}
</li>
<li><span>
&
#10004
;
</span>
{{
_i
}}
Small footprint (7kb gzipped)
{{/
i
}}
</li>
<li><span>
&
times
;
</span>
{{
_i
}}
Support for IE7 and up
{{/
i
}}
</li>
<li><span>
&
#10004
;
</span>
{{
_i
}}
Support for IE7 and up
{{/
i
}}
</li>
<li><span>
&
times
;
</span>
{{
_i
}}
Custom jQuery plugins
{{/
i
}}
</li>
<li><span>
&
#10004
;
</span>
{{
_i
}}
Custom jQuery plugins
{{/
i
}}
</li>
<li><span>
&
times
;
</span>
{{
_i
}}
Dozens of components
{{/
i
}}
</li>
<li><span>
&
#10004
;
</span>
{{
_i
}}
Dozens of components
{{/
i
}}
</li>
</ul>
</ul>
</div>
</div>
</div>
</div>
...
@@ -156,32 +156,31 @@
...
@@ -156,32 +156,31 @@
================================================== -->
================================================== -->
<h1>
{{
_i
}}
Get started in no time.
{{/
i
}}
</h1>
<h1>
{{
_i
}}
Get started in no time.
{{/
i
}}
</h1>
<p
class=
"marketing-byline"
>
{{
_i
}}
Quickly start using Bootstrap within your workflow and development process.
{{/
i
}}
</p>
<p
class=
"marketing-byline"
>
{{
_i
}}
Quickly start using Bootstrap within your workflow and development process.
{{/
i
}}
</p>
<table
class=
"table table-bordered getting-started"
>
<div
class=
"getting-started"
>
<tbody>
<div
class=
"row"
>
<tr>
<div
class=
"span4"
>
<td
class=
"quick-start"
>
<h3>
{{
_i
}}
Hotlink the CSS
{{/
i
}}
</h3>
<h3>
{{
_i
}}
Hotlink the CSS
{{/
i
}}
</h3>
<p>
{{
_i
}}
For the quickest and easiest start, just copy this snippet into your webpage.
{{/
i
}}
</p>
<p>
{{
_i
}}
For the quickest and easiest start, just copy this snippet into your webpage.
{{/
i
}}
</p>
<form>
<form>
<textarea
class=
"copy-code"
rows=
"1"
>
<
link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.min.css">
</textarea>
<textarea
class=
"copy-code"
rows=
"1"
>
<
link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.min.css">
</textarea>
</form>
</form>
</div>
</td>
<div
class=
"span4"
>
<td
class=
"quick-start"
>
<h3>
{{
_i
}}
Use it with LESS
{{/
i
}}
</h3>
<h3>
{{
_i
}}
Use it with LESS
{{/
i
}}
</h3>
<p>
{{
_i
}}
A fan of using LESS? No problem, just download the repo and add these lines to your page:
{{/
i
}}
</p>
<p>
{{
_i
}}
A fan of using LESS? No problem, just clone the repo and add these lines:
{{/
i
}}
</p>
<form>
<form>
<textarea
class=
"copy-code"
rows=
"2"
>
<
link rel="stylesheet/less" href="/path/to/bootstrap.less"
>
<textarea
class=
"copy-code"
rows=
"2"
>
<
link rel="stylesheet/less" href="/path/to/bootstrap.less"
>
<
script src="/path/to/less.js"
><
/script
>
</textarea>
<
script src="/path/to/less.js"
><
/script
>
</textarea>
</form>
</form>
</div>
</td>
<div
class=
"span4"
>
<td
class=
"quick-start"
>
<h3>
{{
_i
}}
Fork on GitHub
{{/
i
}}
</h3>
<h3>
{{
_i
}}
Fork on GitHub
{{/
i
}}
</h3>
<p>
{{
_i
}}
Download, fork, pull, file issues, and more with the Bootstrap GitHub repo.
{{/
i
}}
</p>
<p>
{{
_i
}}
Download, fork, pull, file issues, and more with the Bootstrap GitHub repo.
{{/
i
}}
</p>
<p><a
target=
"_blank"
href=
"https://github.com/twitter/bootstrap"
class=
"btn primary"
>
{{
_i
}}
Bootstrap on GitHub
»
{{/
i
}}
</a></p>
<p><a
target=
"_blank"
href=
"https://github.com/twitter/bootstrap"
class=
"btn primary"
>
{{
_i
}}
Bootstrap on GitHub
»
{{/
i
}}
</a></p>
<p
class=
"current-version"
>
{{
_i
}}
Currently
{{/
i
}}
<a
href=
"https://github.com/twitter/bootstrap/wiki/Changelog"
>
v2.0.0
</a></p>
<p
class=
"current-version"
>
{{
_i
}}
Currently
{{/
i
}}
<a
href=
"https://github.com/twitter/bootstrap/wiki/Changelog"
>
v2.0.0
</a></p>
</div>
</td>
</div>
<!-- /row -->
</tr>
</div>
<!-- /getting-started -->
</tbody>
</table>
</div>
<!-- /.marketing -->
</div>
<!-- /.marketing -->
</div>
<!-- /#overview -->
</div>
<!-- /#overview -->
\ 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