Commit Graph

106 Commits

Author SHA1 Message Date
Eric Ferraiuolo
a5b258742b Bump versions to pre 2014-02-13 18:28:48 -08:00
Eric Ferraiuolo
14cfcbdfc6 Bump version to v0.4.2 2014-02-13 18:18:13 -08:00
Eric Ferraiuolo
bb42106c80 Add HISTORY entry for adding main to bower.json 2014-02-13 17:54:19 -08:00
Tilo Mitra
a2be135f62 update HISTORY.md 2014-02-13 10:37:27 -08:00
Tilo Mitra
bf4ceed586 add HISTORY.md entry for #265 fix 2014-02-09 23:45:53 -05:00
Tilo Mitra
ac50044dd7 add HISTORY.md entry for #283 fix 2014-02-09 23:29:56 -05:00
Eric Ferraiuolo
e393a521f8 Update HISTORY and README for 0.4.1, the new 0.4.0 2014-02-06 17:38:30 -05:00
Eric Ferraiuolo
a99ea2910c Bump version to PRE 2014-02-06 15:34:30 -05:00
Eric Ferraiuolo
38598baa5c Update and tweak HISTORY.md 2014-02-06 15:18:32 -05:00
Tilo Mitra
3149eb1079 update HISTORY.md with contents of 25bcbc43 2013-12-18 11:44:04 -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
dbcc024732 Add credit to HISTORY entry 2013-11-26 02:09:32 -05:00
Eric Ferraiuolo
ce9b42848e Add HISTORY entry for Grids units changes 2013-11-26 02:05:59 -05:00
Eric Ferraiuolo
30de24a70b Merge branch 'achalv-master' 2013-11-25 16:02:06 -05:00
Eric Ferraiuolo
d644d16a7d Update Buttons to use padding: 0.5em 1em 2013-11-25 16:01:28 -05:00
Tilo Mitra
f315344625 update HISTORY.md with #164 fix 2013-11-25 14:20:27 -05:00
Eric Ferraiuolo
e3127820b8 Merge branch 'master' of https://github.com/achalv/pure into achalv-master
Conflicts:
	HISTORY.md
2013-11-24 19:58:43 -05:00
Eric Ferraiuolo
bdc76d6fd0 Merge branch 'textarea-vtop' of github.com:rictorres/pure into rictorres-textarea-vtop
Conflicts:
	HISTORY.md
2013-11-06 15:02:59 -08:00
Eric Ferraiuolo
1fa9cf9001 Add HISTORY entry for normalized button heights 2013-11-06 14:42:37 -08:00
Aurelio De Rosa
f666eb74fa Removed all the occurrences of -ms-linear-gradient() (issue #200) 2013-10-09 00:12:47 +02:00
Eric Ferraiuolo
3e88deff10 Update HISTORY.md for base-context body change 2013-09-25 00:38:19 -04:00
Achal Varma
c54e21c71e Added PR number (195) 2013-09-13 14:00:50 -05:00
Achal Varma
2dcaa7fff2 Updated History.md in the correct format. 2013-09-13 13:57:20 -05:00
Eric Ferraiuolo
72012642c5 Bump version to 0.3.1-pre 2013-09-09 12:40:11 -04:00
Eric Ferraiuolo
104a10cb02 Bump version to v0.3.0 2013-09-09 12:31:10 -04:00
Eric Ferraiuolo
8f9d6c76aa Update HISTORY to include all issues related to Grids improvements 2013-09-09 12:00:24 -04:00
Eric Ferraiuolo
7e0cdafddc Update HISTORY and code comments for Grids Flexbox 2013-09-05 18:14:01 -04:00
Eric Ferraiuolo
d1fb3d4233 Tweak and format HISTORY.md changes for the NEXT release, 0.3.0 2013-09-04 13:06:25 -04:00
Dmitry Chestnykh
dd51c31fad Remove -webkit-font-smoothing from forms. 2013-08-31 15:35:29 +02:00
Tilo Mitra
c143808fb8 Revert "Remove "Droid Sans" from the font stack."
This reverts commit 1a24fa0baa.
Looks like Android < 4 only has 3 fonts installed -
* Droid Sans
* Droid Serif
* Droid Sans Mono

So we do need to keep Droid Sans in.
http://www.granneman.com/webdev/coding/css/fonts-and-formatting/default-fonts/#android
2013-08-29 15:45:10 -04:00
Tilo Mitra
1a24fa0baa Remove "Droid Sans" from the font stack.
Arch Linux supports Arimo so Droid Sans shouldn't be needed.
https://wiki.archlinux.org/index.php/Fonts
2013-08-29 15:39:38 -04:00
Tilo Mitra
a63d4bc887 update HISTORY.md with new font-stack 2013-08-29 15:28:52 -04:00
Eric Ferraiuolo
63c68274bc Update HISTORY for Grunt + Bower change and Base module requirement 2013-08-27 12:59:46 -04:00
Eric Ferraiuolo
a2421ccac4 Update README and HISTORY for new non-minified rollup files 2013-08-27 12:41:05 -04:00
Eric Ferraiuolo
039b8f12f2 Merge branch 'grids-fonts'
Conflicts:
	HISTORY.md
2013-08-27 11:29:44 -04:00
Tilo Mitra
ff0c172adc update HISTORY.md with #41 fix 2013-08-26 15:54:35 -04:00
Ricardo Torres
a89eb87d79 Update HISTORY.md with fix for #174 2013-08-25 21:10:44 -03:00
Ricardo Torres
43a950289d Update HISTORY.md with fix for #174 2013-08-25 21:03:50 -03:00
Tilo Mitra
29063fffc9 add HISTORY.md entry for #172 2013-08-23 12:34:43 -04:00
Eric Ferraiuolo
bece129498 Add HISTORY entry for removal of -webkit-font-smoothing from Buttons 2013-08-23 12:08:56 -04:00
Tilo Mitra
6f7e767a2c Merge branch 'grids-ie7-fix'
Conflicts:
	HISTORY.md
2013-08-21 15:35:09 -04:00
Tilo Mitra
cc88bf2f07 update HISTORY.md with fix for #154 2013-08-20 16:13:41 -04:00
Tilo Mitra
569a681211 update HISTORY.md 2013-08-05 15:13:41 -04:00
Eric Ferraiuolo
1919e486a6 Bump version to 0.2.2-pre 2013-07-17 19:23:54 -07:00
Eric Ferraiuolo
c3502ef2a4 Bump version to 0.2.1 2013-07-17 19:16:03 -07:00
Eric Ferraiuolo
f1201deb46 Remove link to issue #87 from HISTORY.md 2013-07-17 18:43:33 -07:00
Eric Ferraiuolo
0bd386e421 Update HISTORY.md to remove reverted .pure-button:visited commit 2013-07-17 14:10:44 -07:00
Eric Ferraiuolo
546799a77f Fix typo in HISTORY.md 2013-07-17 12:13:30 -07:00
Eric Ferraiuolo
bd0d1ae3f0 Organize and tweak v0.2.1 HISTORY entires 2013-07-17 12:08:02 -07:00
Eric Ferraiuolo
be2fbfc69f Add missing issue numbers to 0.2.1 HISTORY, tag people, and make links 2013-07-17 11:18:54 -07:00