Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Mishbah committed Oct 2, 2014
1 parent a78b907 commit 4fa2247
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ Why would you use django-responsive2?

This project was inspired by Twitter Bootstrap's `Responsive Utilities <http://getbootstrap.com/css/#responsive-utilities>`_.

Bootstrap provides some handful helper classes, for faster mobile-friendly development.

These can be used for showing and hiding content by device via media query combined with large, small, and medium devices.
Bootstrap provides some handful helper classes, for faster mobile-friendly development. These can be used for showing and hiding content by device via media query combined with large, small, and medium devices.

More Information: http://getbootstrap.com/css/#responsive-utilities

Expand Down Expand Up @@ -59,9 +57,9 @@ It’s best explained through examples.
</div>
</div>

In this very simple example, `col-sm` will only be rendered for small screen devices
(e.g. an iPhone), `col-m` will be displayed for medium screen devices (e.g. an iPad)
and lastly `col-lg` will be visible for large screen devices or any devices that don't
In this very simple example, ``col-sm`` will only be rendered for small screen devices
(e.g. an iPhone), ``col-m`` will be displayed for medium screen devices (e.g. an iPad)
and lastly ``col-lg`` will be visible for large screen devices or any devices that don't
match the rules for small/medium devices.

Configuration
Expand Down

0 comments on commit 4fa2247

Please sign in to comment.