chiark / gitweb /
doc: mention that m-grid.css can be used WITHOUT ALL THE OTHER CRUFT.
authorVladimír Vondruš <mosra@centrum.cz>
Wed, 1 Nov 2017 17:39:41 +0000 (18:39 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Wed, 1 Nov 2017 23:02:12 +0000 (00:02 +0100)
doc/css/grid.rst

index 2c6864a09b797fa766f7d217a120fbb1cf910d72..a065365e580a5652a24f65e53ed5c7ce1ea6300f 100644 (file)
@@ -32,9 +32,10 @@ Grid system
 
 Inspired by `Bootstrap <http://getbootstrap.com>`_, the grid system is the
 heart of a responsive website layout. The `m-grid.css <{filename}/css.rst>`_
-file contains all the setup you need for it. Besides that, in order to have
-devices recognize your website properly as responsive and not zoom it out all
-the way to an unreadable mess, don't forget to add this to your :html:`<head>`:
+file contains all the setup you need for it, it's completely standalone.
+Besides that, in order to have devices recognize your website properly as
+responsive and not zoom it out all the way to an unreadable mess, don't forget
+to add this to your :html:`<head>`:
 
 .. code:: html