Commit Graph

13 Commits

Author SHA1 Message Date
Mike Casebolt
95f08788b0
fix typo and comment whitespace (#1109) 2023-01-21 21:47:41 -08:00
Seth Bertalotto
f59a16cebe
refactor: upgrade normalize, remove bower, remove old ie hacks (#790) 2020-05-05 08:15:25 -07:00
James Alley
40952f5a50 Initial commit of edits in support of the new menu. 2015-01-20 14:33:54 -08:00
Tilo Mitra
9f59f01dd3 add HISTORY.md for Grids and Base changes 2014-03-06 12:02:52 -05:00
Tilo Mitra
cf34ac3ed6 update .img-responsive to .pure-img 2014-02-28 12:57:13 -05:00
Tilo Mitra
477833ce77 add .img-responsive class to base.css 2013-12-23 16:24:23 -05:00
Eric Ferraiuolo
ba39a319f3 Add [hidden] selector to Base to counteract all display declarations
Anytime a Pure style rule uses the `display` declaration with a value
other than `none`, using the `hidden` HTML attribute on that element
won't have the desired affect of hiding that element. To counteract
this, A new rule has been added to Base to force
`display: none !important;` on elements that use the `hidden` HTML
attribute.

The following button will be hidden from view with these changes:

    <button class="pure-button" hidden>No showy</button>

Fixes #177
2013-12-07 15:40:32 -05:00
Eric Ferraiuolo
7b884f71f8 Add Base to src/ which is Pure's extras on top of Normalize.css 2013-12-07 15:27:58 -05:00
Eric Ferraiuolo
44ae07177f Remove Normalize.css from src/, it's a dependency not Pure source code
This also removes `forms-core.css` which was effectively Normalize.css'
form related styles prefixed with `.pure-form`.
2013-08-07 18:55:56 -04:00
Eric Ferraiuolo
7ddd0dc7ce Import Normalize.css @ 1.1.2 2013-05-23 14:00:02 +01:00
Eric Ferraiuolo
cb7ced1e6b Update Gruntfile.js with new pure prefix and re-import Normalize.css 2013-05-16 13:34:29 -04:00
Eric Ferraiuolo
52ee854e3a Remove extra license info from forms-core.css src file 2013-05-14 17:00:54 -04:00
Tilo Mitra
dbb805f448 Initial drop 2013-05-09 18:05:18 -04:00