- CSSForm is a YUI module that makes it easy to display good looking forms on your website. -
- - -diff --git a/src/base/tests/manual/test.html b/src/base/tests/manual/test.html index dd1be80..98f6189 100644 --- a/src/base/tests/manual/test.html +++ b/src/base/tests/manual/test.html @@ -5,8 +5,7 @@
- CSSForm is a YUI module that makes it easy to display good looking forms on your website. -
- - -The first gist shows how regular Pure grids are written. These grids are unresponsive. They'll always be one-thirds irrespective of the width of the screen. The second gist replaces the pure-g
with pure-g-r
, thereby making the one-third columns collapse to full width on lower screen widths.