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
8ceea1f5
Commit
8ceea1f5
authored
Jan 15, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix some ie7 bugs, improve dropdowns for ie due to lack of a shadow, fix pager example code
parent
f989c689
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
28 additions
and
25 deletions
+28
-25
bootstrap.css
bootstrap.css
+6
-3
bootstrap.min.css
bootstrap.min.css
+3
-3
docs/assets/css/docs.css
docs/assets/css/docs.css
+9
-11
docs/components.html
docs/components.html
+2
-2
docs/index.html
docs/index.html
+3
-4
lib/dropdowns.less
lib/dropdowns.less
+4
-1
lib/tables.less
lib/tables.less
+1
-1
No files found.
bootstrap.css
View file @
8ceea1f5
...
@@ -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: S
at Jan 14 23:33:26
PST 2012
* Date: S
un Jan 15 00:04:02
PST 2012
*/
*/
html
,
body
{
html
,
body
{
margin
:
0
;
margin
:
0
;
...
@@ -1116,7 +1116,7 @@ table .header:after {
...
@@ -1116,7 +1116,7 @@ table .header:after {
visibility
:
hidden
;
visibility
:
hidden
;
}
}
table
.headerSortUp
,
table
.headerSortDown
{
table
.headerSortUp
,
table
.headerSortDown
{
background-color
:
rgba
(
141
,
192
,
219
,
0.25
)
;
background-color
:
#f7f7f9
;
text-shadow
:
0
1px
1px
rgba
(
255
,
255
,
255
,
0.75
);
text-shadow
:
0
1px
1px
rgba
(
255
,
255
,
255
,
0.75
);
}
}
table
.header
:hover:after
{
table
.header
:hover:after
{
...
@@ -1440,6 +1440,7 @@ i {
...
@@ -1440,6 +1440,7 @@ i {
.dropdown
.caret
{
.dropdown
.caret
{
margin-top
:
8px
;
margin-top
:
8px
;
margin-left
:
2px
;
margin-left
:
2px
;
*
margin-top
:
7px
;
}
}
.dropdown
:hover
.caret
,
.open.dropdown
.caret
{
.dropdown
:hover
.caret
,
.open.dropdown
.caret
{
filter
:
alpha
(
opacity
=
100
);
filter
:
alpha
(
opacity
=
100
);
...
@@ -1459,7 +1460,7 @@ i {
...
@@ -1459,7 +1460,7 @@ i {
margin
:
0
;
margin
:
0
;
list-style
:
none
;
list-style
:
none
;
background-color
:
#ffffff
;
background-color
:
#ffffff
;
border-color
:
#
999
;
border-color
:
#
ccc
;
border-color
:
rgba
(
0
,
0
,
0
,
0.2
);
border-color
:
rgba
(
0
,
0
,
0
,
0.2
);
border-style
:
solid
;
border-style
:
solid
;
border-width
:
1px
;
border-width
:
1px
;
...
@@ -1473,6 +1474,8 @@ i {
...
@@ -1473,6 +1474,8 @@ i {
-moz-background-clip
:
padding
;
-moz-background-clip
:
padding
;
background-clip
:
padding-box
;
background-clip
:
padding-box
;
zoom
:
1
;
zoom
:
1
;
*
border-right-width
:
2px
;
*
border-bottom-width
:
2px
;
}
}
.dropdown-menu
.divider
{
.dropdown-menu
.divider
{
height
:
1px
;
height
:
1px
;
...
...
bootstrap.min.css
View file @
8ceea1f5
...
@@ -203,7 +203,7 @@ table .span10{float:none;width:764px;margin-left:0;}
...
@@ -203,7 +203,7 @@ table .span10{float:none;width:764px;margin-left:0;}
table
.span11
{
float
:
none
;
width
:
844px
;
margin-left
:
0
;}
table
.span11
{
float
:
none
;
width
:
844px
;
margin-left
:
0
;}
table
.span12
{
float
:
none
;
width
:
924px
;
margin-left
:
0
;}
table
.span12
{
float
:
none
;
width
:
924px
;
margin-left
:
0
;}
table
.header
{
cursor
:
pointer
;}
table
.header
:after
{
content
:
""
;
float
:
right
;
margin-top
:
7px
;
border-width
:
0
4px
4px
;
border-style
:
solid
;
border-color
:
#000
transparent
;
visibility
:
hidden
;}
table
.header
{
cursor
:
pointer
;}
table
.header
:after
{
content
:
""
;
float
:
right
;
margin-top
:
7px
;
border-width
:
0
4px
4px
;
border-style
:
solid
;
border-color
:
#000
transparent
;
visibility
:
hidden
;}
table
.headerSortUp
,
table
.headerSortDown
{
background-color
:
rgba
(
141
,
192
,
219
,
0.25
)
;
text-shadow
:
0
1px
1px
rgba
(
255
,
255
,
255
,
0.75
);}
table
.headerSortUp
,
table
.headerSortDown
{
background-color
:
#f7f7f9
;
text-shadow
:
0
1px
1px
rgba
(
255
,
255
,
255
,
0.75
);}
table
.header
:hover:after
{
visibility
:
visible
;}
table
.header
:hover:after
{
visibility
:
visible
;}
table
.headerSortDown
:after
,
table
.headerSortDown
:hover:after
{
visibility
:
visible
;
filter
:
alpha
(
opacity
=
60
);
-moz-opacity
:
0.6
;
opacity
:
0.6
;}
table
.headerSortDown
:after
,
table
.headerSortDown
:hover:after
{
visibility
:
visible
;
filter
:
alpha
(
opacity
=
60
);
-moz-opacity
:
0.6
;
opacity
:
0.6
;}
table
.headerSortUp
:after
{
border-bottom
:
none
;
border-left
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-top
:
4px
solid
#000
;
visibility
:
visible
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;
filter
:
alpha
(
opacity
=
60
);
-moz-opacity
:
0.6
;
opacity
:
0.6
;}
table
.headerSortUp
:after
{
border-bottom
:
none
;
border-left
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-top
:
4px
solid
#000
;
visibility
:
visible
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;
filter
:
alpha
(
opacity
=
60
);
-moz-opacity
:
0.6
;
opacity
:
0.6
;}
...
@@ -300,9 +300,9 @@ i{background-image:url(docs/assets/img/glyphicons-halflings-sprite.png);backgrou
...
@@ -300,9 +300,9 @@ i{background-image:url(docs/assets/img/glyphicons-halflings-sprite.png);backgrou
.asterisk
{
background-position
:
-456px
-96px
;}
.asterisk
{
background-position
:
-456px
-96px
;}
.dropdown
{
position
:
relative
;}
.dropdown
{
position
:
relative
;}
.caret
{
display
:
inline-block
;
width
:
0
;
height
:
0
;
text-indent
:
-99999px
;
vertical-align
:
top
;
border-left
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-top
:
4px
solid
#000
;
filter
:
alpha
(
opacity
=
30
);
-moz-opacity
:
0.3
;
opacity
:
0.3
;
content
:
"\2193"
;}
.caret
{
display
:
inline-block
;
width
:
0
;
height
:
0
;
text-indent
:
-99999px
;
vertical-align
:
top
;
border-left
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-top
:
4px
solid
#000
;
filter
:
alpha
(
opacity
=
30
);
-moz-opacity
:
0.3
;
opacity
:
0.3
;
content
:
"\2193"
;}
.dropdown
.caret
{
margin-top
:
8px
;
margin-left
:
2px
;}
.dropdown
.caret
{
margin-top
:
8px
;
margin-left
:
2px
;
*
margin-top
:
7px
;
}
.dropdown
:hover
.caret
,
.open.dropdown
.caret
{
filter
:
alpha
(
opacity
=
100
);
-moz-opacity
:
1
;
opacity
:
1
;}
.dropdown
:hover
.caret
,
.open.dropdown
.caret
{
filter
:
alpha
(
opacity
=
100
);
-moz-opacity
:
1
;
opacity
:
1
;}
.dropdown-menu
{
position
:
absolute
;
top
:
40px
;
z-index
:
1000
;
float
:
left
;
display
:
none
;
min-width
:
160px
;
max-width
:
220px
;
_width
:
160px
;
padding
:
4px
0
;
margin
:
0
;
list-style
:
none
;
background-color
:
#ffffff
;
border-color
:
#
999
;
border-color
:
rgba
(
0
,
0
,
0
,
0.2
);
border-style
:
solid
;
border-width
:
1px
;
-webkit-border-radius
:
0
0
5px
5px
;
-moz-border-radius
:
0
0
5px
5px
;
border-radius
:
0
0
5px
5px
;
-webkit-box-shadow
:
0
5px
10px
rgba
(
0
,
0
,
0
,
0.2
);
-moz-box-shadow
:
0
5px
10px
rgba
(
0
,
0
,
0
,
0.2
);
box-shadow
:
0
5px
10px
rgba
(
0
,
0
,
0
,
0.2
);
-webkit-background-clip
:
padding-box
;
-moz-background-clip
:
padding
;
background-clip
:
padding-box
;
zoom
:
1
;}
.dropdown-menu
.divider
{
height
:
1px
;
margin
:
5px
1px
;
overflow
:
hidden
;
background-color
:
#e5e5e5
;
border-bottom
:
1px
solid
#ffffff
;}
.dropdown-menu
{
position
:
absolute
;
top
:
40px
;
z-index
:
1000
;
float
:
left
;
display
:
none
;
min-width
:
160px
;
max-width
:
220px
;
_width
:
160px
;
padding
:
4px
0
;
margin
:
0
;
list-style
:
none
;
background-color
:
#ffffff
;
border-color
:
#
ccc
;
border-color
:
rgba
(
0
,
0
,
0
,
0.2
);
border-style
:
solid
;
border-width
:
1px
;
-webkit-border-radius
:
0
0
5px
5px
;
-moz-border-radius
:
0
0
5px
5px
;
border-radius
:
0
0
5px
5px
;
-webkit-box-shadow
:
0
5px
10px
rgba
(
0
,
0
,
0
,
0.2
);
-moz-box-shadow
:
0
5px
10px
rgba
(
0
,
0
,
0
,
0.2
);
box-shadow
:
0
5px
10px
rgba
(
0
,
0
,
0
,
0.2
);
-webkit-background-clip
:
padding-box
;
-moz-background-clip
:
padding
;
background-clip
:
padding-box
;
zoom
:
1
;
*
border-right-width
:
2px
;
*
border-bottom-width
:
2px
;}
.dropdown-menu
.divider
{
height
:
1px
;
margin
:
5px
1px
;
overflow
:
hidden
;
background-color
:
#e5e5e5
;
border-bottom
:
1px
solid
#ffffff
;}
.dropdown-menu
a
{
display
:
block
;
padding
:
3px
15px
;
clear
:
both
;
font-weight
:
normal
;
line-height
:
18px
;
color
:
#555555
;
white-space
:
nowrap
;}
.dropdown-menu
a
{
display
:
block
;
padding
:
3px
15px
;
clear
:
both
;
font-weight
:
normal
;
line-height
:
18px
;
color
:
#555555
;
white-space
:
nowrap
;}
.dropdown-menu
li
>
a
:hover
,
.dropdown-menu
.active
>
a
,
.dropdown-menu
.active
>
a
:hover
{
color
:
#fff
;
text-decoration
:
none
;
background-color
:
#0088cc
;}
.dropdown-menu
li
>
a
:hover
,
.dropdown-menu
.active
>
a
,
.dropdown-menu
.active
>
a
:hover
{
color
:
#fff
;
text-decoration
:
none
;
background-color
:
#0088cc
;}
.dropdown.open
.dropdown-toggle
{
color
:
#ffffff
;
background
:
#ccc
;
background
:
rgba
(
0
,
0
,
0
,
0.3
);}
.dropdown.open
.dropdown-toggle
{
color
:
#ffffff
;
background
:
#ccc
;
background
:
rgba
(
0
,
0
,
0
,
0.3
);}
...
...
docs/assets/css/docs.css
View file @
8ceea1f5
...
@@ -130,6 +130,7 @@ section {
...
@@ -130,6 +130,7 @@ section {
/* Quick links
/* Quick links
-------------------------------------------------- */
-------------------------------------------------- */
.quick-links
{
.quick-links
{
min-height
:
30px
;
padding
:
5px
20px
;
padding
:
5px
20px
;
margin
:
45px
0
;
margin
:
45px
0
;
list-style
:
none
;
list-style
:
none
;
...
@@ -141,11 +142,11 @@ section {
...
@@ -141,11 +142,11 @@ section {
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
0
,
0
,
0
,
.03
);
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
0
,
0
,
0
,
.03
);
-moz-box-shadow
:
inset
0
1px
0
rgba
(
0
,
0
,
0
,
.03
);
-moz-box-shadow
:
inset
0
1px
0
rgba
(
0
,
0
,
0
,
.03
);
box-shadow
:
inset
0
1px
0
rgba
(
0
,
0
,
0
,
.03
);
box-shadow
:
inset
0
1px
0
rgba
(
0
,
0
,
0
,
.03
);
overflow
:
hidden
;
}
}
.quick-links
li
{
.quick-links
li
{
display
:
inline
;
display
:
inline
;
margin
:
0
5px
;
margin
:
0
5px
;
line-height
:
30px
;
}
}
.quick-links
.divider
{
.quick-links
.divider
{
color
:
#999
;
color
:
#999
;
...
@@ -258,7 +259,7 @@ section {
...
@@ -258,7 +259,7 @@ section {
-ms-box-sizing
:
border-box
;
/* IE8 */
-ms-box-sizing
:
border-box
;
/* IE8 */
box-sizing
:
border-box
;
/* CSS3 spec*/
box-sizing
:
border-box
;
/* CSS3 spec*/
/* Hacks for IE7 to make this work just okay enough to function */
/* Hacks for IE7 to make this work just okay enough to function */
*
width
:
90%
;
*
width
:
270px
;
*
height
:
24px
;
*
height
:
24px
;
}
}
...
@@ -386,7 +387,7 @@ section {
...
@@ -386,7 +387,7 @@ section {
.popover-well
.popover-menu-wrapper
{
.popover-well
.popover-menu-wrapper
{
height
:
80px
;
height
:
80px
;
}
}
img
.large-bird
{
.large-bird
{
margin
:
5px
0
0
310px
;
margin
:
5px
0
0
310px
;
opacity
:
.1
;
opacity
:
.1
;
}
}
...
@@ -467,9 +468,6 @@ form.well {
...
@@ -467,9 +468,6 @@ form.well {
/* Icons
/* Icons
------------------------- */
------------------------- */
.the-icons
{
}
.the-icons
i
{
.the-icons
i
{
display
:
block
;
display
:
block
;
margin-bottom
:
5px
;
margin-bottom
:
5px
;
...
@@ -483,11 +481,11 @@ form.well {
...
@@ -483,11 +481,11 @@ form.well {
width
:
100px
;
width
:
100px
;
}
}
#javascript
input
[
type
=
'checkbox'
]
{
#javascript
input
[
type
=
checkbox
]
{
display
:
inlin
e
;
position
:
relativ
e
;
margin-left
:
6
px
;
top
:
-1
px
;
position
:
relativ
e
;
display
:
inlin
e
;
top
:
-1
px
;
margin-left
:
6
px
;
}
}
...
...
docs/components.html
View file @
8ceea1f5
...
@@ -958,10 +958,10 @@
...
@@ -958,10 +958,10 @@
</ul>
</ul>
<pre
class=
"prettyprint linenums"
>
<pre
class=
"prettyprint linenums"
>
<
ul class="pager"
>
<
ul class="pager"
>
<
li
>
<
li
class="previous"
>
<
a href="#"
>&
larr; Older
<
/a
>
<
a href="#"
>&
larr; Older
<
/a
>
<
/li
>
<
/li
>
<
li
>
<
li
class="next"
>
<
a href="#"
>
Newer
&
rarr;
<
/a
>
<
a href="#"
>
Newer
&
rarr;
<
/a
>
<
/li
>
<
/li
>
<
/ul
>
<
/ul
>
...
...
docs/index.html
View file @
8ceea1f5
...
@@ -119,7 +119,6 @@
...
@@ -119,7 +119,6 @@
<p
class=
"download-info"
>
<p
class=
"download-info"
>
<a
href=
"https://github.com/twitter/bootstrap/"
class=
"btn primary btn-large"
>
Download on GitHub
</a>
<a
href=
"https://github.com/twitter/bootstrap/"
class=
"btn primary btn-large"
>
Download on GitHub
</a>
<a
href=
"./scaffolding.html"
class=
"btn btn-large"
>
Get started
→
</a>
<a
href=
"./scaffolding.html"
class=
"btn btn-large"
>
Get started
→
</a>
Currently v2.0.0
</p>
</p>
<div
class=
"benefits"
>
<div
class=
"benefits"
>
...
@@ -145,10 +144,10 @@
...
@@ -145,10 +144,10 @@
<li><a
href=
"https://github.com/twitter/bootstrap/wiki/Changelog"
>
Changelog
</a></li>
<li><a
href=
"https://github.com/twitter/bootstrap/wiki/Changelog"
>
Changelog
</a></li>
<li
class=
"divider"
>
·
</li>
<li
class=
"divider"
>
·
</li>
<li>
<li>
<iframe
class=
"github-btn"
src=
"http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true"
allowtransparency=
"true"
frameborder=
"0"
scrolling=
"0"
width=
"11
0
px"
height=
"20px"
></iframe>
<iframe
class=
"github-btn"
src=
"http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true"
allowtransparency=
"true"
frameborder=
"0"
scrolling=
"0"
width=
"11
4
px"
height=
"20px"
></iframe>
</li>
</li>
<li>
<li>
<iframe
class=
"github-btn"
src=
"http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=fork&count=true"
allowtransparency=
"true"
frameborder=
"0"
scrolling=
"0"
width=
"9
4
px"
height=
"20px"
></iframe>
<iframe
class=
"github-btn"
src=
"http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=fork&count=true"
allowtransparency=
"true"
frameborder=
"0"
scrolling=
"0"
width=
"9
8
px"
height=
"20px"
></iframe>
</li>
</li>
<!--
<!--
<li><strong>Authors</strong></li>
<li><strong>Authors</strong></li>
...
@@ -288,7 +287,7 @@
...
@@ -288,7 +287,7 @@
</td>
</td>
<td
class=
"quick-start"
>
<td
class=
"quick-start"
>
<h3>
Fork on GitHub
</h3>
<h3>
Fork on GitHub
</h3>
<p>
Download, fork, pull, file issues, and more with the
official Bootstrap repo on Github
.
</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>
</td>
</td>
...
...
lib/dropdowns.less
View file @
8ceea1f5
...
@@ -21,6 +21,7 @@
...
@@ -21,6 +21,7 @@
.dropdown .caret {
.dropdown .caret {
margin-top: 8px;
margin-top: 8px;
margin-left: 2px;
margin-left: 2px;
*margin-top: 7px;
}
}
.dropdown:hover .caret,
.dropdown:hover .caret,
.open.dropdown .caret {
.open.dropdown .caret {
...
@@ -40,7 +41,7 @@
...
@@ -40,7 +41,7 @@
margin: 0; // override default ul
margin: 0; // override default ul
list-style: none;
list-style: none;
background-color: @white;
background-color: @white;
border-color: #
999
;
border-color: #
ccc
;
border-color: rgba(0,0,0,.2);
border-color: rgba(0,0,0,.2);
border-style: solid;
border-style: solid;
border-width: 1px;
border-width: 1px;
...
@@ -50,6 +51,8 @@
...
@@ -50,6 +51,8 @@
-moz-background-clip: padding;
-moz-background-clip: padding;
background-clip: padding-box;
background-clip: padding-box;
zoom: 1; // do we need this?
zoom: 1; // do we need this?
*border-right-width: 2px;
*border-bottom-width: 2px;
// Dividers (basically an hr) within the dropdown
// Dividers (basically an hr) within the dropdown
.divider {
.divider {
...
...
lib/tables.less
View file @
8ceea1f5
...
@@ -152,7 +152,7 @@ table {
...
@@ -152,7 +152,7 @@ table {
// Style the sorted column headers (THs)
// Style the sorted column headers (THs)
.headerSortUp,
.headerSortUp,
.headerSortDown {
.headerSortDown {
background-color:
rgba(141,192,219,.25)
;
background-color:
#f7f7f9
;
text-shadow: 0 1px 1px rgba(255,255,255,.75);
text-shadow: 0 1px 1px rgba(255,255,255,.75);
}
}
// Style the ascending (reverse alphabetical) column header
// Style the ascending (reverse alphabetical) column header
...
...
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