aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css16
1 files changed, 5 insertions, 11 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index ef8b56b21..ca17ec370 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -3,7 +3,7 @@
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
-/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
+/*! normalize.css commit fe56763 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
@@ -21,7 +21,6 @@ figcaption,
figure,
footer,
header,
-hgroup,
main,
menu,
nav,
@@ -188,8 +187,6 @@ input[type="number"]::-webkit-outer-spin-button {
}
input[type="search"] {
- -webkit-box-sizing: content-box;
- box-sizing: content-box;
-webkit-appearance: textfield;
}
@@ -255,9 +252,6 @@ th {
img {
page-break-inside: avoid;
}
- img {
- max-width: 100% !important;
- }
p,
h2,
h3 {
@@ -489,8 +483,6 @@ legend {
}
input[type="search"] {
- -webkit-box-sizing: inherit;
- box-sizing: inherit;
-webkit-appearance: none;
}
@@ -3156,6 +3148,7 @@ input[type="button"].btn-block {
.input-group-addon {
padding: .375rem .75rem;
+ margin-bottom: 0;
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
@@ -3301,6 +3294,7 @@ input[type="button"].btn-block {
display: block;
width: 1rem;
height: 1rem;
+ pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
@@ -5089,7 +5083,7 @@ button.close {
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
- word-wrap: normal;
+ word-wrap: break-word;
white-space: normal;
opacity: 0;
@@ -5190,7 +5184,7 @@ button.close {
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
- word-wrap: normal;
+ word-wrap: break-word;
white-space: normal;
background-color: #fff;
-webkit-background-clip: padding-box;