From 2825bf496b4ab4692f8a8cb868f4c57fdf22aeaa Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 25 Jan 2016 09:30:34 +0200 Subject: Run `grunt`. [ci skip] --- docs/dist/css/bootstrap.css | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index ef8b56b21..ca17ec370 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/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; -- cgit v1.2.3