]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove responsive image from css docs page
authorMark Otto <otto@github.com>
Sat, 1 Dec 2012 00:42:48 +0000 (16:42 -0800)
committerMark Otto <otto@github.com>
Sat, 1 Dec 2012 00:42:48 +0000 (16:42 -0800)
docs/assets/img/responsive-illustrations.png [deleted file]
docs/css.html
docs/templates/pages/css.mustache

diff --git a/docs/assets/img/responsive-illustrations.png b/docs/assets/img/responsive-illustrations.png
deleted file mode 100644 (file)
index a4bcbe3..0000000
Binary files a/docs/assets/img/responsive-illustrations.png and /dev/null differ
index e9d42fb3812206728e11d4db7e2451f75ca5a7ad..b630123c55f8f4d1b83f54bb676e02f331dd1918 100644 (file)
@@ -2308,16 +2308,6 @@ For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; should be wrapped as inlin
 &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;
 </pre>
 
-          <h2>About responsive Bootstrap</h2>
-          <img src="assets/img/responsive-illustrations.png" alt="Responsive devices" style="float: right; margin: 0 0 20px 20px;">
-          <p>Media queries allow for custom CSS based on a number of conditions&mdash;ratios, widths, display type, etc&mdash;but usually focuses around <code>min-width</code> and <code>max-width</code>.</p>
-          <ul>
-            <li>Modify the width of column in our grid</li>
-            <li>Stack elements instead of float wherever necessary</li>
-            <li>Resize headings and text to be more appropriate for devices</li>
-          </ul>
-          <p>Use media queries responsibly and only as a start to your mobile audiences. For larger projects, do consider dedicated code bases and not layers of media queries.</p>
-
           <h2>Supported devices</h2>
           <p>Bootstrap supports a handful of media queries to help make your projects more appropriate on different devices and screen resolutions. Here's what's included:</p>
           <table class="table table-bordered table-striped">
@@ -2376,7 +2366,7 @@ For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; should be wrapped as inlin
 
 
           <h2>Responsive utility classes</h2>
-          <p>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 <code>responsive.less</code>.</p>
+          <p>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).</p>
           <table class="table table-bordered table-striped responsive-utilities">
             <thead>
               <tr>
index 583a55ee229be68757a976b2d91505da1c50a8fb..9ce362de59c842b2f51b37a838fea3fa32f155cc 100644 (file)
 &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;
 </pre>
 
-          {{! About }}
-          <h2>{{_i}}About responsive Bootstrap{{/i}}</h2>
-          <img src="assets/img/responsive-illustrations.png" alt="Responsive devices" style="float: right; margin: 0 0 20px 20px;">
-          <p>{{_i}}Media queries allow for custom CSS based on a number of conditions&mdash;ratios, widths, display type, etc&mdash;but usually focuses around <code>min-width</code> and <code>max-width</code>.{{/i}}</p>
-          <ul>
-            <li>{{_i}}Modify the width of column in our grid{{/i}}</li>
-            <li>{{_i}}Stack elements instead of float wherever necessary{{/i}}</li>
-            <li>{{_i}}Resize headings and text to be more appropriate for devices{{/i}}</li>
-          </ul>
-          <p>{{_i}}Use media queries responsibly and only as a start to your mobile audiences. For larger projects, do consider dedicated code bases and not layers of media queries.{{/i}}</p>
-
           {{! Supported }}
           <h2>{{_i}}Supported devices{{/i}}</h2>
           <p>{{_i}}Bootstrap supports a handful of media queries to help make your projects more appropriate on different devices and screen resolutions. Here's what's included:{{/i}}</p>
 
           {{! Responsive utility classes }}
           <h2>{{_i}}Responsive utility classes{{/i}}</h2>
-          <p>{{_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 <code>responsive.less</code>.{{/i}}</p>
+          <p>{{_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).{{/i}}</p>
           <table class="table table-bordered table-striped responsive-utilities">
             <thead>
               <tr>