From 3de4f23ea210dd964748528503444bbaeed860ce Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 19 Sep 2013 17:41:14 +0300 Subject: Minify docs-assets too. --- _includes/footer.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '_includes') diff --git a/_includes/footer.html b/_includes/footer.html index 56518ac49..1188e10cf 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -9,12 +9,8 @@ {% if page.slug == "customize" %} - - - - - + {% endif %} {% comment %} -- cgit v1.2.3 From 8087f95ca4ed948cd10b92836ddfce56307707da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Sat, 7 Dec 2013 10:27:28 +0100 Subject: Load minified Bootstrap JS code --- _includes/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes') diff --git a/_includes/footer.html b/_includes/footer.html index 1188e10cf..095e96eb5 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,7 +2,7 @@ ================================================== --> - + -- cgit v1.2.3 From 775c29fef6d87dd91ebc6dba5980f3b59976b435 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 7 Dec 2013 11:40:08 -0800 Subject: Fixes #11764: Add meta data to docs for description, keywords, and authors --- _includes/header.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '_includes') diff --git a/_includes/header.html b/_includes/header.html index 41ecfc8e4..93594b4bc 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,8 +1,9 @@ - - + + + {% if page.title == "Bootstrap" %} -- cgit v1.2.3 From b1215d1b2ecd6cd3898af19ce43cc647e2ec854a Mon Sep 17 00:00:00 2001 From: Mark Otto <otto@github.com> Date: Sat, 7 Dec 2013 12:18:13 -0800 Subject: Fixes #11193: Add kbd element styles to indicate user input via keyboard --- _includes/nav-css.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to '_includes') diff --git a/_includes/nav-css.html b/_includes/nav-css.html index 543d004f3..215bf338b 100644 --- a/_includes/nav-css.html +++ b/_includes/nav-css.html @@ -37,7 +37,14 @@ <li><a href="#type-lists">Lists</a></li> </ul> </li> -<li><a href="#code">Code</a></li> +<li> + <a href="#code">Code</a> + <ul class="nav"> + <li><a href="#code-inline">Inline code</a></li> + <li><a href="#code-user-input">User input</a></li> + <li><a href="#code-block">Blocks of code</a></li> + </ul> +</li> <li> <a href="#tables">Tables</a> <ul class="nav"> -- cgit v1.2.3 From 07de53c644b315852c5f315ab91bfd6d65660d50 Mon Sep 17 00:00:00 2001 From: Mark Otto <otto@github.com> Date: Sat, 7 Dec 2013 14:09:03 -0800 Subject: Contextual list group cleanup * Adds nav link to sidebar for contextual classes * Refactors to use prefixed classes, like .list-group-item-info, instead of chained classes * Adds default and linked variations to example in docs --- _includes/nav-components.html | 1 + 1 file changed, 1 insertion(+) (limited to '_includes') diff --git a/_includes/nav-components.html b/_includes/nav-components.html index f7a705b5f..131114883 100644 --- a/_includes/nav-components.html +++ b/_includes/nav-components.html @@ -121,6 +121,7 @@ <li><a href="#list-group-basic">Basic example</a></li> <li><a href="#list-group-badges">Badges</a></li> <li><a href="#list-group-linked">Linked items</a></li> + <li><a href="#list-group-contextual-classes">Contextual classes</a></li> <li><a href="#list-group-custom-content">Custom content</a></li> </ul> </li> -- cgit v1.2.3 From 6273604601c58284f49b38ae4e52533b9689437c Mon Sep 17 00:00:00 2001 From: Mark Otto <otto@github.com> Date: Sat, 7 Dec 2013 20:52:51 -0800 Subject: Add .container-fluid variation for full-width containers and layouts /cc #10711 #9862 --- _includes/nav-css.html | 1 + 1 file changed, 1 insertion(+) (limited to '_includes') diff --git a/_includes/nav-css.html b/_includes/nav-css.html index 215bf338b..0228932dd 100644 --- a/_includes/nav-css.html +++ b/_includes/nav-css.html @@ -16,6 +16,7 @@ <li><a href="#grid-media-queries">Media queries</a></li> <li><a href="#grid-options">Grid options</a></li> <li><a href="#grid-example-basic">Ex: Stacked-to-horizonal</a></li> + <li><a href="#grid-example-fluid">Ex: Fluid container</a></li> <li><a href="#grid-example-mixed">Ex: Mobile and desktops</a></li> <li><a href="#grid-example-mixed-complete">Ex: Mobile, tablet, desktops</a></li> <li><a href="#grid-responsive-resets">Responsive column resets</a></li> -- cgit v1.2.3 From bab736c7d71f376849d5bebfac855a0a90b40504 Mon Sep 17 00:00:00 2001 From: Julian Thilo <bigj95t@gmail.com> Date: Sun, 8 Dec 2013 22:39:29 +0100 Subject: Fix typo in new author meta tag --- _includes/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes') diff --git a/_includes/header.html b/_includes/header.html index 93594b4bc..18d7660b8 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -3,7 +3,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Bootstrap, a sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development."> <meta name="keywords" content="HTML, CSS, JS, JavaScript, framework, bootstrap, front-end, frontend, web development"> -<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contibutors"> +<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors"> <title> {% if page.title == "Bootstrap" %} -- cgit v1.2.3 From f1869771bc8b8e8a6c7a98385ec58e0bf0d2d98e Mon Sep 17 00:00:00 2001 From: Mark Otto <otto@github.com> Date: Sat, 14 Dec 2013 14:18:43 -0800 Subject: Fixes #10505: Document more of LESS vars and mixins --- _includes/nav-css.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '_includes') diff --git a/_includes/nav-css.html b/_includes/nav-css.html index 0228932dd..b180bbf56 100644 --- a/_includes/nav-css.html +++ b/_includes/nav-css.html @@ -105,3 +105,11 @@ <li><a href="#responsive-utilities-tests">Test cases</a></li> </ul> </li> +<li> + <a href="#less">Using LESS</a> + <ul class="nav"> + <li><a href="#less-variables">Variables</a></li> + <li><a href="#less-mixins-vendor">Vendor mixins</a></li> + <li><a href="#less-mixins-utility">Utility mixins</a></li> + </ul> +</li> -- cgit v1.2.3 From d79431ca02683c9d1c754201260f66e5dda15614 Mon Sep 17 00:00:00 2001 From: Mark Otto <otto@github.com> Date: Sat, 14 Dec 2013 16:29:55 -0800 Subject: Document new modal sizes --- _includes/nav-javascript.html | 1 + 1 file changed, 1 insertion(+) (limited to '_includes') diff --git a/_includes/nav-javascript.html b/_includes/nav-javascript.html index e97027096..aeeafe264 100644 --- a/_includes/nav-javascript.html +++ b/_includes/nav-javascript.html @@ -13,6 +13,7 @@ <a href="#modals">Modal</a> <ul class="nav"> <li><a href="#modals-examples">Examples</a></li> + <li><a href="#modals-sizes">Sizes</a></li> <li><a href="#modals-usage">Usage</a></li> </ul> </li> -- cgit v1.2.3 From 072ccd4ddad1dcf642e27497c5253ce578182719 Mon Sep 17 00:00:00 2001 From: Mark Otto <otto@github.com> Date: Sat, 14 Dec 2013 21:40:16 -0800 Subject: Fixes #11572: Add contextual background-color classes to match text classes; move both sets of classes to Helper Classes section of the CSS docs --- _includes/nav-css.html | 2 ++ 1 file changed, 2 insertions(+) (limited to '_includes') diff --git a/_includes/nav-css.html b/_includes/nav-css.html index b180bbf56..531b067e6 100644 --- a/_includes/nav-css.html +++ b/_includes/nav-css.html @@ -87,6 +87,8 @@ <li> <a href="#helper-classes">Helper classes</a> <ul class="nav"> + <li><a href="#helper-classes-colors">Contextual colors</a></li> + <li><a href="#helper-classes-backgrounds">Contextual backgrounds</a></li> <li><a href="#helper-classes-close">Close icon</a></li> <li><a href="#helper-classes-carets">Carets</a></li> <li><a href="#helper-classes-floats">Quick floats</a></li> -- cgit v1.2.3 From a925a0b985281ce34666c9a8a5630ba258904cb5 Mon Sep 17 00:00:00 2001 From: Mark Otto <otto@github.com> Date: Sun, 15 Dec 2013 12:27:46 -0800 Subject: Browser/device support docs update * Fixes #11055: add mention of select menu styling on Android stock browsers with included optional fix * Update IDs and docs nav to include bookmark links to each section * Add callout to navbar docs about fixed position, inputs, and virtual keyboard --- _includes/nav-getting-started.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to '_includes') diff --git a/_includes/nav-getting-started.html b/_includes/nav-getting-started.html index ce7a718d6..6c041eef3 100644 --- a/_includes/nav-getting-started.html +++ b/_includes/nav-getting-started.html @@ -32,7 +32,19 @@ </ul> </li> <li> - <a href="#browsers">Browser support</a> + <a href="#browsers">Browser and device support</a> + <ul class="nav"> + <li><a href="#support-browsers">Supported browsers</a></li> + <li><a href="#support-ie8-ie9">Internet Explorer 8-9</a></li> + <li><a href="#support-ie8-respondjs">IE8 and Respond.js</a></li> + <li><a href="#support-ie8-box-sizing">IE8 and box-sizing</a></li> + <li><a href="#support-ie-compatibility-modes">IE Compatibility modes</a></li> + <li><a href="#support-ie10-width">IE10 and Windows (Phone) 8</a></li> + <li><a href="#support-safari-percentages">Safari percent rounding</a></li> + <li><a href="#support-fixed-position-keyboards">Modals, navbars, and virtual keyboards</a></li> + <li><a href="#support-browser-zooming">Browser zooming</a></li> + <li><a href="#support-android-stock-browser">Android stock browser</a></li> + </ul> </li> <li> <a href="#third-parties">Third party support</a> -- cgit v1.2.3