Commit Graph

278 Commits

Author SHA1 Message Date
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
Eric Ferraiuolo
1d3314e4a0 Update file size in README to latest size from 0.2.1 2013-07-18 16:40:56 -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
34e10e6389 Revert "Buttons no longer inherit page a:visited style"
This reverts commit 14a89fbe9f.
2013-07-17 14:10:25 -07:00
Eric Ferraiuolo
5dcd8520d2 Merge branch 'paginator-bug' of github.com:tilomitra/pure 2013-07-17 12:31:14 -07:00
Eric Ferraiuolo
dd7ecc2f27 Merge pull request #138 from ericf/history-0.2.1
Update HISTORY.md entries for v0.2.1, Closes #136
2013-07-17 12:14:09 -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
Eric Ferraiuolo
8f3be02036 Update HISTORY.md for 0.2.1 to add module section headings 2013-07-17 09:40:41 -07:00
Eric Ferraiuolo
899d270078 Update README.md to add link to Customize section of pure-site
The Customize section of the website will be updated with a link to cdnjs.

Closes #123
2013-07-17 12:35:52 -04:00
Tilo Mitra
e4bf1ad814 group .pure-paginator rules into 1 selector 2013-07-17 12:08:27 -04:00
Eric Ferraiuolo
23bfcf11fe Merge pull request #131 from tilomitra/paginator-bug
increase margin between paginator items to fix issue #127
2013-07-17 09:07:05 -07:00
Tilo
7646702883 Merge pull request #8 from ericf/tilomitra-paginator-bug
Add _all_ Pure Grids styles to Paginator
2013-07-17 09:05:59 -07:00
Eric Ferraiuolo
d0fefa1b36 Add _all_ Pure Grids styles to Paginator
Fixes #127
Closes #131
2013-07-17 08:54:44 -07:00
Eric Ferraiuolo
293b850d16 Merge branch 'AurelioDeRosa-patch-1'
Conflicts:
	HISTORY.md
2013-07-17 08:35:58 -07:00
Tilo Mitra
22ccfc86bc reset letter-spacing and word-spacing for paginator list elements 2013-07-17 11:28:02 -04:00
Eric Ferraiuolo
cc1184ec94 Downgrade grunt-contrib-watch to a version that doesn't use tiny-lr
The watch task's tiny-lr dependency does not have a license, so we
needed to downgrade to a version which doesn't use it. The project seems
to be abandoned, and this pull request hasn't been merged:
https://github.com/mklabs/tiny-lr/pull/15
2013-07-16 13:19:17 -07:00
Tilo Mitra
896524449e Replace negative margin fix with grid whitespace-removal fix.
Tested on Latest Chrome, FF, Safari, IE7/8/9.
I had to make the left padding different from the right padding
since the text was appearing skewed to the left with the new
grid fix.
2013-07-16 14:42:37 -04:00
Eric Ferraiuolo
7eae88794c Merge pull request #132 from tilomitra/readonly-input
Differentiate [readonly] inputs from [disabled] inputs
2013-07-16 10:39:59 -07:00
Tilo Mitra
a25231e90b modify colors to be consistent with other colors in Pure 2013-07-16 12:10:19 -04:00
Eric Ferraiuolo
5ec83f04dc Change format of issue numbers listed in HISTORY.md 2013-07-11 17:34:08 -04:00
Eric Ferraiuolo
f7a230b1b6 Merge branch 'button-visited' of git://github.com/tilomitra/pure
Conflicts:
	HISTORY.md
2013-07-11 16:55:06 -04:00
Eric Ferraiuolo
502bc4f0bf Merge pull request #134 from tilomitra/grid-inline-block
Fix issue #94: Change `pure-u-1` to display: inline-block; width: 100%
2013-07-11 13:50:52 -07:00
Aurelio De Rosa
50742e0a93 Added margin for elements children of .pure-form-stacked 2013-07-10 22:45:26 +02:00
Tilo Mitra
aa165b5ecd update HISTORY for commit 14a89fb 2013-07-10 14:16:59 -04:00