Commit Graph

256 Commits

Author SHA1 Message Date
Eric Ferraiuolo
cf52515bed Update code comments about Grids font stack.
Closes #41
2013-08-29 16:46:01 -04: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
Tilo Mitra
45e8b4ffaf Update font stack.
- Remove DejaVu Sans since it doesn't work with the letter spacing.
- Replace Bitstream Charter with Freesans, a sans-serif alternative.
- Replace Tinos with Arimo, a sans-serif alternative.
2013-08-29 15:27:34 -04:00
Eric Ferraiuolo
09a9b648da Merge pull request #180 from praveenpuglia/patch-1
fixed a typo..
2013-08-28 18:34:37 -07:00
Praveen Puglia
69f668990d fixed a typo.. 2013-08-28 22:45:09 +05:30
Eric Ferraiuolo
34089c59bc Bump version to 0.3.0-rc-1 2013-08-27 15:22:14 -04:00
Eric Ferraiuolo
c8cdc530e3 Put grunt-contrib-watch back to ~0.3.1 2013-08-27 14:11:49 -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
9ab35b7d82 Merge branch 'grunt-bower' of github.com:ericf/pure into ericf-grunt-bower 2013-08-27 12:42:01 -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
cc7f35dfa0 Create non-minified pure-nr.css file along with pure.css 2013-08-27 12:34:16 -04:00
Eric Ferraiuolo
96259fef58 Merge branch 'master' of github.com:omeid/pure into omeid-master 2013-08-27 12:20:33 -04:00
Eric Ferraiuolo
68b66b5811 Add custom font section to Responsive Grids manual test page 2013-08-27 12:18:10 -04:00
Eric Ferraiuolo
2c58a4594d De-cruft and improve Responsive Grids manual test page 2013-08-27 11:55:21 -04:00
Eric Ferraiuolo
039b8f12f2 Merge branch 'grids-fonts'
Conflicts:
	HISTORY.md
2013-08-27 11:29:44 -04:00
Eric Ferraiuolo
f8dfe612fe Bump version to 0.3.0-pre 2013-08-27 11:19:37 -04:00
Eric Ferraiuolo
0830043c3b Merge pull request #2 from tilomitra/grids-fonts
Update font-stack with recent findings
2013-08-27 08:06:25 -07:00
Tilo Mitra
ff0c172adc update HISTORY.md with #41 fix 2013-08-26 15:54:35 -04:00
Tilo Mitra
f7ded9ecb9 Update font-stack with recent findings
Based on conversations in https://github.com/yui/pure/issues/41/,
this font stack was updated with more fonts to fully cover all
target environments where grids were breaking.
2013-08-26 15:29:07 -04:00
Tilo Mitra
6794a82db8 Merge branch 'grids-tests-image' 2013-08-23 12:35:16 -04:00
Tilo
dcc75bd588 Merge pull request #172 from dchest/patch-2
Fix image resizing to be proportional
2013-08-23 09:34:54 -07:00
Tilo Mitra
29063fffc9 add HISTORY.md entry for #172 2013-08-23 12:34:43 -04:00
Tilo Mitra
7e1d381b9c add responsive images to grids manual test 2013-08-23 12:34:13 -04:00
Eric Ferraiuolo
bece129498 Add HISTORY entry for removal of -webkit-font-smoothing from Buttons 2013-08-23 12:08:56 -04:00
Eric Ferraiuolo
5b2e42a57d Merge pull request #170 from dchest/patch-1
Remove -webkit-font-smoothing: antialiased
2013-08-23 09:04:34 -07:00
Dmitry Chestnykh
77d3601375 Fix image resizing to be proportional
Images inside .pure-g-r when resized didn't change their height. Fix this by adding setting their height to 'auto'.
2013-08-23 17:38:01 +02:00
Omeid
f15248ea38 Added unminifed roll-up of everything. 'pure.css'. 2013-08-23 22:50:38 +10:00
Dmitry Chestnykh
8fd26ebc40 Remove -webkit-font-smoothing: antialised 2013-08-23 12:43:04 +02:00
Tilo
6da5f9dd10 Merge pull request #169 from tilomitra/grids-test
revamp grids manual test
2013-08-22 14:46:28 -07:00
Tilo Mitra
a0d940231a revamp grids manual test 2013-08-22 16:59:37 -04:00
Eric Ferraiuolo
2bc0f29de3 Specify font stacks for grids and grid units
By setting _specific_ font stacks grids, it can be assured that the
letter and word spacing will be applied correctly. The font stack for
grid units is then set back to `sans-serif`, which is also the default
font stack that Normalize.css applied to the `body`.

Closes #41
2013-08-22 16:48:38 -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
f7dde71025 bump up decimal places to 4 units, remove *width for pure-u-1 2013-08-20 15:16:22 -04:00
Eric Ferraiuolo
f9bbf6f694 Use bower.json to get current Normalize.css version number 2013-08-12 10:34:23 -04:00
Eric Ferraiuolo
f496042888 Tweak formatting and remove unused stuff in Gruntfile 2013-08-07 19:14:23 -04:00
Eric Ferraiuolo
f2733cb2ff Simplify Grunt tasks and include Normalize.css import by default
Running `grunt` will now use Bower to install Normalize.css. As of 1.0.0
Bower got much faster, and it also uses a cache so the install only
happens once.

Added `grunt build` which does not the "import" or "test" tasks.
2013-08-07 18:57:06 -04:00
Eric Ferraiuolo
aa48d1d8b4 Lock down the version of Normalize.css to 1.1.2 2013-08-07 18:56:44 -04:00
Eric Ferraiuolo
0e158fbd82 Update npm dependencies 2013-08-07 18:56:31 -04: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
Tilo
7b4ba448b2 Merge pull request #155 from tilomitra/readonly-focus
fix #143 by removing specific :focus styles for readonly inputs
2013-08-05 12:14:13 -07:00
Tilo Mitra
569a681211 update HISTORY.md 2013-08-05 15:13:41 -04:00
Tilo Mitra
363df66074 add back common rules for all grid units 2013-08-05 12:35:06 -04:00
Tilo Mitra
d2db8427dc Change default classnames back to .pure-u-*
After thinking about it, it makes sense to just keep
these as .pure-u-* to preserve back-compat and so that
people don't get confused with the fact that these units
are the "default" units.
2013-08-05 12:34:58 -04:00
Tilo Mitra
82dba5c165 Remove CSSLint ignore + s/default-*/pure-d-*
The .default-* classnames should be prefixed with .pure-
However, .pure-default-x-y seems too verbose, so I changed
it to .pure-d-x-y.
2013-08-05 12:34:51 -04:00
Tilo Mitra
f56cb81fed prettify spaces and braces 2013-08-05 12:34:44 -04:00
Tilo Mitra
25497a2161 update grid-units to have IE-specific widths, and use new grid classnames 2013-08-05 12:34:38 -04:00
Tilo Mitra
f56887539e fix #143 by removing specific :focus styles for readonly inputs 2013-08-01 17:36:33 -04:00