From: Mark Otto Date: Tue, 10 Jul 2012 05:36:12 +0000 (-0700) Subject: fix indenting and remove hidden subnav on Scaffolding X-Git-Tag: v2.1.0~2^2~196 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ca210395c0e4c3337312a81c22b81bbd5d1a2be;p=thirdparty%2Fbootstrap.git fix indenting and remove hidden subnav on Scaffolding --- diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 0538b2ab6a..edb7274a8f 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -68,26 +68,17 @@
-

Scaffolding

Bootstrap is built on a responsive 12-column grid. We've also included fixed- and fluid-width layouts based on that system.

-
+ +
-
+ diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index e055974055..02d8a9df18 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -1,23 +1,14 @@ -

{{_i}}Scaffolding{{/i}}

{{_i}}Bootstrap is built on a responsive 12-column grid. We've also included fixed- and fluid-width layouts based on that system.{{/i}}

-
+ +
-
\ No newline at end of file + {{! Responsive utility classes }} +

{{_i}}Responsive utility classes{{/i}}

+

{{_i}}For faster mobile-friendly development, use these utility classes for showing and hiding content by device. Below is a table of the available classes and their effect on a given media query layout (labeled by device). They can be found in responsive.less.{{/i}}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{{_i}}Class{{/i}}{{_i}}Phones 767px and below{{/i}}{{_i}}Tablets 979px to 768px{{/i}}{{_i}}Desktops Default{{/i}}
.visible-phone{{_i}}Visible{{/i}}
.visible-tablet{{_i}}Visible{{/i}}
.visible-desktop{{_i}}Visible{{/i}}
.hidden-phone{{_i}}Visible{{/i}}{{_i}}Visible{{/i}}
.hidden-tablet{{_i}}Visible{{/i}}{{_i}}Visible{{/i}}
.hidden-desktop{{_i}}Visible{{/i}}{{_i}}Visible{{/i}}
+ +

{{_i}}When to use{{/i}}

+

{{_i}}Use on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation.{{/i}}

+ +

{{_i}}Responsive utilities test case{{/i}}

+

{{_i}}Resize your browser or load on different devices to test the above classes.{{/i}}

+

{{_i}}Visible on...{{/i}}

+

{{_i}}Green checkmarks indicate that class is visible in your current viewport.{{/i}}

+ +

{{_i}}Hidden on...{{/i}}

+

{{_i}}Here, green checkmarks indicate that class is hidden in your current viewport.{{/i}}

+ + + + + + + {{! /span9 }} +{{! row}}