From 164e88781bc4437d654ab458e6393a8d15807d37 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 23 Jun 2013 15:05:58 -0700 Subject: [PATCH] Make on previous commits --- docs/assets/css/bootstrap.css | 59 +++++++++++++++++++++++++++-------- 1 file changed, 46 insertions(+), 13 deletions(-) diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index de5494c571..48d6815b2e 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -353,14 +353,6 @@ small { font-size: 85%; } -strong { - font-weight: bold; -} - -em { - font-style: italic; -} - cite { font-style: normal; } @@ -819,13 +811,26 @@ pre code { .col-lg-11, .col-lg-12 { position: relative; - float: left; - width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; } +.col-1, +.col-2, +.col-3, +.col-4, +.col-5, +.col-6, +.col-7, +.col-8, +.col-9, +.col-10, +.col-11, +.col-12 { + float: left; +} + .col-1 { width: 8.333333333333332%; } @@ -878,6 +883,20 @@ pre code { .container { max-width: 728px; } + .col-sm-1, + .col-sm-2, + .col-sm-3, + .col-sm-4, + .col-sm-5, + .col-sm-6, + .col-sm-7, + .col-sm-8, + .col-sm-9, + .col-sm-10, + .col-sm-11, + .col-sm-12 { + float: left; + } .col-sm-1 { width: 8.333333333333332%; } @@ -1019,6 +1038,20 @@ pre code { .container { max-width: 940px; } + .col-lg-1, + .col-lg-2, + .col-lg-3, + .col-lg-4, + .col-lg-5, + .col-lg-6, + .col-lg-7, + .col-lg-8, + .col-lg-9, + .col-lg-10, + .col-lg-11, + .col-lg-12 { + float: left; + } .col-lg-1 { width: 8.333333333333332%; } @@ -1201,13 +1234,13 @@ th { background-color: #f5f5f5; } -table col[class*="col-span-"] { +table col[class^="col-"] { display: table-column; float: none; } -table td[class*="col-span-"], -table th[class*="col-span-"] { +table td[class^="col-"], +table th[class^="col-"] { display: table-cell; float: none; }