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
Ricardo Torres
26ff82efc7
Fix the issue when you have a big sized textarea and its label appears aligned to the middle
2013-08-25 21:12:56 -03:00
Ricardo Torres
a89eb87d79
Update HISTORY.md with fix for #174
2013-08-25 21:10:44 -03:00
Ricardo Torres
44d577192e
Fix the issue when you have a big sized textarea and its label appears aligned to the middle
2013-08-25 21:08:40 -03:00
Ricardo Torres
43a950289d
Update HISTORY.md with fix for #174
2013-08-25 21:03:50 -03: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
Tilo Mitra
d20590c6e5
Revamp menus
...
This commit makes .pure-menu smaller, more responsive, and easier to customize.
- Remove `.pure-menu-open`
- Remove dropdown menu CSS
- Add `.pure-menu-responsive` and `.pure-menu-toggle` to
make responsive horizontal menus.
- Make pure menus *really* easy to customize
2013-07-19 13:28:46 -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