From ce1d1c2146fd9f11335671464232d7ec1fd7f401 Mon Sep 17 00:00:00 2001 From: pthrasher Date: Fri, 2 Sep 2011 11:19:05 -0400 Subject: ran make build, issues #136 and #138 --- bootstrap-1.1.1.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bootstrap-1.1.1.css') diff --git a/bootstrap-1.1.1.css b/bootstrap-1.1.1.css index 9f422a243..28d1420ac 100644 --- a/bootstrap-1.1.1.css +++ b/bootstrap-1.1.1.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Fri Aug 26 19:31:44 PDT 2011 + * Date: Fri Sep 2 11:18:43 EDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -1978,6 +1978,9 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { .popover .content { background-color: #ffffff; padding: 14px; + min-width: inherit; + max-width: inherit; + margin: auto; -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; -- cgit v1.2.3 From 55698b303d58c08636637bf4147b22c521beb8b8 Mon Sep 17 00:00:00 2001 From: pthrasher Date: Fri, 2 Sep 2011 12:48:32 -0400 Subject: ran make build --- bootstrap-1.1.1.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'bootstrap-1.1.1.css') diff --git a/bootstrap-1.1.1.css b/bootstrap-1.1.1.css index 28d1420ac..2fd6680fd 100644 --- a/bootstrap-1.1.1.css +++ b/bootstrap-1.1.1.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Fri Sep 2 11:18:43 EDT 2011 + * Date: Fri Sep 2 12:48:19 EDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -412,11 +412,11 @@ body { .container-fluid:after { clear: both; } -.container-fluid .sidebar { +.container-fluid > .sidebar { float: left; width: 220px; } -.container-fluid .content { +.container-fluid > .content { min-width: 700px; max-width: 1180px; margin-left: 240px; @@ -1978,9 +1978,6 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { .popover .content { background-color: #ffffff; padding: 14px; - min-width: inherit; - max-width: inherit; - margin: auto; -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; -- cgit v1.2.3