From 6961b284b6680c95dfe1610d7306dab3d4a72052 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 30 Nov 2012 16:42:48 -0800 Subject: [PATCH] remove responsive image from css docs page --- docs/assets/img/responsive-illustrations.png | Bin 1008 -> 0 bytes docs/css.html | 12 +----------- docs/templates/pages/css.mustache | 13 +------------ 3 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 docs/assets/img/responsive-illustrations.png diff --git a/docs/assets/img/responsive-illustrations.png b/docs/assets/img/responsive-illustrations.png deleted file mode 100644 index a4bcbe302cc2605b63ab913d9adfc88f40b01383..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1008 zcmeAS@N?(olHy`uVBq!ia0y~yVAKJ!Cvq?YNxz2D2q5)5z$e7@|Ns9p2RC@|;K9$I zKNl@p1a#`DQ>X6TySHoCuD5UBZr{HB;lqb7Uc8t;fBv>@+jj2U`Rv)VjT<-4o;`cV zjvbF4J$mxw$)7)eo`I8k|AO6^Xwy99}{u!9C z@yy`^mqg|2@^8mZGuVEW`QDs|CspPz3Gd#cSF+A8Eau);?8p+pMRFUqzyuKWz|+PjGE9?N#1zfQeg&5TV6% z`fs~d&(yM8%c_e)k4dRrt1c2fb}A)i^Pvb^N%Iv3(`>Bmr>7^pe8Z!o{vK>%7<=|C zYeMD{VKthPE;j9D2bi?O)^M*jx%PZ&AUA`t6?1 zPVHV7BJp~)Y1sN*5$v0e2}L9{vWkI-Yx_5*9Z&fA<@H784K*9T{C%6hW?oWuz`ZkB zTA<)56+RkziT9w@%(Ln0Y0USQMtXm|aw&Hy-4>}2=N9??EITRrq`!2Bg+^q?!tB<#CH#x{e6(<1P{iz`Nk{*t=bqkPxG~~BPueuoYoR~O)<)>eJ-2LgaI^PH z#W1D&-*h){?N6VXwD#ooy|8 zq_4@o?)x+QicEGm<6YAuuUtE}u5WlJnPjSbWY_u$zse%+s#vXI=X$kJcAEF*u#|{? zkt-S3d0szqyB5*>Xa0_L2dok!yuI^g=Kp(otZL8N3u;Fbde4@7eNK976ZvTEWTy>x zf?wx8jfprv@BQ8jMtf_%?qblnUVnK~;M)1sAM6>{i!&8`)bFSQre_9ES3j3^P6 -

About responsive Bootstrap

- Responsive devices -

Media queries allow for custom CSS based on a number of conditions—ratios, widths, display type, etc—but usually focuses around min-width and max-width.

-
    -
  • Modify the width of column in our grid
  • -
  • Stack elements instead of float wherever necessary
  • -
  • Resize headings and text to be more appropriate for devices
  • -
-

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.

-

Supported devices

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:

@@ -2376,7 +2366,7 @@ For example, <code><section></code> should be wrapped as inlin

Responsive utility classes

-

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.

+

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).

diff --git a/docs/templates/pages/css.mustache b/docs/templates/pages/css.mustache index 583a55ee22..9ce362de59 100644 --- a/docs/templates/pages/css.mustache +++ b/docs/templates/pages/css.mustache @@ -2252,17 +2252,6 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> - {{! About }} -

{{_i}}About responsive Bootstrap{{/i}}

- Responsive devices -

{{_i}}Media queries allow for custom CSS based on a number of conditions—ratios, widths, display type, etc—but usually focuses around min-width and max-width.{{/i}}

-
    -
  • {{_i}}Modify the width of column in our grid{{/i}}
  • -
  • {{_i}}Stack elements instead of float wherever necessary{{/i}}
  • -
  • {{_i}}Resize headings and text to be more appropriate for devices{{/i}}
  • -
-

{{_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}}

- {{! Supported }}

{{_i}}Supported devices{{/i}}

{{_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}}

@@ -2323,7 +2312,7 @@ {{! 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}}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}}