From 6dcfe94bab1110bb0d2b5ad9634396be7383ff22 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 19 Aug 2011 22:15:57 -0700 Subject: [PATCH 1/8] remove the cite tag from blockquote since we pulled it from the docs --- lib/type.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/type.less b/lib/type.less index 2e330f9a17..e2f745b264 100644 --- a/lib/type.less +++ b/lib/type.less @@ -142,7 +142,7 @@ blockquote { #font > .shorthand(300,14px,@baseline); margin-bottom: 0; } - small, cite { + small { display: block; #font > .shorthand(300,12px,@baseline); color: @grayLight; From 3f388ef07a5f0101e97b19479e472528a0c78ff9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 19 Aug 2011 22:28:22 -0700 Subject: [PATCH 2/8] updates to the topbar markup and css to remove the logo classname and simplify the selectors for it --- bootstrap-1.0.0.css | 16 ++++++---------- bootstrap-1.0.0.min.css | 6 +++--- docs/index.html | 8 ++++---- lib/patterns.less | 19 +++++++------------ 4 files changed, 20 insertions(+), 29 deletions(-) diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css index 37e03dee70..a654061b57 100644 --- a/bootstrap-1.0.0.css +++ b/bootstrap-1.0.0.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 19 20:19:39 PDT 2011 + * Date: Fri Aug 19 22:27:16 PDT 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). @@ -594,14 +594,14 @@ blockquote p { line-height: 18px; margin-bottom: 0; } -blockquote small, blockquote cite { +blockquote small { display: block; font-size: 12px; font-weight: 300; line-height: 18px; color: #bfbfbf; } -blockquote small:before, blockquote cite:before { +blockquote small:before { content: '\2014 \00A0'; } address { @@ -1118,13 +1118,13 @@ div.topbar a { color: #bfbfbf; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } -div.topbar ul li a:hover, div.topbar ul li.active a, div.topbar a.logo:hover { +div.topbar a:hover, div.topbar ul li.active a { background-color: #333; - background-color: rgba(255, 255, 255, 0.15); + background-color: rgba(255, 255, 255, 0.05); color: #ffffff; text-decoration: none; } -div.topbar a.logo { +div.topbar h3 a { float: left; display: block; padding: 8px 20px 12px; @@ -1134,10 +1134,6 @@ div.topbar a.logo { font-weight: 200; line-height: 1; } -div.topbar a.logo img { - float: left; - margin-right: 6px; -} div.topbar form { float: left; margin: 5px 0 0 0; diff --git a/bootstrap-1.0.0.min.css b/bootstrap-1.0.0.min.css index ddfa4a604c..716e3cb888 100644 --- a/bootstrap-1.0.0.min.css +++ b/bootstrap-1.0.0.min.css @@ -77,7 +77,7 @@ strong{font-style:inherit;font-weight:bold;line-height:inherit;} em{font-style:italic;font-weight:inherit;line-height:inherit;} .muted{color:#e6e6e6;} blockquote{margin-bottom:18px;border-left:5px solid #eee;padding-left:15px;}blockquote p{font-size:14px;font-weight:300;line-height:18px;margin-bottom:0;} -blockquote small,blockquote cite{display:block;font-size:12px;font-weight:300;line-height:18px;color:#bfbfbf;}blockquote small:before,blockquote cite:before{content:'\2014 \00A0';} +blockquote small{display:block;font-size:12px;font-weight:300;line-height:18px;color:#bfbfbf;}blockquote small:before{content:'\2014 \00A0';} address{display:block;line-height:18px;margin-bottom:18px;} code,pre{padding:0 3px 2px;font-family:Monaco, Andale Mono, Courier New, monospace;font-size:12px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} code{background-color:#fee9cc;color:rgba(0, 0, 0, 0.75);padding:1px 3px;} @@ -154,8 +154,8 @@ table.zebra-striped th.headerSortUp.orange,table.zebra-striped th.headerSortDown table.zebra-striped th.purple{color:#7a43b6;border-bottom-color:#7a43b6;} table.zebra-striped th.headerSortUp.purple,table.zebra-striped th.headerSortDown.purple{background-color:#e2d5f0;} div.topbar{background-color:#222222;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));background-image:-moz-linear-gradient(#333333, #222222);background-image:-ms-linear-gradient(#333333, #222222);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));background-image:-webkit-linear-gradient(#333333, #222222);background-image:-o-linear-gradient(#333333, #222222);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);background-image:linear-gradient(#333333, #222222);height:40px;position:fixed;top:0;left:0;right:0;z-index:10000;overflow:visible;-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25),inset 0 -1px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25),inset 0 -1px 0 rgba(0, 0, 0, 0.1);box-shadow:0 1px 3px rgba(0, 0, 0, 0.25),inset 0 -1px 0 rgba(0, 0, 0, 0.1);}div.topbar a{color:#bfbfbf;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);} -div.topbar ul li a:hover,div.topbar ul li.active a,div.topbar a.logo:hover{background-color:#333;background-color:rgba(255, 255, 255, 0.15);color:#ffffff;text-decoration:none;} -div.topbar a.logo{float:left;display:block;padding:8px 20px 12px;margin-left:-20px;color:#ffffff;font-size:20px;font-weight:200;line-height:1;}div.topbar a.logo img{float:left;margin-right:6px;} +div.topbar a:hover,div.topbar ul li.active a{background-color:#333;background-color:rgba(255, 255, 255, 0.05);color:#ffffff;text-decoration:none;} +div.topbar h3 a{float:left;display:block;padding:8px 20px 12px;margin-left:-20px;color:#ffffff;font-size:20px;font-weight:200;line-height:1;} div.topbar form{float:left;margin:5px 0 0 0;position:relative;filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1;}div.topbar form input{background-color:#bfbfbf;background-color:rgba(255, 255, 255, 0.3);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:normal;font-weight:13px;line-height:1;width:220px;padding:4px 9px;color:#fff;color:rgba(255, 255, 255, 0.75);border:1px solid #111;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0px rgba(255, 255, 255, 0.25);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0px rgba(255, 255, 255, 0.25);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0px rgba(255, 255, 255, 0.25);-webkit-transition:none;-moz-transition:none;transition:none;}div.topbar form input:-moz-placeholder{color:#e6e6e6;} div.topbar form input::-webkit-input-placeholder{color:#e6e6e6;} div.topbar form input:hover{background-color:#444;background-color:rgba(255, 255, 255, 0.5);color:#fff;} diff --git a/docs/index.html b/docs/index.html index 8c6c43515d..9fc2a9b90d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@ - Twitter Bootstrap + Bootstrap, from Twitter @@ -20,8 +20,8 @@
-

+ Bootstrap

  • Overview
  • @@ -41,7 +41,7 @@
    -

    Twitter Bootstrap

    +

    Bootstrap, from Twitter

    Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.
    It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.
    diff --git a/lib/patterns.less b/lib/patterns.less index a60a9baab3..e540bd6010 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -25,30 +25,25 @@ div.topbar { text-shadow: 0 -1px 0 rgba(0,0,0,.25); } - // Hover and active states for links - ul li a:hover, - ul li.active a, - a.logo:hover { + // Hover and active states + a:hover, + ul li.active a { background-color: #333; - background-color: rgba(255,255,255,.15); + background-color: rgba(255,255,255,.05); color: @white; text-decoration: none; } - // Logo - a.logo { + // Website name + h3 a { float: left; display: block; padding: 8px 20px 12px; - margin-left: -20px; + margin-left: -20px; // negative indent to left-align the text down the page color: @white; font-size: 20px; font-weight: 200; line-height: 1; - img { - float: left; - margin-right: 6px; - } } // Search Form From 66fea662e4b15661cd05b40044a13a7443ed5224 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 19 Aug 2011 22:29:10 -0700 Subject: [PATCH 3/8] fix typo --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 9fc2a9b90d..62b643da58 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1119,7 +1119,7 @@ Lorem ipsum dolar sit amet illo error ipsum verita

    Popovers

    -

    Use popovers to provide subtextual information to a page without effecting layout.

    +

    Use popovers to provide subtextual information to a page without affecting layout.

    From fc3324f88be85b698e095f5f20d00ffb25c3e917 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 19 Aug 2011 22:31:03 -0700 Subject: [PATCH 4/8] fix spacing and confusion in example h1 heading with small tag --- docs/index.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/index.html b/docs/index.html index 62b643da58..14ac43b8f2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -256,7 +256,7 @@

    Headings and copy

    A standard typographic hierarchy for structuring your webpages.

    -
    +

    h1. Heading 1

    h2. Heading 2

    h3. Heading 3

    @@ -264,11 +264,10 @@
    h5. Heading 5
    h6. Heading 6
    -
    +

    Example paragraph

    Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula ut id elit.

    -

    Example headingHas sub-heading…

    -

    You can also add subheadings with the <strong> and <em>

    +

    Example heading Has sub-heading…

    From 4f2b0d8aa4ae646fd5bc151252cf446c2cdba098 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 19 Aug 2011 22:32:14 -0700 Subject: [PATCH 5/8] fix topbar in docs as well --- docs/index.html | 134 ++++++++++++++++++++++++------------------------ 1 file changed, 67 insertions(+), 67 deletions(-) diff --git a/docs/index.html b/docs/index.html index 14ac43b8f2..923ca10f71 100644 --- a/docs/index.html +++ b/docs/index.html @@ -286,7 +286,7 @@

    When to use

    Emphasis tags (<strong> and <em>) should be used to add visual distinction between a word or phrase and its surrounding copy. Use <strong> for plain old attention and <em> for slick attention and titles.

    Emphasis in a paragraph

    -

    Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Maecenas faucibus mollis interdum. Nulla vitae elit libero, a pharetra augue.

    +

    Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Maecenas faucibus mollis interdum. Nulla vitae elit libero, a pharetra augue.

    Note: It’s still okay to use <b> and <i> tags in HTML5, but they don’t come with inherent styles anymore. <b> is meant to convey importance while <i> is mostly for voice, technical terms, etc.

    Addresses

    The address element is used for contact information for its nearest ancestor, or the entire body of work. Here’s how it looks:

    @@ -847,12 +847,12 @@
@@ -896,35 +896,35 @@

 <ul class="tabs">
-  <li class="active"><a href="">Home</a></li>
-  <li><a href="">Profile</a></li>
-  <li><a href="">Messages</a></li>
-  <li><a href="">Settings</a></li>
-  <li><a href="">Contact</a></li>
+  <li class="active"><a href="#">Home</a></li>
+  <li><a href="#">Profile</a></li>
+  <li><a href="#">Messages</a></li>
+  <li><a href="#">Settings</a></li>
+  <li><a href="#">Contact</a></li>
 </ul>
 
 <ul class="pills">
-  <li class="active"><a href="">Home</a></li>
-  <li><a href="">Profile</a></li>
-  <li><a href="">Messages</a></li>
-  <li><a href="">Settings</a></li>
-  <li><a href="">Contact</a></li>
+  <li class="active"><a href="#">Home</a></li>
+  <li><a href="#">Profile</a></li>
+  <li><a href="#">Messages</a></li>
+  <li><a href="#">Settings</a></li>
+  <li><a href="#">Contact</a></li>
 </ul>
 
@@ -938,55 +938,55 @@
 <div class="pagination">
   <ul>
-    <li class="prev disabled"><a href="">&larr; Previous</a></li>
-    <li class="active"><a href="">1</a></li>
-    <li><a href="">2</a></li>
-    <li><a href="">3</a></li>
-    <li><a href="">4</a></li>
-    <li><a href="">5</a></li>
-    <li class="next"><a href="">Next &rarr;</a></li>
+    <li class="prev disabled"><a href="#">&larr; Previous</a></li>
+    <li class="active"><a href="#">1</a></li>
+    <li><a href="#">2</a></li>
+    <li><a href="#">3</a></li>
+    <li><a href="#">4</a></li>
+    <li><a href="#">5</a></li>
+    <li class="next"><a href="#">Next &rarr;</a></li>
   </ul>
 </div>
 
@@ -1076,8 +1076,8 @@

One fine body…

From 4a567fcb10a835bac16f195c93bc64f9546981bf Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 20 Aug 2011 01:11:48 -0700 Subject: [PATCH 6/8] updated docs and docs css to not use rgba colors on the layout modules so IE can see that shiz --- docs/assets/css/docs.css | 52 +++++++++++++++++++++------------------- docs/index.html | 9 ++++--- 2 files changed, 33 insertions(+), 28 deletions(-) diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 13868fdd91..7345a32441 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -11,8 +11,7 @@ body { position: relative; } section { - padding-top: 80px; - margin-bottom: -40px; + padding-top: 60px; } #masthead, #footer { background-color: #049cd9; @@ -29,8 +28,8 @@ section { background: transparent url(../img/grid-18px.png) top center; padding: 45px 0; -webkit-box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.3); - -moz-box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.3); - box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.3); + -moz-box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.3); + box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.3); } #masthead h1, #footer h1, @@ -77,15 +76,14 @@ div.quickstart { -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0)"; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0); background-image: linear-gradient(#f9f9f9, #f5f5f5); - margin-bottom: -36px; border-top: 1px solid #fff; border-bottom: 1px solid #eee; } div.quickstart div.row { margin: 0 -20px; -webkit-box-shadow: 1px 0 0 #f9f9f9; - -moz-box-shadow: 1px 0 0 #f9f9f9; - box-shadow: 1px 0 0 #f9f9f9; + -moz-box-shadow: 1px 0 0 #f9f9f9; + box-shadow: 1px 0 0 #f9f9f9; } div.quickstart div.columns { width: 285px; @@ -94,8 +92,8 @@ div.quickstart div.columns { padding: 17px 20px 26px; border-left: 1px solid #eee; -webkit-box-shadow: inset 1px 0 0 #f9f9f9; - -moz-box-shadow: inset 1px 0 0 #f9f9f9; - box-shadow: inset 1px 0 0 #f9f9f9; + -moz-box-shadow: inset 1px 0 0 #f9f9f9; + box-shadow: inset 1px 0 0 #f9f9f9; } div.quickstart div.columns:last-child { border-right: 1px solid #eee; @@ -137,10 +135,11 @@ div.quickstart form textarea { margin-bottom: 20px; } .show-grid .column, .show-grid .columns { - background: rgba(0, 0, 0, 0.1); + background-color: #eee; text-align: center; - -moz-border-radius: 3px; - border-radius: 3px; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; height: 30px; line-height: 30px; } @@ -181,19 +180,21 @@ div.mini-layout { height: 340px; margin-bottom: 20px; padding: 9px; - border: 1px solid rgba(0, 0, 0, 0.25); - -moz-border-radius: 6px; - border-radius: 6px; + border: 1px solid #ccc; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.125); - -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.125); - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.125); + -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.125); + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.125); } div.mini-layout div { - -moz-border-radius: 3px; - border-radius: 3px; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; } div.mini-layout div.mini-layout-body { - background-color: rgba(141, 192, 219, 0.25); + background-color: #dceaf4; margin: 0 auto; width: 450px; height: 340px; @@ -202,7 +203,7 @@ div.mini-layout.fluid div.mini-layout-sidebar, div.mini-layout.fluid div.mini-la float: left; } div.mini-layout.fluid div.mini-layout-sidebar { - background-color: rgba(141, 192, 219, 0.5); + background-color: #bbd8e9; width: 90px; height: 340px; } @@ -222,8 +223,9 @@ div.topbar-wrapper div.topbar { margin: 0 -20px; padding-left: 20px; padding-right: 20px; - -moz-border-radius: 4px; - border-radius: 4px; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; } /* Popover docs @@ -241,7 +243,7 @@ div.popover-well div.popover-wrapper { height: 160px; float: left; margin-left: 55px; - position:relative; + position: relative; } div.popover-well div.popover-menu-wrapper { @@ -250,5 +252,5 @@ div.popover-well div.popover-menu-wrapper { img.large-bird { margin: 5px 0 0 310px; - opacity:.1; + opacity: .1; } \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 923ca10f71..a6d2bc5ee1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,6 +4,11 @@ Bootstrap, from Twitter + + + @@ -20,9 +25,7 @@
-

- Bootstrap -

+

Bootstrap

  • Overview
  • Grid
  • From 261a473a72b321b827e3e4cf55167a761af1916b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 20 Aug 2011 01:51:06 -0700 Subject: [PATCH 7/8] adding more details on browser support, adding snippet of about text, changed p tags to have half the bottom margin --- bootstrap-1.0.0.css | 5 +- bootstrap-1.0.0.min.css | 4 +- docs/assets/img/browsers.png | Bin 0 -> 15994 bytes docs/index.html | 204 ++++++++++++++++++----------------- lib/type.less | 3 +- 5 files changed, 112 insertions(+), 104 deletions(-) create mode 100644 docs/assets/img/browsers.png diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css index a654061b57..dc9e16919d 100644 --- a/bootstrap-1.0.0.css +++ b/bootstrap-1.0.0.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 19 22:27:16 PDT 2011 + * Date: Sat Aug 20 01:50:35 PDT 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). @@ -466,7 +466,7 @@ p { font-size: 13px; font-weight: normal; line-height: 18px; - margin-bottom: 18px; + margin-bottom: 9px; } p small { font-size: 11px; @@ -629,6 +629,7 @@ pre { margin: 0 0 18px; line-height: 18px; font-size: 12px; + border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); -webkit-border-radius: 3px; -moz-border-radius: 3px; diff --git a/bootstrap-1.0.0.min.css b/bootstrap-1.0.0.min.css index 716e3cb888..b665c42884 100644 --- a/bootstrap-1.0.0.min.css +++ b/bootstrap-1.0.0.min.css @@ -54,7 +54,7 @@ a{color:#0069d6;text-decoration:none;line-height:inherit;}a:hover{color:#0050a3; .btn:disabled,.btn.disabled{background-image:none;filter:alpha(opacity=65);-khtml-opacity:0.65;-moz-opacity:0.65;opacity:0.65;cursor:default;} .btn:active{-webkit-box-shadow:inset 0 3px 7px rgba(0, 0, 0, 0.1),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 3px 7px rgba(0, 0, 0, 0.1),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 3px 7px rgba(0, 0, 0, 0.1),0 1px 2px rgba(0, 0, 0, 0.05);} button.btn::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner{padding:0;border:0;} -p{font-size:13px;font-weight:normal;line-height:18px;margin-bottom:18px;}p small{font-size:11px;color:#bfbfbf;} +p{font-size:13px;font-weight:normal;line-height:18px;margin-bottom:9px;}p small{font-size:11px;color:#bfbfbf;} h1,h2,h3,h4,h5,h6{font-weight:bold;color:#404040;}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#bfbfbf;} h1{margin-bottom:18px;font-size:30px;line-height:36px;}h1 small{font-size:18px;} h2{font-size:24px;line-height:36px;}h2 small{font-size:14px;} @@ -81,7 +81,7 @@ blockquote small{display:block;font-size:12px;font-weight:300;line-height:18px;c address{display:block;line-height:18px;margin-bottom:18px;} code,pre{padding:0 3px 2px;font-family:Monaco, Andale Mono, Courier New, monospace;font-size:12px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} code{background-color:#fee9cc;color:rgba(0, 0, 0, 0.75);padding:1px 3px;} -pre{background-color:#f5f5f5;display:block;padding:17px;margin:0 0 18px;line-height:18px;font-size:12px;border:1px solid rgba(0, 0, 0, 0.15);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;white-space:pre-wrap;} +pre{background-color:#f5f5f5;display:block;padding:17px;margin:0 0 18px;line-height:18px;font-size:12px;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.15);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;white-space:pre-wrap;} form{margin-bottom:18px;}form fieldset{margin-bottom:18px;padding-top:18px;}form fieldset legend{display:block;margin-left:150px;font-size:20px;line-height:1;color:#404040;} form div.clearfix{margin-bottom:18px;} form label,form input,form select,form textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:normal;} diff --git a/docs/assets/img/browsers.png b/docs/assets/img/browsers.png new file mode 100644 index 0000000000000000000000000000000000000000..0dae62c788a6ed81a721467baa89f8a7ff99cfca GIT binary patch literal 15994 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 NWh4~DtG^ot{y)ODownload, fork, pull, file issues, and more with the official Bootstrap repo on Github.

    Bootstrap on GitHub »

-
+
+
+ +
+
+

History

+

In the earlier days of Twitter, engineers used almost any library they were familiar with to meet front-end requirements. Bootstrap began as an answer to the challenges that presented and development quickly accelerated during Twitter’s first Hackweek.

+

With the help and feedback of many engineers at Twitter, Bootstrap has grown significantly to encompass not only basic styles, but more elegant and durable front-end design patterns.

+

Read more on dev.twitter.com ›

+
+
+

Browser support

+

Bootstrap is tested and supported most thoroughly in modern browsers like Chrome, Safari, and Firefox. Full support for versions of Internet Explorer is in the works.

+ Tested and supported in Chrome, Safari, and Firefox +
+
+
- -
-
-

Default grid

-

The default grid system provided as part of Bootstrap is a 940px wide 16-column grid. It’s a flavor of the popular 960 grid system, but without the additional margin/padding on the left and right sides.

+ -
-

Example grid markup

-

As shown here, a basic layout can be created with two "columns," each spanning a number of the 16 foundational columns we defined as part of our grid system. See the examples below for more variations.

+
+
+

Default grid

+

The default grid system provided as part of Bootstrap is a 940px wide 16-column grid. It’s a flavor of the popular 960 grid system, but without the additional margin/padding on the left and right sides.

+
+
+

Example grid markup

+

As shown here, a basic layout can be created with two "columns," each spanning a number of the 16 foundational columns we defined as part of our grid system. See the examples below for more variations.

 <div class="row">
   <div class="span6 columns">
@@ -106,94 +124,82 @@
   </div>
 </div>
 
-
-
- -
-
1
-
1
-
1
-
1
- -
1
-
1
-
1
-
1
- -
1
-
1
-
1
-
1
- -
1
-
1
-
1
-
1
-
- -
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
- -
-
3
-
3
-
3
-
3
-
3
-
1
-
- -
-
4
-
4
-
4
-
4
-
- -
-
4
-
6
-
6
-
- -
-
8
-
8
-
- -
-
5
-
11
-
- -
-
16
-
- -

Offsetting columns

-
-
4
-
8 offset 4
-
-
-
4 offset 4
-
4 offset 4
-
-
-
5 offset 3
-
5 offset 3
-
-
-
10 offset 6
-
+
+
+
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
+
+
2
+
2
+
2
+
2
+
2
+
2
+
2
+
2
+
+
+
3
+
3
+
3
+
3
+
3
+
1
+
+
+
4
+
4
+
4
+
4
+
+
+
4
+
6
+
6
+
+
+
8
+
8
+
+
+
5
+
11
+
+
+
16
+
+

Offsetting columns

+
+
4
+
8 offset 4
+
+
+
4 offset 4
+
4 offset 4
+
+
+
5 offset 3
+
5 offset 3
+
+
+
10 offset 6
+
diff --git a/lib/type.less b/lib/type.less index e2f745b264..96a2310b1e 100644 --- a/lib/type.less +++ b/lib/type.less @@ -8,7 +8,7 @@ p { #font > .shorthand(normal,@basefont,@baseline); - margin-bottom: @baseline; + margin-bottom: @baseline / 2; small { font-size: 11px; color: @grayLight; @@ -178,6 +178,7 @@ pre { margin: 0 0 @baseline; line-height: @baseline; font-size: 12px; + border: 1px solid #ccc; border: 1px solid rgba(0,0,0,.15); .border-radius(3px); white-space: pre-wrap; From 72899a4ee8f9c3b75ba5e015d6c88f5154705c62 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 20 Aug 2011 18:58:12 -0700 Subject: [PATCH 8/8] updated docs to fix inconsistent display of code elements, update scaffolding to fix padding issue on fluid containers, add placeholder hero unit in patterns for future use, continue to refactor some rgba to hex values --- bootstrap-1.0.0.css | 32 +++++++++-- bootstrap-1.0.0.min.css | 8 ++- docs/assets/css/docs.css | 6 +- docs/index.html | 118 ++++++++++++++++++++++++--------------- lib/patterns.less | 29 +++++++++- lib/scaffolding.less | 4 +- lib/type.less | 2 +- 7 files changed, 135 insertions(+), 64 deletions(-) diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css index dc9e16919d..a2ba3c38f4 100644 --- a/bootstrap-1.0.0.css +++ b/bootstrap-1.0.0.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: Sat Aug 20 01:50:35 PDT 2011 + * Date: Sat Aug 20 18:40:26 PDT 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). @@ -339,7 +339,7 @@ html, body { background-color: #fff; } body { - margin: 0; + margin: 60px 0 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; font-weight: normal; @@ -352,7 +352,7 @@ div.container { margin: 0 auto; } div.container-fluid { - padding: 20px; + padding: 0 20px; zoom: 1; } div.container-fluid:before, div.container-fluid:after { @@ -1323,6 +1323,25 @@ div.topbar ul li ul li span { color: #808080; border-top: 1px solid rgba(0, 0, 0, 0.2); } +.hero-unit { + background-color: #f5f5f5; + margin-bottom: 30px; + padding: 60px; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; +} +.hero-unit h1 { + margin-bottom: 0; + font-size: 60px; + line-height: 1; + letter-spacing: -1px; +} +.hero-unit p { + font-size: 18px; + font-weight: 200; + line-height: 27px; +} div.page-header { margin-bottom: 17px; border-bottom: 1px solid #ddd; @@ -1541,12 +1560,13 @@ div.pagination ul li.disabled a, div.pagination ul li.disabled a:hover { div.pagination ul li.next a, div.pagination ul li:last-child a { border: 0; } -div.well { - background: #f5f5f5; +.well { + background-color: #f5f5f5; margin-bottom: 20px; padding: 19px; min-height: 20px; - border: 1px solid #ddd; + border: 1px solid #eee; + border: 1px solid rgba(0, 0, 0, 0.05); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; diff --git a/bootstrap-1.0.0.min.css b/bootstrap-1.0.0.min.css index b665c42884..6b0b218310 100644 --- a/bootstrap-1.0.0.min.css +++ b/bootstrap-1.0.0.min.css @@ -40,9 +40,9 @@ header,section,footer,article,aside{display:block;} .row .offset11{margin-left:680px !important;}.row .offset11:first-child{margin-left:660px !important;} .row .offset12{margin-left:740px !important;}.row .offset12:first-child{margin-left:720px !important;} html,body{background-color:#fff;} -body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:18px;color:#808080;text-rendering:optimizeLegibility;} +body{margin:60px 0 0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:18px;color:#808080;text-rendering:optimizeLegibility;} div.container{width:940px;margin:0 auto;} -div.container-fluid{padding:20px;zoom:1;}div.container-fluid:before,div.container-fluid:after{display:table;content:"";} +div.container-fluid{padding:0 20px;zoom:1;}div.container-fluid:before,div.container-fluid:after{display:table;content:"";} div.container-fluid:after{clear:both;} div.container-fluid div.sidebar{float:left;width:220px;} div.container-fluid div.content{min-width:700px;max-width:1180px;margin-left:240px;} @@ -172,6 +172,8 @@ div.topbar ul li.menu.open ul li.active a{background-color:rgba(255, 255, 255, 0 div.topbar ul li ul{background-color:#333;float:left;display:none;position:absolute;top:40px;min-width:160px;max-width:220px;_width:160px;margin-left:0;margin-right:0;padding:0;text-align:left;border:0;zoom:1;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);}div.topbar ul li ul li{float:none;clear:both;display:block;background:none;font-size:12px;}div.topbar ul li ul li a{display:block;padding:6px 15px;clear:both;font-weight:normal;line-height:19px;color:#bbb;}div.topbar ul li ul li a:hover{background-color:#333;background-color:rgba(255, 255, 255, 0.25);color:#fff;} div.topbar ul li ul li.divider{height:1px;overflow:hidden;background:rgba(0, 0, 0, 0.2);border-bottom:1px solid rgba(255, 255, 255, 0.1);margin:5px 0;} div.topbar ul li ul li span{clear:both;display:block;background:rgba(0, 0, 0, 0.2);padding:6px 15px;cursor:default;color:#808080;border-top:1px solid rgba(0, 0, 0, 0.2);} +.hero-unit{background-color:#f5f5f5;margin-bottom:30px;padding:60px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;letter-spacing:-1px;} +.hero-unit p{font-size:18px;font-weight:200;line-height:27px;} div.page-header{margin-bottom:17px;border-bottom:1px solid #ddd;-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.5);-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.5);box-shadow:0 1px 0 rgba(255, 255, 255, 0.5);}div.page-header h1{margin-bottom:8px;} div.alert-message{background-color:rgba(0, 0, 0, 0.15);background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.15)));background-image:-moz-linear-gradient(transparent, rgba(0, 0, 0, 0.15));background-image:-ms-linear-gradient(transparent, rgba(0, 0, 0, 0.15));background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.15)));background-image:-webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.15));background-image:-o-linear-gradient(transparent, rgba(0, 0, 0, 0.15));-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0, 0, 0, 0.15)', GradientType=0)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0, 0, 0, 0.15)', GradientType=0);background-image:linear-gradient(transparent, rgba(0, 0, 0, 0.15));background-color:#e6e6e6;margin-bottom:18px;padding:8px 15px;color:#fff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);border-bottom:1px solid rgba(0, 0, 0, 0.25);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}div.alert-message p{color:#fff;margin-bottom:0;}div.alert-message p+p{margin-top:5px;} div.alert-message.error{background-color:#e06359;} @@ -198,7 +200,7 @@ div.pagination{height:36px;margin:18px 0;}div.pagination ul{float:left;margin:0; div.pagination ul li a:hover,div.pagination ul li.active a{background-color:#c7eefe;} div.pagination ul li.disabled a,div.pagination ul li.disabled a:hover{background-color:none;color:#bfbfbf;} div.pagination ul li.next a,div.pagination ul li:last-child a{border:0;} -div.well{background:#f5f5f5;margin-bottom:20px;padding:19px;min-height:20px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);} +.well{background-color:#f5f5f5;margin-bottom:20px;padding:19px;min-height:20px;border:1px solid #eee;border:1px solid rgba(0, 0, 0, 0.05);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);} div.modal-backdrop{background-color:rgba(0, 0, 0, 0.5);position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;} div.modal{position:fixed;top:50%;left:50%;z-index:2000;width:560px;margin:-280px 0 0 -250px;background-color:#ffffff;border:1px solid rgba(0, 0, 0, 0.3);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding;}div.modal .modal-header{border-bottom:1px solid #eee;padding:5px 20px;}div.modal .modal-header a.close{position:absolute;right:10px;top:10px;color:#999;line-height:10px;font-size:18px;} div.modal .modal-body{padding:20px;} diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 7345a32441..ede141ce51 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -44,7 +44,7 @@ section { font-weight: bold; } #masthead { - margin-top: 40px; + margin-top: -20px; } #masthead h1, #masthead p { @@ -131,8 +131,8 @@ div.quickstart form textarea { /* Special grid styles -------------------------------------------------- */ .show-grid { - margin-top: 20px; - margin-bottom: 20px; + margin-top: 10px; + margin-bottom: 10px; } .show-grid .column, .show-grid .columns { background-color: #eee; diff --git a/docs/index.html b/docs/index.html index 85965e1b1d..7244191c94 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,6 +3,8 @@ Bootstrap, from Twitter + + + - + + + + + + - +
-
+

Bootstrap

  • Overview
  • +
  • About
  • Grid
  • Layouts
  • Typography
  • @@ -49,7 +58,7 @@ Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.
    It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.

    -

    Nerd alert: Bootstrap is built with Less and was designed to work out of the gate with only modern browsers in mind.

    +

    Nerd alert: Bootstrap is built with Less and was designed to work out of the gate with modern browsers in mind.

@@ -89,15 +98,30 @@
-

History

+

History

In the earlier days of Twitter, engineers used almost any library they were familiar with to meet front-end requirements. Bootstrap began as an answer to the challenges that presented and development quickly accelerated during Twitter’s first Hackweek.

With the help and feedback of many engineers at Twitter, Bootstrap has grown significantly to encompass not only basic styles, but more elegant and durable front-end design patterns.

Read more on dev.twitter.com ›

-
-

Browser support

-

Bootstrap is tested and supported most thoroughly in modern browsers like Chrome, Safari, and Firefox. Full support for versions of Internet Explorer is in the works.

- Tested and supported in Chrome, Safari, and Firefox +
+

Browser support

+

Bootstrap is tested and supported in modern browsers like Chrome, Safari, and Firefox. Full support for some versions of Internet Explorer is in the works.

+ Tested and supported in Chrome, Safari, and Firefox +
    +
  • Latest Safari
  • +
  • Latest Google Chrome
  • +
  • Firefox v4
  • +
+
+
+

What's included

+

Bootstrap comes complete with compiled CSS, uncompiled, and example templates.

+
    +
  • All original .less files
  • +
  • Fully compiled and minified CSS
  • +
  • Complete styleguide documentation
  • +
  • Example page template (more to come soon)
  • +
@@ -298,16 +322,16 @@

Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Maecenas faucibus mollis interdum. Nulla vitae elit libero, a pharetra augue.

Note: It’s still okay to use <b> and <i> tags in HTML5, but they don’t come with inherent styles anymore. <b> is meant to convey importance while <i> is mostly for voice, technical terms, etc.

Addresses

-

The address element is used for contact information for its nearest ancestor, or the entire body of work. Here’s how it looks:

+

The <address> element is used for contact information for its nearest ancestor, or the entire body of work. Here’s how it looks:

Twitter, Inc.
795 Folsom Ave, Suite 600
San Francisco, CA 94107
P: (123) 456-7890
-

Note: Each line in an address must end with a line-break (<br />) or be wrapped in a block-level tag (e.g., p) to properly structure the content.

+

Note: Each line in an <address> must end with a line-break (<br />) or be wrapped in a block-level tag (e.g., <p>) to properly structure the content.

Abbreviations

-

For abbreviations and acronyms, use the abbr tag (acronym is deprecated in HTML5). Put the shorthand form within the tag and set a title for the complete name.

+

For abbreviations and acronyms, use the <abbr> tag (<acronym> is deprecated in HTML5). Put the shorthand form within the tag and set a title for the complete name.

@@ -321,7 +345,7 @@

-

Be sure to wrap your blockquote around paragraph and small tags. When citing a source, use the small element. The CSS will automatically preface a name with an em dash (&mdash;).

+

Be sure to wrap your <blockquote> around <p> and <small> tags. When citing a source, use the <small> element. The CSS will automatically preface a name with an em dash (&mdash;).

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua…

Dr. Julius Hibbert @@ -430,8 +454,8 @@ <caption>

Tables are great—for a lot of things. Great tables, however, need a bit of markup love to be useful, scalable, and readable (at the code level). Here are a few tips to help.

-

Always wrap your column headers in a thead such that hierarchy is thead > tr > th.

-

Similar to the column headers, all your table’s body content should be wrapped in a tbody so your hierarchy is tbody > tr > td.

+

Always wrap your column headers in a <thead> such that hierarchy is <thead> > <tr> > <th>.

+

Similar to the column headers, all your table’s body content should be wrapped in a <tbody> so your hierarchy is <tbody> > <tr> > <td>.

@@ -815,7 +839,7 @@

Example buttons

-

Button styles can be applied to anything with the .btn applied. Typically you’ll want to apply these to only a, button, and select input elements. Here’s how it looks:

+

Button styles can be applied to anything with the .btn applied. Typically you’ll want to apply these to only <a>, <button>, and select <input> elements. Here’s how it looks:

@@ -831,7 +855,7 @@ Action

Disabled state

-

For buttons that are not active or are disabled by the app for one reason or another, use the disabled state. That’s .disabled for links and :disabled for button elements.

+

For buttons that are not active or are disabled by the app for one reason or another, use the disabled state. That’s .disabled for links and :disabled for <button> elements.

Links

Primary action @@ -900,7 +924,7 @@

Tabs and pills

-

Create simple secondary navigation with a ul. Swap between tabs or pills by adding the appropriate class.

+

Create simple secondary navigation with a <ul>. Swap between tabs or pills by adding the appropriate class.

Great for sub-sections of content like our account settings pages and user timelines for toggling between pages of like content. Available in tabbed or pill styles.

@@ -1076,6 +1100,7 @@
+
-
-
-
-

Tool Tips

-

Twipsies are super useful for aiding a confused user and pointing them in the right direction.

-
-
-
-
-

+

+
+ +
+
+

Tool Tips

+

Twipsies are super useful for aiding a confused user and pointing them in the right direction.

+
+
+
+
+

Lorem ipsum dolar sit amet illo error ipsum veritatis aut iste perspiciatis iste voluptas natus illo quasi odit aut natus consequuntur consequuntur, aut natus illo voluptatem odit perspiciatis laudantium rem doloremque totam voluptas. Voluptasdicta eaque beatae aperiam ut enim voluptatem explicabo explicabo, voluptas quia odit fugit accusantium totam totam architecto explicabo sit quasi fugit fugit, totam doloremque unde sunt sed dicta quae accusantium fugit voluptas nemo voluptas voluptatem rem quae aut veritatis quasi quae. -

-
-
-
below!
-
-
-
-
right!
-
-
-
-
left!
-
-
-
-
above!
-
+

+
+
+
below!
+
+
+
+
right!
+
+
+
+
left!
+
+
+
+
above!
@@ -1141,7 +1167,7 @@ Lorem ipsum dolar sit amet illo error ipsum verita
- +
diff --git a/lib/patterns.less b/lib/patterns.less index e540bd6010..eeb0107abd 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -236,6 +236,28 @@ div.topbar { } +// PAGE HEADERS +// ------------ + +.hero-unit { + background-color: #f5f5f5; + margin-bottom: 30px; + padding: 60px; + .border-radius(6px); + h1 { + margin-bottom: 0; + font-size: 60px; + line-height: 1; + letter-spacing: -1px; + } + p { + font-size: 18px; + font-weight: 200; + line-height: @baseline * 1.5; + } +} + + // PAGE HEADERS // ------------ @@ -453,12 +475,13 @@ div.pagination { // WELLS // ----- -div.well { - background: #f5f5f5; +.well { + background-color: #f5f5f5; margin-bottom: 20px; padding: 19px; min-height: 20px; - border: 1px solid #ddd; + border: 1px solid #eee; + border: 1px solid rgba(0,0,0,.05); .border-radius(4px); .box-shadow(inset 0 1px 1px rgba(0,0,0,.05); } diff --git a/lib/scaffolding.less b/lib/scaffolding.less index 427dab2b89..5b41b64a4b 100644 --- a/lib/scaffolding.less +++ b/lib/scaffolding.less @@ -51,7 +51,7 @@ html, body { background-color: #fff; } body { - margin: 0; + margin: 60px 0 0; // Add margin to the top of the page for the topbar #font > .sans-serif(normal,@basefont,@baseline); color: @gray; text-rendering: optimizeLegibility; @@ -65,7 +65,7 @@ div.container { // Fluid layouts (left aligned, with sidebar, min- & max-width content) div.container-fluid { - padding: 20px; + padding: 0 20px; .clearfix(); div.sidebar { float: left; diff --git a/lib/type.less b/lib/type.less index 96a2310b1e..1091d149b2 100644 --- a/lib/type.less +++ b/lib/type.less @@ -10,7 +10,7 @@ p { #font > .shorthand(normal,@basefont,@baseline); margin-bottom: @baseline / 2; small { - font-size: 11px; + font-size: @basefont - 2; color: @grayLight; } }