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
f4f34ab1
Commit
f4f34ab1
authored
Feb 19, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'andriijas-2.0.1-wip' into 2.0.2-wip
Conflicts: docs/assets/bootstrap.zip
parents
59d570fc
1e6d386b
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
79 additions
and
12 deletions
+79
-12
docs/assets/bootstrap.zip
docs/assets/bootstrap.zip
+0
-0
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+17
-11
docs/components.html
docs/components.html
+29
-0
docs/templates/pages/components.mustache
docs/templates/pages/components.mustache
+29
-0
less/buttons.less
less/buttons.less
+1
-1
less/labels.less
less/labels.less
+3
-0
No files found.
docs/assets/bootstrap.zip
View file @
f4f34ab1
No preview for this file type
docs/assets/css/bootstrap.css
View file @
f4f34ab1
...
@@ -1962,16 +1962,16 @@ table .span12 {
...
@@ -1962,16 +1962,16 @@ table .span12 {
background-color
:
#24748c
\
9
;
background-color
:
#24748c
\
9
;
}
}
.btn-inverse
{
.btn-inverse
{
background-color
:
#
393939
;
background-color
:
#
414141
;
background-image
:
-moz-linear-gradient
(
top
,
#
454545
,
#262626
);
background-image
:
-moz-linear-gradient
(
top
,
#
555555
,
#222222
);
background-image
:
-ms-linear-gradient
(
top
,
#
454545
,
#262626
);
background-image
:
-ms-linear-gradient
(
top
,
#
555555
,
#222222
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#
454545
),
to
(
#262626
));
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#
555555
),
to
(
#222222
));
background-image
:
-webkit-linear-gradient
(
top
,
#
454545
,
#262626
);
background-image
:
-webkit-linear-gradient
(
top
,
#
555555
,
#222222
);
background-image
:
-o-linear-gradient
(
top
,
#
454545
,
#262626
);
background-image
:
-o-linear-gradient
(
top
,
#
555555
,
#222222
);
background-image
:
linear-gradient
(
top
,
#
454545
,
#262626
);
background-image
:
linear-gradient
(
top
,
#
555555
,
#222222
);
background-repeat
:
repeat-x
;
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#
454545'
,
endColorstr
=
'#262626
'
,
GradientType
=
0
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#
555555'
,
endColorstr
=
'#222222
'
,
GradientType
=
0
);
border-color
:
#2
62626
#262626
#000000
;
border-color
:
#2
22222
#222222
#000000
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
}
}
...
@@ -1980,10 +1980,10 @@ table .span12 {
...
@@ -1980,10 +1980,10 @@ table .span12 {
.btn-inverse.active
,
.btn-inverse.active
,
.btn-inverse.disabled
,
.btn-inverse.disabled
,
.btn-inverse
[
disabled
]
{
.btn-inverse
[
disabled
]
{
background-color
:
#2
62626
;
background-color
:
#2
22222
;
}
}
.btn-inverse
:active
,
.btn-inverse.active
{
.btn-inverse
:active
,
.btn-inverse.active
{
background-color
:
#0
c0c0c
\
9
;
background-color
:
#0
80808
\
9
;
}
}
button
.btn
,
input
[
type
=
"submit"
]
.btn
{
button
.btn
,
input
[
type
=
"submit"
]
.btn
{
*
padding-top
:
2px
;
*
padding-top
:
2px
;
...
@@ -3190,6 +3190,12 @@ a.thumbnail:hover {
...
@@ -3190,6 +3190,12 @@ a.thumbnail:hover {
.label-info
:hover
{
.label-info
:hover
{
background-color
:
#2d6987
;
background-color
:
#2d6987
;
}
}
.label-inverse
{
background-color
:
#333333
;
}
.label-inverse
:hover
{
background-color
:
#1a1a1a
;
}
@-webkit-keyframes
progress-bar-stripes
{
@-webkit-keyframes
progress-bar-stripes
{
from
{
from
{
background-position
:
0
0
;
background-position
:
0
0
;
...
...
docs/components.html
View file @
f4f34ab1
...
@@ -248,6 +248,16 @@
...
@@ -248,6 +248,16 @@
<li><a
href=
"#"
>
Separated link
</a></li>
<li><a
href=
"#"
>
Separated link
</a></li>
</ul>
</ul>
</div>
<!-- /btn-group -->
</div>
<!-- /btn-group -->
<div
class=
"btn-group"
>
<a
class=
"btn btn-inverse dropdown-toggle"
data-toggle=
"dropdown"
href=
"#"
>
Inverse
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"#"
>
Action
</a></li>
<li><a
href=
"#"
>
Another action
</a></li>
<li><a
href=
"#"
>
Something else here
</a></li>
<li
class=
"divider"
></li>
<li><a
href=
"#"
>
Separated link
</a></li>
</ul>
</div>
<!-- /btn-group -->
</div>
<!-- /btn-toolbar -->
</div>
<!-- /btn-toolbar -->
<hr>
<hr>
<p><span
class=
"label label-info"
>
Heads up!
</span>
Button dropdowns require the
<a
href=
"./javascript.html#dropdowns"
>
Bootstrap dropdown plugin
</a>
to function.
</p>
<p><span
class=
"label label-info"
>
Heads up!
</span>
Button dropdowns require the
<a
href=
"./javascript.html#dropdowns"
>
Bootstrap dropdown plugin
</a>
to function.
</p>
...
@@ -331,6 +341,17 @@
...
@@ -331,6 +341,17 @@
<li><a
href=
"#"
>
Separated link
</a></li>
<li><a
href=
"#"
>
Separated link
</a></li>
</ul>
</ul>
</div>
<!-- /btn-group -->
</div>
<!-- /btn-group -->
<div
class=
"btn-group"
>
<a
class=
"btn btn-inverse"
href=
"#"
>
Inverse
</a>
<a
class=
"btn btn-inverse dropdown-toggle"
data-toggle=
"dropdown"
href=
"#"
><span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"#"
>
Action
</a></li>
<li><a
href=
"#"
>
Another action
</a></li>
<li><a
href=
"#"
>
Something else here
</a></li>
<li
class=
"divider"
></li>
<li><a
href=
"#"
>
Separated link
</a></li>
</ul>
</div>
<!-- /btn-group -->
</div>
</div>
</div>
</div>
<div
class=
"span8"
>
<div
class=
"span8"
>
...
@@ -1153,6 +1174,14 @@
...
@@ -1153,6 +1174,14 @@
<code>
<
span class="label label-info"
>
Info
<
/span
>
</code>
<code>
<
span class="label label-info"
>
Info
<
/span
>
</code>
</td>
</td>
</tr>
</tr>
<tr>
<td>
<span
class=
"label label-inverse"
>
Inverse
</span>
</td>
<td>
<code>
<
span class="label label-inverse"
>
Inverse
<
/span
>
</code>
</td>
</tr>
</tbody>
</tbody>
</table>
</table>
</section>
</section>
...
...
docs/templates/pages/components.mustache
View file @
f4f34ab1
...
@@ -172,6 +172,16 @@
...
@@ -172,6 +172,16 @@
<li><a
href=
"#"
>
{{
_i
}}
Separated link
{{/
i
}}
</a></li>
<li><a
href=
"#"
>
{{
_i
}}
Separated link
{{/
i
}}
</a></li>
</ul>
</ul>
</div>
<!-- /btn-group -->
</div>
<!-- /btn-group -->
<div
class=
"btn-group"
>
<a
class=
"btn btn-inverse dropdown-toggle"
data-toggle=
"dropdown"
href=
"#"
>
{{
_i
}}
Inverse
{{/
i
}}
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"#"
>
{{
_i
}}
Action
{{/
i
}}
</a></li>
<li><a
href=
"#"
>
{{
_i
}}
Another action
{{/
i
}}
</a></li>
<li><a
href=
"#"
>
{{
_i
}}
Something else here
{{/
i
}}
</a></li>
<li
class=
"divider"
></li>
<li><a
href=
"#"
>
{{
_i
}}
Separated link
{{/
i
}}
</a></li>
</ul>
</div>
<!-- /btn-group -->
</div>
<!-- /btn-toolbar -->
</div>
<!-- /btn-toolbar -->
<hr>
<hr>
<p><span
class=
"label label-info"
>
{{
_i
}}
Heads up!
{{/
i
}}
</span>
{{
_i
}}
Button dropdowns require the
<a
href=
"./javascript.html#dropdowns"
>
Bootstrap dropdown plugin
</a>
to function.
{{/
i
}}
</p>
<p><span
class=
"label label-info"
>
{{
_i
}}
Heads up!
{{/
i
}}
</span>
{{
_i
}}
Button dropdowns require the
<a
href=
"./javascript.html#dropdowns"
>
Bootstrap dropdown plugin
</a>
to function.
{{/
i
}}
</p>
...
@@ -255,6 +265,17 @@
...
@@ -255,6 +265,17 @@
<li><a
href=
"#"
>
{{
_i
}}
Separated link
{{/
i
}}
</a></li>
<li><a
href=
"#"
>
{{
_i
}}
Separated link
{{/
i
}}
</a></li>
</ul>
</ul>
</div>
<!-- /btn-group -->
</div>
<!-- /btn-group -->
<div
class=
"btn-group"
>
<a
class=
"btn btn-inverse"
href=
"#"
>
{{
_i
}}
Inverse
{{/
i
}}
</a>
<a
class=
"btn btn-inverse dropdown-toggle"
data-toggle=
"dropdown"
href=
"#"
><span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"#"
>
{{
_i
}}
Action
{{/
i
}}
</a></li>
<li><a
href=
"#"
>
{{
_i
}}
Another action
{{/
i
}}
</a></li>
<li><a
href=
"#"
>
{{
_i
}}
Something else here
{{/
i
}}
</a></li>
<li
class=
"divider"
></li>
<li><a
href=
"#"
>
{{
_i
}}
Separated link
{{/
i
}}
</a></li>
</ul>
</div>
<!-- /btn-group -->
</div>
</div>
</div>
</div>
<div
class=
"span8"
>
<div
class=
"span8"
>
...
@@ -1077,6 +1098,14 @@
...
@@ -1077,6 +1098,14 @@
<code>
<
span class="label label-info"
>
{{
_i
}}
Info
{{/
i
}}
<
/span
>
</code>
<code>
<
span class="label label-info"
>
{{
_i
}}
Info
{{/
i
}}
<
/span
>
</code>
</td>
</td>
</tr>
</tr>
<tr>
<td>
<span
class=
"label label-inverse"
>
{{
_i
}}
Inverse
{{/
i
}}
</span>
</td>
<td>
<code>
<
span class="label label-inverse"
>
{{
_i
}}
Inverse
{{/
i
}}
<
/span
>
</code>
</td>
</tr>
</tbody>
</tbody>
</table>
</table>
</section>
</section>
...
...
less/buttons.less
View file @
f4f34ab1
...
@@ -152,7 +152,7 @@
...
@@ -152,7 +152,7 @@
}
}
// Inverse appears as dark gray
// Inverse appears as dark gray
.btn-inverse {
.btn-inverse {
.buttonBackground(
#454545, #262626
);
.buttonBackground(
@gray, @grayDarker
);
}
}
...
...
less/labels.less
View file @
f4f34ab1
...
@@ -30,3 +30,6 @@
...
@@ -30,3 +30,6 @@
.label-info { background-color: @infoText; }
.label-info { background-color: @infoText; }
.label-info:hover { background-color: darken(@infoText, 10%); }
.label-info:hover { background-color: darken(@infoText, 10%); }
.label-inverse { background-color: @grayDark; }
.label-inverse:hover { background-color: darken(@grayDark, 10%); }
\ 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