Run grunt.

[ci skip]
This commit is contained in:
XhmikosR 2016-01-25 09:30:34 +02:00
parent b952d14c53
commit 2825bf496b
9 changed files with 12 additions and 24 deletions

View file

@ -3,7 +3,7 @@
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * 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 { html {
font-family: sans-serif; font-family: sans-serif;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
@ -21,7 +21,6 @@ figcaption,
figure, figure,
footer, footer,
header, header,
hgroup,
main, main,
menu, menu,
nav, nav,
@ -188,8 +187,6 @@ input[type="number"]::-webkit-outer-spin-button {
} }
input[type="search"] { input[type="search"] {
-webkit-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield; -webkit-appearance: textfield;
} }
@ -255,9 +252,6 @@ th {
img { img {
page-break-inside: avoid; page-break-inside: avoid;
} }
img {
max-width: 100% !important;
}
p, p,
h2, h2,
h3 { h3 {
@ -489,8 +483,6 @@ legend {
} }
input[type="search"] { input[type="search"] {
-webkit-box-sizing: inherit;
box-sizing: inherit;
-webkit-appearance: none; -webkit-appearance: none;
} }
@ -3156,6 +3148,7 @@ input[type="button"].btn-block {
.input-group-addon { .input-group-addon {
padding: .375rem .75rem; padding: .375rem .75rem;
margin-bottom: 0;
font-size: 1rem; font-size: 1rem;
font-weight: normal; font-weight: normal;
line-height: 1.5; line-height: 1.5;
@ -3301,6 +3294,7 @@ input[type="button"].btn-block {
display: block; display: block;
width: 1rem; width: 1rem;
height: 1rem; height: 1rem;
pointer-events: none;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
@ -5089,7 +5083,7 @@ button.close {
letter-spacing: normal; letter-spacing: normal;
word-break: normal; word-break: normal;
word-spacing: normal; word-spacing: normal;
word-wrap: normal; word-wrap: break-word;
white-space: normal; white-space: normal;
opacity: 0; opacity: 0;
@ -5190,7 +5184,7 @@ button.close {
letter-spacing: normal; letter-spacing: normal;
word-break: normal; word-break: normal;
word-spacing: normal; word-spacing: normal;
word-wrap: normal; word-wrap: break-word;
white-space: normal; white-space: normal;
background-color: #fff; background-color: #fff;
-webkit-background-clip: padding-box; -webkit-background-clip: padding-box;

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

View file

@ -3,7 +3,7 @@
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * 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 { html {
font-family: sans-serif; font-family: sans-serif;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
@ -21,7 +21,6 @@ figcaption,
figure, figure,
footer, footer,
header, header,
hgroup,
main, main,
menu, menu,
nav, nav,
@ -188,8 +187,6 @@ input[type="number"]::-webkit-outer-spin-button {
} }
input[type="search"] { input[type="search"] {
-webkit-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield; -webkit-appearance: textfield;
} }
@ -255,9 +252,6 @@ th {
img { img {
page-break-inside: avoid; page-break-inside: avoid;
} }
img {
max-width: 100% !important;
}
p, p,
h2, h2,
h3 { h3 {
@ -489,8 +483,6 @@ legend {
} }
input[type="search"] { input[type="search"] {
-webkit-box-sizing: inherit;
box-sizing: inherit;
-webkit-appearance: none; -webkit-appearance: none;
} }
@ -3156,6 +3148,7 @@ input[type="button"].btn-block {
.input-group-addon { .input-group-addon {
padding: .375rem .75rem; padding: .375rem .75rem;
margin-bottom: 0;
font-size: 1rem; font-size: 1rem;
font-weight: normal; font-weight: normal;
line-height: 1.5; line-height: 1.5;
@ -3301,6 +3294,7 @@ input[type="button"].btn-block {
display: block; display: block;
width: 1rem; width: 1rem;
height: 1rem; height: 1rem;
pointer-events: none;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
@ -5089,7 +5083,7 @@ button.close {
letter-spacing: normal; letter-spacing: normal;
word-break: normal; word-break: normal;
word-spacing: normal; word-spacing: normal;
word-wrap: normal; word-wrap: break-word;
white-space: normal; white-space: normal;
opacity: 0; opacity: 0;
@ -5190,7 +5184,7 @@ button.close {
letter-spacing: normal; letter-spacing: normal;
word-break: normal; word-break: normal;
word-spacing: normal; word-spacing: normal;
word-wrap: normal; word-wrap: break-word;
white-space: normal; white-space: normal;
background-color: #fff; background-color: #fff;
-webkit-background-clip: padding-box; -webkit-background-clip: padding-box;

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.