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
e1a1fdd3
Commit
e1a1fdd3
authored
Jan 28, 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
parents
12d3c2fe
39f70afe
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
44 additions
and
25 deletions
+44
-25
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+10
-12
docs/assets/css/docs.css
docs/assets/css/docs.css
+15
-2
less/button-groups.less
less/button-groups.less
+7
-0
less/buttons.less
less/buttons.less
+1
-0
less/dropdowns.less
less/dropdowns.less
+5
-1
less/mixins.less
less/mixins.less
+5
-9
less/modals.less
less/modals.less
+1
-1
No files found.
docs/assets/css/bootstrap.css
View file @
e1a1fdd3
...
...
@@ -36,9 +36,6 @@ a:focus {
outline
:
thin
dotted
;
outline
:
5px
auto
-webkit-focus-ring-color
;
outline-offset
:
-2px
;
-moz-outline
:
5px
auto
-moz-mac-focusring
;
-moz-outline-radius
:
6px
;
-moz-outline-offset
:
0
;
}
a
:hover
,
a
:active
{
outline
:
0
;
...
...
@@ -627,9 +624,6 @@ input[type="file"]:focus, input[type="checkbox"]:focus, select:focus {
outline
:
thin
dotted
;
outline
:
5px
auto
-webkit-focus-ring-color
;
outline-offset
:
-2px
;
-moz-outline
:
5px
auto
-moz-mac-focusring
;
-moz-outline-radius
:
6px
;
-moz-outline-offset
:
0
;
}
.input-mini
{
width
:
60px
;
...
...
@@ -1490,9 +1484,12 @@ table .span12 {
.dropdown
{
position
:
relative
;
}
.dropdown
.dropdown
-toggle
{
.dropdown-toggle
{
*
margin-bottom
:
-3px
;
}
.dropdown-toggle
:active
,
.open
.dropdown-toggle
{
outline
:
0
;
}
.caret
{
display
:
inline-block
;
width
:
0
;
...
...
@@ -1986,7 +1983,7 @@ table .span12 {
.navbar-search
.search-query
:-moz-placeholder
{
color
:
#eeeeee
;
}
.navbar-search
.search-query
::-webkit-input-placeholder
{
.navbar-search
.search-query
::-webkit-input-placeholder
{
color
:
#eeeeee
;
}
.navbar-search
.search-query
:hover
{
...
...
@@ -2303,7 +2300,7 @@ table .span12 {
top
:
50%
;
}
.modal-header
{
padding
:
5
px
15px
;
padding
:
9
px
15px
;
border-bottom
:
1px
solid
#eee
;
}
.modal-header
.close
{
...
...
@@ -2653,9 +2650,6 @@ table .span12 {
outline
:
thin
dotted
;
outline
:
5px
auto
-webkit-focus-ring-color
;
outline-offset
:
-2px
;
-moz-outline
:
5px
auto
-moz-mac-focusring
;
-moz-outline-radius
:
6px
;
-moz-outline-offset
:
0
;
}
.btn.active
,
.btn
:active
{
background-image
:
none
;
...
...
@@ -2665,6 +2659,7 @@ table .span12 {
background-color
:
#e6e6e6
;
background-color
:
#d9d9d9
\
9
;
color
:
rgba
(
0
,
0
,
0
,
0.5
);
outline
:
0
;
}
.btn.disabled
,
.btn
[
disabled
]
{
cursor
:
default
;
...
...
@@ -2788,6 +2783,9 @@ button.btn.small, input[type="submit"].btn.small {
.btn-group
.btn.active
{
z-index
:
2
;
}
.btn-group
.dropdown-toggle
:active
,
.btn-group.open
.dropdown-toggle
{
outline
:
0
;
}
.btn-group
.dropdown-toggle
{
padding-left
:
8px
;
padding-right
:
8px
;
...
...
docs/assets/css/docs.css
View file @
e1a1fdd3
...
...
@@ -173,10 +173,9 @@ hr.soften {
}
.subnav
.nav
>
li
>
a
{
margin
:
0
;
padding-top
:
11px
;
padding-top
:
11px
;
padding-bottom
:
11px
;
font-size
:
13px
;
text-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
.5
);
border-left
:
1px
solid
#f5f5f5
;
border-right
:
1px
solid
#e5e5e5
;
-webkit-border-radius
:
0
;
...
...
@@ -202,10 +201,18 @@ hr.soften {
.subnav
.nav
>
li
:first-child
>
a
:hover
{
border-left
:
0
;
padding-left
:
12px
;
-webkit-border-radius
:
4px
0
0
4px
;
-moz-border-radius
:
4px
0
0
4px
;
border-radius
:
4px
0
0
4px
;
}
.subnav
.nav
>
li
:last-child
>
a
{
border-right
:
0
;
}
.subnav
.dropdown-menu
{
-webkit-border-radius
:
0
0
4px
4px
;
-moz-border-radius
:
0
0
4px
4px
;
border-radius
:
0
0
4px
4px
;
}
/* Fixed subnav on scroll, but only for 940px and up (sorry IE!) */
@media
(
min-width
:
940px
)
{
...
...
@@ -229,6 +236,12 @@ hr.soften {
margin
:
0
auto
;
padding
:
0
1px
;
}
.subnav
.nav
>
li
:first-child
>
a
,
.subnav
.nav
>
li
:first-child
>
a
:hover
{
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
}
}
...
...
less/button-groups.less
View file @
e1a1fdd3
...
...
@@ -78,6 +78,13 @@
z-index: 2;
}
// On active and open, don't show outline
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
// Split button dropdowns
// ----------------------
...
...
less/buttons.less
View file @
e1a1fdd3
...
...
@@ -88,6 +88,7 @@
background-color: darken(@white, 10%);
background-color: darken(@white, 15%) e("\9");
color: rgba(0,0,0,.5);
outline: 0;
}
&.disabled,
&[disabled] {
...
...
less/dropdowns.less
View file @
e1a1fdd3
...
...
@@ -5,10 +5,14 @@
.dropdown {
position: relative;
}
.dropdown
.dropdown
-toggle {
.dropdown-toggle {
// The caret makes the toggle a bit too tall in IE7
*margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
outline: 0;
}
// Dropdown arrow/caret
.caret {
display: inline-block;
...
...
less/mixins.less
View file @
e1a1fdd3
...
...
@@ -29,10 +29,6 @@
// Webkit
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
// Firefox
-moz-outline: 5px auto -moz-mac-focusring;
-moz-outline-radius: 6px;
-moz-outline-offset: 0;
}
// Center-align a block level element
...
...
@@ -333,11 +329,11 @@
background-repeat: no-repeat;
}
.radial(@innerColor: #555, @outerColor: #333) {
background-color: @out
side
Color;
background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(@
centerColor), to(@outside
Color));
background-image: -webkit-radial-gradient(circle, @
centerColor, @outside
Color);
background-image: -moz-radial-gradient(circle, @
centerColor, @outside
Color);
background-image: -ms-radial-gradient(circle, @
centerColor, @outside
Color);
background-color: @out
er
Color;
background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(@
innerColor), to(@outer
Color));
background-image: -webkit-radial-gradient(circle, @
innerColor, @outer
Color);
background-image: -moz-radial-gradient(circle, @
innerColor, @outer
Color);
background-image: -ms-radial-gradient(circle, @
innerColor, @outer
Color);
background-repeat: no-repeat;
// Opera cannot do radial gradients yet
}
...
...
less/modals.less
View file @
e1a1fdd3
...
...
@@ -48,7 +48,7 @@
&.fade.in { top: 50%; }
}
.modal-header {
padding:
5
px 15px;
padding:
9
px 15px;
border-bottom: 1px solid #eee;
// Close icon
.close { margin-top: 2px; }
...
...
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