Commit Graph

409 Commits

Author SHA1 Message Date
Chao
0833fe802c Preventing grids distributing verticle space
When there's a grid container of a defined height excess vertical space gets distributed across the rows rather than allowing each row to take up its natural height [see this fiddle](http://jsfiddle.net/ambekpdm/). As grids are used for horizontal positioning it's pretty counter intuitive to come across it affecting vertical distribution. This can be fixed by adding `align-content: flex-start` to the element with the `pure-g` class.

Not sure if this is something best fixed by adding this style in to Pure itself or something to highlight on the site along with the box-sizing notes. But considering it causes significantly different behaviour in browsers without flexbox I'd consider this to be the best place.
2014-12-30 13:29:05 +00:00
Eric Ferraiuolo
e5fd3d2dac Merge pull request #413 from jconniff/readme-sharp
make readme image sharper
2014-12-03 19:05:41 -05:00
Jeff Conniff
bf9c2fc56f make readme image sharper 2014-12-03 15:47:36 -08:00
Eric Ferraiuolo
da31a0f44a Merge pull request #411 from jconniff/readme-brand
Readme brand image update
2014-12-03 16:36:25 -05:00
Jeff Conniff
10e58ec30c Added new branding images 2014-12-03 13:22:41 -08:00
Jeff Conniff
7cbc2ce363 removing old readme brand image 2014-12-03 13:19:19 -08:00
Eric Ferraiuolo
4c0c615098 Merge pull request #368 from paazmaya/master
Upgrading to Normalize.css 3.0.1. Fixes #306
2014-10-06 11:25:20 -04:00
Juga Paazmaya
db93c2168d Merge remote-tracking branch 'upstream/master' 2014-09-01 23:20:28 +03:00
Juga Paazmaya
ef746300c6 Setting Normalize.css version to read: compatible with 3.0 2014-08-27 18:56:29 +03:00
Eric Ferraiuolo
3371dd1816 Merge pull request #371 from ericf/yahoo-org
Update URLs to point to Yahoo org on GitHub
2014-08-26 14:06:42 -04:00
Eric Ferraiuolo
370d0d3218 Update URLs to point to Yahoo org on GitHub
Closes #366
2014-08-26 12:06:14 -04:00
Juga Paazmaya
f26a2a6eef Upgrading to Normalize.css 3.0.1. Fixes #306 2014-08-21 16:07:59 +03:00
Eric Ferraiuolo
be60214f1b Remove line-break from Tables test page 2014-08-20 17:36:10 -07:00
Narcis Radu
9404335efb fix nested bordered table 2014-08-21 03:04:28 +03:00
Eric Ferraiuolo
c39d9a4a33 Merge pull request #355 from achalv/readme
Made additions to Build Files subsection.
2014-08-20 09:28:08 -07:00
Achal Varma
0d135e9eea Made additions to Build Files subsection. 2014-07-21 17:56:31 -05:00
Eric Ferraiuolo
88ed40df27 Update dev dependencies 2014-07-10 18:27:18 -04:00
Eric Ferraiuolo
669182a166 Bump version to v0.5.0 2014-05-27 14:17:03 -07:00
Eric Ferraiuolo
dccf7907e6 Merge pull request #310 from kwando/master
Update to fontawesome 4.0.3.
2014-03-21 11:58:31 -04:00
Hannes Nevalainen
09a7ce6a79 Update to fontawesome 4.0.3. 2014-03-21 16:18:13 +01:00
Eric Ferraiuolo
e3e5672264 Bump version back to v0.5.0-pre 2014-03-07 15:24:22 -05:00
Eric Ferraiuolo
f5ce3ae4b4 Bump version to v0.5.0-rc-1 2014-03-07 15:19:54 -05:00
Eric Ferraiuolo
59c347417c Tweak README for 0.5.0-rc-1 2014-03-07 15:18:30 -05:00
Eric Ferraiuolo
789881baf7 Merge pull request #304 from tilomitra/grids-responsive-old-ie
Add grids-responsive-old-ie.css
2014-03-07 13:29:28 -05:00
Tilo Mitra
a3dd4a1019 fix formatting 2014-03-07 13:19:37 -05:00
Tilo Mitra
37f0eb1de5 update HISTORY with grids-responsive-old-ie.css 2014-03-07 13:17:50 -05:00
Tilo Mitra
92862c3d71 add IE conditional comment to pull in -old-ie.css 2014-03-07 13:15:29 -05:00
Tilo Mitra
126455ec10 add stripmq grunt task 2014-03-07 13:15:06 -05:00
Tilo Mitra
36ed083b48 add grunt-stripmq to package.json 2014-03-07 13:14:37 -05:00
Tilo Mitra
da94ef232c add viewport meta element to grids test page 2014-03-07 11:47:45 -05:00
Tilo
116286eb41 Merge pull request #267 from tilomitra/remove-responsive-grid
New Responsive Grids: Better Defaults, and Customizations via Tooling or Web UI
2014-03-06 15:38:11 -05:00
Tilo Mitra
6b353a1a6e update HISTORY with related issues 2014-03-06 15:37:44 -05:00
Tilo Mitra
b2d0b1682a Merge branch 'remove-responsive-grid' of github.com:tilomitra/pure into remove-responsive-grid 2014-03-06 12:03:06 -05:00
Tilo Mitra
9f59f01dd3 add HISTORY.md for Grids and Base changes 2014-03-06 12:02:52 -05:00
Tilo
6070d62dee Merge pull request #9 from ericf/new-responsive-grids
Remove grids-nr.css and use grids-responsive.css in Forms manual test
2014-02-28 13:24:03 -05:00
Eric Ferraiuolo
b197749d55 Remove grids-nr.css build file, now that there's grids-responsive.css 2014-02-28 13:13:10 -05:00
Eric Ferraiuolo
a264619342 Use grids-responsive.css on Forms manual test 2014-02-28 13:13:07 -05:00
Tilo Mitra
3bbbf47ccd add responsive grid manual test 2014-02-28 12:57:27 -05:00
Tilo Mitra
cf34ac3ed6 update .img-responsive to .pure-img 2014-02-28 12:57:13 -05:00
Tilo Mitra
be5576df51 update pure_grids with responsive sub-task 2014-02-28 12:56:50 -05:00
Tilo Mitra
f21710aa90 Merge branch 'master' into remove-responsive-grid 2014-02-27 19:15:36 -05:00
Tilo Mitra
3cd8d78a41 Revert "add grunt-pure-grids dependency"
This reverts commit d1ab35aaff.
2014-02-27 19:14:59 -05:00
Tilo Mitra
c4f2a087ef Revert "remove grid_units grunt task, add pure_grids task"
This reverts commit e91b2bef4c.
2014-02-27 19:14:49 -05:00
Tilo Mitra
e91b2bef4c remove grid_units grunt task, add pure_grids task 2014-02-27 18:40:54 -05:00
Tilo Mitra
d1ab35aaff add grunt-pure-grids dependency 2014-02-27 18:40:28 -05:00
Eric Ferraiuolo
58f2840aa1 Merge pull request #300 from ericf/table-padding
Use `em` for cell padding in Tables
2014-02-26 18:13:23 -05:00
Eric Ferraiuolo
25f3630542 Add HISTORY entry for table padding change 2014-02-18 18:02:12 -05:00
Eric Ferraiuolo
ad2db0b5b4 Use em for cell padding in Tables 2014-02-18 16:21:47 -05:00
Eric Ferraiuolo
3340b3371f Use grunt-pure-grids package 2014-02-18 11:55:22 -05:00
Eric Ferraiuolo
a5b258742b Bump versions to pre 2014-02-13 18:28:48 -08:00