From 45b6c6de465bf9eb88e9a1726a21bb92e8e7f5c5 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 18 Sep 2013 08:14:39 +0300 Subject: Run grunt dist. --- dist/css/bootstrap.css | 204 ++++++++++++++----------------------------------- 1 file changed, 59 insertions(+), 145 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c6490a40d..9371fde2c 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1,4 +1,11 @@ -/*! normalize.css v2.1.0 | MIT License | git.io/normalize */ +/*! +* Bootstrap v3.0.0 by @fat and @mdo +* Copyright 2013 Twitter, Inc. +* Licensed under http://www.apache.org/licenses/LICENSE-2.0 +* +* Designed and built with all the love in the world by @mdo and @fat. +*/ +/*! normalize.css v2.1.3 | MIT License | git.io/normalize */ article, aside, @@ -26,7 +33,8 @@ audio:not([controls]) { height: 0; } -[hidden] { +[hidden], +template { display: none; } @@ -40,6 +48,10 @@ body { margin: 0; } +a { + background: transparent; +} + a:focus { outline: thin dotted; } @@ -4489,7 +4501,7 @@ textarea.input-group-sm > .input-group-btn > .btn { .navbar-default .navbar-collapse, .navbar-default .navbar-form { - border-color: #e6e6e6; + border-color: #e7e7e7; } .navbar-default .navbar-nav > .dropdown > a:hover .caret, @@ -6372,14 +6384,8 @@ body.modal-open, visibility: hidden !important; } -.visible-xs { - display: none !important; -} - -tr.visible-xs { - display: none !important; -} - +.visible-xs, +tr.visible-xs, th.visible-xs, td.visible-xs { display: none !important; @@ -6437,14 +6443,8 @@ td.visible-xs { } } -.visible-sm { - display: none !important; -} - -tr.visible-sm { - display: none !important; -} - +.visible-sm, +tr.visible-sm, th.visible-sm, td.visible-sm { display: none !important; @@ -6502,14 +6502,8 @@ td.visible-sm { } } -.visible-md { - display: none !important; -} - -tr.visible-md { - display: none !important; -} - +.visible-md, +tr.visible-md, th.visible-md, td.visible-md { display: none !important; @@ -6567,14 +6561,8 @@ td.visible-md { } } -.visible-lg { - display: none !important; -} - -tr.visible-lg { - display: none !important; -} - +.visible-lg, +tr.visible-lg, th.visible-lg, td.visible-lg { display: none !important; @@ -6646,12 +6634,8 @@ td.hidden-xs { } @media (max-width: 767px) { - .hidden-xs { - display: none !important; - } - tr.hidden-xs { - display: none !important; - } + .hidden-xs, + tr.hidden-xs, th.hidden-xs, td.hidden-xs { display: none !important; @@ -6659,12 +6643,8 @@ td.hidden-xs { } @media (min-width: 768px) and (max-width: 991px) { - .hidden-xs.hidden-sm { - display: none !important; - } - tr.hidden-xs.hidden-sm { - display: none !important; - } + .hidden-xs.hidden-sm, + tr.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm { display: none !important; @@ -6672,12 +6652,8 @@ td.hidden-xs { } @media (min-width: 992px) and (max-width: 1199px) { - .hidden-xs.hidden-md { - display: none !important; - } - tr.hidden-xs.hidden-md { - display: none !important; - } + .hidden-xs.hidden-md, + tr.hidden-xs.hidden-md, th.hidden-xs.hidden-md, td.hidden-xs.hidden-md { display: none !important; @@ -6685,12 +6661,8 @@ td.hidden-xs { } @media (min-width: 1200px) { - .hidden-xs.hidden-lg { - display: none !important; - } - tr.hidden-xs.hidden-lg { - display: none !important; - } + .hidden-xs.hidden-lg, + tr.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg { display: none !important; @@ -6711,12 +6683,8 @@ td.hidden-sm { } @media (max-width: 767px) { - .hidden-sm.hidden-xs { - display: none !important; - } - tr.hidden-sm.hidden-xs { - display: none !important; - } + .hidden-sm.hidden-xs, + tr.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs { display: none !important; @@ -6724,12 +6692,8 @@ td.hidden-sm { } @media (min-width: 768px) and (max-width: 991px) { - .hidden-sm { - display: none !important; - } - tr.hidden-sm { - display: none !important; - } + .hidden-sm, + tr.hidden-sm, th.hidden-sm, td.hidden-sm { display: none !important; @@ -6737,12 +6701,8 @@ td.hidden-sm { } @media (min-width: 992px) and (max-width: 1199px) { - .hidden-sm.hidden-md { - display: none !important; - } - tr.hidden-sm.hidden-md { - display: none !important; - } + .hidden-sm.hidden-md, + tr.hidden-sm.hidden-md, th.hidden-sm.hidden-md, td.hidden-sm.hidden-md { display: none !important; @@ -6750,12 +6710,8 @@ td.hidden-sm { } @media (min-width: 1200px) { - .hidden-sm.hidden-lg { - display: none !important; - } - tr.hidden-sm.hidden-lg { - display: none !important; - } + .hidden-sm.hidden-lg, + tr.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg { display: none !important; @@ -6776,12 +6732,8 @@ td.hidden-md { } @media (max-width: 767px) { - .hidden-md.hidden-xs { - display: none !important; - } - tr.hidden-md.hidden-xs { - display: none !important; - } + .hidden-md.hidden-xs, + tr.hidden-md.hidden-xs, th.hidden-md.hidden-xs, td.hidden-md.hidden-xs { display: none !important; @@ -6789,12 +6741,8 @@ td.hidden-md { } @media (min-width: 768px) and (max-width: 991px) { - .hidden-md.hidden-sm { - display: none !important; - } - tr.hidden-md.hidden-sm { - display: none !important; - } + .hidden-md.hidden-sm, + tr.hidden-md.hidden-sm, th.hidden-md.hidden-sm, td.hidden-md.hidden-sm { display: none !important; @@ -6802,12 +6750,8 @@ td.hidden-md { } @media (min-width: 992px) and (max-width: 1199px) { - .hidden-md { - display: none !important; - } - tr.hidden-md { - display: none !important; - } + .hidden-md, + tr.hidden-md, th.hidden-md, td.hidden-md { display: none !important; @@ -6815,12 +6759,8 @@ td.hidden-md { } @media (min-width: 1200px) { - .hidden-md.hidden-lg { - display: none !important; - } - tr.hidden-md.hidden-lg { - display: none !important; - } + .hidden-md.hidden-lg, + tr.hidden-md.hidden-lg, th.hidden-md.hidden-lg, td.hidden-md.hidden-lg { display: none !important; @@ -6841,12 +6781,8 @@ td.hidden-lg { } @media (max-width: 767px) { - .hidden-lg.hidden-xs { - display: none !important; - } - tr.hidden-lg.hidden-xs { - display: none !important; - } + .hidden-lg.hidden-xs, + tr.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs { display: none !important; @@ -6854,12 +6790,8 @@ td.hidden-lg { } @media (min-width: 768px) and (max-width: 991px) { - .hidden-lg.hidden-sm { - display: none !important; - } - tr.hidden-lg.hidden-sm { - display: none !important; - } + .hidden-lg.hidden-sm, + tr.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm { display: none !important; @@ -6867,12 +6799,8 @@ td.hidden-lg { } @media (min-width: 992px) and (max-width: 1199px) { - .hidden-lg.hidden-md { - display: none !important; - } - tr.hidden-lg.hidden-md { - display: none !important; - } + .hidden-lg.hidden-md, + tr.hidden-lg.hidden-md, th.hidden-lg.hidden-md, td.hidden-lg.hidden-md { display: none !important; @@ -6880,26 +6808,16 @@ td.hidden-lg { } @media (min-width: 1200px) { - .hidden-lg { - display: none !important; - } - tr.hidden-lg { - display: none !important; - } + .hidden-lg, + tr.hidden-lg, th.hidden-lg, td.hidden-lg { display: none !important; } } -.visible-print { - display: none !important; -} - -tr.visible-print { - display: none !important; -} - +.visible-print, +tr.visible-print, th.visible-print, td.visible-print { display: none !important; @@ -6916,12 +6834,8 @@ td.visible-print { td.visible-print { display: table-cell !important; } - .hidden-print { - display: none !important; - } - tr.hidden-print { - display: none !important; - } + .hidden-print, + tr.hidden-print, th.hidden-print, td.hidden-print { display: none !important; -- cgit v1.2.3