aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-17 15:26:12 -0800
committerChris Rebert <[email protected]>2014-12-17 15:26:12 -0800
commit90f4767d06641a44a2563f53e779fb572ba9ea60 (patch)
tree25185b9357c791a7c4613908290480ee214964b1 /dist/css/bootstrap.css
parented5bff59510a1d4872421821015075c949db1a9e (diff)
downloadbootstrap-90f4767d06641a44a2563f53e779fb572ba9ea60.tar.xz
bootstrap-90f4767d06641a44a2563f53e779fb572ba9ea60.zip
grunt dist
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css11
1 files changed, 0 insertions, 11 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 59dd82e57..786e0d844 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -97,7 +97,6 @@ figure {
hr {
height: 0;
-webkit-box-sizing: content-box;
- -moz-box-sizing: content-box;
box-sizing: content-box;
}
@@ -144,7 +143,6 @@ input {
input[type="checkbox"], input[type="radio"] {
-webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
@@ -155,7 +153,6 @@ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-o
input[type="search"] {
-webkit-box-sizing: content-box;
- -moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
@@ -244,10 +241,6 @@ td, th {
page-break-after: avoid;
}
- select {
- background: #fff !important;
- }
-
.navbar {
display: none;
}
@@ -274,7 +267,6 @@ td, th {
*, *:before, *:after {
-webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
box-sizing: border-box;
}
@@ -1923,7 +1915,6 @@ label {
input[type="search"] {
-webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
box-sizing: border-box;
}
@@ -1969,7 +1960,6 @@ output {
line-height: 1.5;
color: #55595c;
background-color: #fff;
- background-image: none;
border: 1px solid #ccc;
border-radius: .25rem;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
@@ -2377,7 +2367,6 @@ textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > te
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
- background-image: none;
border: .075rem solid transparent;
border-radius: .25rem;
-webkit-transition: all .2s ease-in-out;