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
9e7f4ebd
Commit
9e7f4ebd
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
parents
7d52e1dc
b0a351d8
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
323 additions
and
324 deletions
+323
-324
bootstrap.css
bootstrap.css
+1
-2
bootstrap.min.css
bootstrap.min.css
+1
-1
docs/templates/pages/base-css.mustache
docs/templates/pages/base-css.mustache
+321
-320
lib/forms.less
lib/forms.less
+0
-1
No files found.
bootstrap.css
View file @
9e7f4ebd
...
...
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Tue Jan 24 1
0:45:2
0 PST 2012
* Date: Tue Jan 24 1
2:27:3
0 PST 2012
*/
article
,
aside
,
...
...
@@ -537,7 +537,6 @@ select, input[type=file] {
}
select
{
width
:
220px
;
padding
:
0
;
vertical-align
:
middle
;
background-color
:
#ffffff
;
}
...
...
bootstrap.min.css
View file @
9e7f4ebd
...
...
@@ -98,7 +98,7 @@ input[type=image],input[type=checkbox],input[type=radio]{width:auto;height:auto;
input
[
type
=
file
]
{
padding
:
initial
;
line-height
:
initial
;
border
:
initial
;
background-color
:
#ffffff
;
background-color
:
initial
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;}
input
[
type
=
button
],
input
[
type
=
reset
],
input
[
type
=
submit
]
{
width
:
auto
;
height
:
auto
;}
select
,
input
[
type
=
file
]
{
height
:
27px
;
*
margin-top
:
4px
;
line-height
:
27px
;}
select
{
width
:
220px
;
padding
:
0
;
vertical-align
:
middle
;
background-color
:
#ffffff
;}
select
{
width
:
220px
;
vertical-align
:
middle
;
background-color
:
#ffffff
;}
select
[
multiple
],
select
[
size
]
{
height
:
inherit
;}
input
[
type
=
image
]
{
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;}
textarea
{
height
:
auto
;}
...
...
docs/templates/pages/base-css.mustache
View file @
9e7f4ebd
This diff is collapsed.
Click to expand it.
lib/forms.less
View file @
9e7f4ebd
...
...
@@ -107,7 +107,6 @@ input[type=file] {
// Chrome on Linux and Mobile Safari need background-color
select {
width: 220px; // default input width + 10px of padding that doesn't get applied
padding: 0;
vertical-align: middle;
background-color: @white;
}
...
...
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