Eric Ferraiuolo
93834786b8
Replace "list" with "menu" for the Menu CSS module
2013-06-04 12:07:27 -04:00
Eric Ferraiuolo
a07ceb555d
Merge branch 'master' of git://github.com/codepb/pure into codepb-master
2013-06-04 11:57:07 -04:00
Tilo
79ec536608
Merge pull request #59 from ericf/history-next
...
Tweak NEXT HISTORY.md entries formatting, groups, and add attribution
2013-06-04 07:37:51 -07:00
Paul Burgess
8cb7efca2a
Updated horizontal menu separator
...
Changed to allow for relative measurements for the separator.
2013-06-04 09:58:26 +01:00
Eric Ferraiuolo
64883b5b03
Tweak NEXT HISTORY.md entries formatting, groups, and add attribution
...
This tweaks the NEXT HSITORY.md entries in the following ways:
* Grouped them by CSS module.
* Moves (!) important ones to the top.
* Uses parenthises () instead of brackets [] to prevent Markdown links.
* Adds attribution for external contributions.
2013-06-04 00:43:17 -04:00
Tilo Mitra
60016f7e37
add pure-form-message
and pure-form-message-inline
to HISTORY
2013-06-03 19:54:50 -04:00
Tilo Mitra
bee0e2dbde
Merge branch 'master' into help
2013-06-03 19:51:30 -04:00
Tilo Mitra
5046fd8de9
update form manual test to work with e8645ae
2013-06-03 19:50:42 -04:00
Tilo Mitra
e8645ae508
add pure-form-message
and pure-form-message-inline
classes.
...
Refer to https://github.com/yui/pure/pull/32 for the
discussion behind this.
2013-06-03 19:49:42 -04:00
Eric Ferraiuolo
1c4f856c67
Add info about pure-site to README.md
...
Plus some minor formatting tweaks.
2013-06-03 20:41:21 -03:00
Tilo
261a218d0e
Merge pull request #50 from rcbdev/master
...
#49 Updated form styles - textarea matches input
2013-06-03 16:24:55 -07:00
rcbdev
8a690f9125
Added entry for textarea style fix
2013-06-03 23:15:00 +02:00
Eric Ferraiuolo
dec30c66b5
Merge branch 'master' of git://github.com/codepb/pure into codepb-master
2013-06-03 15:07:17 -04:00
Paul Burgess
6750c80784
Corrected vertical separator for sub menus
...
made sure sub menus, the separator is displayed horizontally again
2013-06-02 10:32:10 +01:00
Paul Burgess
82281b5b69
pure-menu-separator vertical style for #53
...
Added a style so .pure-menu-separator will also work in vertical menu
and not just horizontal.
2013-06-02 08:47:30 +01:00
Paul Burgess
09673bf169
#42 fix for checkbox, file, and radio input focus
...
Added styles for checkbox, file, and radio input focus as they were not
affected by borders.
2013-06-01 19:00:50 +01:00
rcbdev
b923cefa2c
#49 Updated form styles - textarea matches input
...
Updated form.css so that the textarea styles match those of inputs. This includes border, rounded corners, shadows, etc.
2013-06-01 12:52:07 +02:00
Tilo
45c796c19c
Add browser support and CLA information
2013-06-01 01:57:00 -04:00
Tilo
a194d15b49
Merge pull request #43 from msweeney/grids-unit-match
...
Use "substring match" rather than "starts with" selector to match responsive units.
2013-05-30 14:38:37 -07:00
Matt Sweeney
7baee00cf3
Added entry for responsive unit fix.
2013-05-30 14:05:59 -07:00
Matt Sweeney
f2cff205e2
Add dummy class to responsive units.
2013-05-30 10:50:47 -07:00
Matt Sweeney
fae5f7f169
Use *= ('one of') rather than (^=) starts with for collapsed units.
2013-05-30 10:39:14 -07:00
Tilo
5b96d92885
Merge pull request #38 from davidl/patch-1
...
Typo in grunt.log message
2013-05-29 17:41:12 -07:00
David Lantner
da94f2f31e
Typo in grunt.log message
...
"Stampped" to "Stamped"
2013-05-29 21:01:33 -03:00
Danny Tatom
8e380861c3
Added pure-help-block
2013-05-28 15:59:46 -05:00
Eric Ferraiuolo
88813998e4
Remove inaccurate "Building Specific Modules" section from README.md
2013-05-25 03:07:06 +02:00
Eric Ferraiuolo
a89d2fee19
Bump temp version to 0.1.1-pre
2013-05-24 20:02:09 +01:00
Eric Ferraiuolo
09c3ef93c8
Bump version to 0.1.0
2013-05-24 19:54:42 +01:00
Eric Ferraiuolo
230b19368e
Update README.md to use sentences in all feature bullets
2013-05-24 20:27:48 +02:00
Eric Ferraiuolo
4f088f1543
Bump temp version to 0.1.0pre
2013-05-24 17:29:59 +01:00
Eric Ferraiuolo
567feb3a87
Set Bower's "json" setting to bower.json for greater compatibility
2013-05-24 17:25:08 +01:00
Eric Ferraiuolo
10d354d347
Merge branch '0.1.0' of github.com:tilomitra/kimono into 0.1.0
...
Conflicts:
HISTORY.md
2013-05-24 17:19:27 +01:00
Eric Ferraiuolo
bdbe1c575e
Merge pull request #16 from ericf/bower
...
Integrate Bower into `grunt import` task
2013-05-24 08:51:31 -07:00
Tilo Mitra
3e539dd4ba
update HISTORY.md to 0.1.0
2013-05-24 10:59:25 -04:00
Tilo Mitra
558928465c
Selected menu items no longer have a font-weight: bold.
...
This causes an issue where the <li> elements shift by 1px
because of the font-weight adjustment. We could probably fix
this by introducing box-sizing: border-box, but we'll add
that in globally later, hopefully. For now, no more bolded text.
The blue hover for menu-items has been replaced by #eee (very light
grey). The blue seemed arbitrary, and didn't match with the rest of
Pure.
2013-05-24 10:54:47 -04:00
Tilo Mitra
3f29bab9f3
add HISTORY for 0.1.0
2013-05-24 10:38:55 -04:00
Tilo Mitra
e6c8641283
Remove border-radius from menus. This only affects vertical menus.
2013-05-24 10:37:53 -04:00
Tilo Mitra
2bda62756b
Add border-radius: 2px to buttons.
...
This fixes issue #4 (https://github.com/yui/pure/issues/4 )
2013-05-24 10:37:09 -04:00
Eric Ferraiuolo
db11feeff7
Checkin Normalize.css' bower.json so its version can be determined
...
This allows the Normalize.css version number to be determined
programmatically to be used in the license banner.
2013-05-23 14:44:48 +01:00
Eric Ferraiuolo
7ddd0dc7ce
Import Normalize.css @ 1.1.2
2013-05-23 14:00:02 +01:00
Eric Ferraiuolo
494885d292
Integrate Bower into grunt import
task
...
This uses Bower to import the Normalize.css dependency.
2013-05-23 13:58:55 +01:00
Eric Ferraiuolo
0503c9f7da
Merge pull request #12 from tilomitra/cleanup
...
Add README and clean up module-level READMEs and HISTORYs
2013-05-23 03:08:37 -07:00
Tilo Mitra
b7623dfe78
add updated banner image with buttons
2013-05-22 14:17:43 -04:00
Tilo
b740fc8544
Merge pull request #5 from ericf/tilomitra-cleanup
...
Update README.md formatting
2013-05-22 07:55:45 -07:00
Eric Ferraiuolo
516d14da5e
Update README.md formatting
2013-05-22 13:08:38 +01:00
Tilo Mitra
98a1e36676
remove space
2013-05-21 15:54:55 -04:00
Tilo Mitra
49f3da3b2e
update README formatting. Fix minor typos
2013-05-21 15:53:12 -04:00
Eric Ferraiuolo
c53da81f18
Merge pull request #13 from tilomitra/menus-test-cleanup
...
pull YUI from CDN on Menus test page to remove errors
2013-05-21 06:01:26 -07:00
Tilo Mitra
f315f12dbd
pull YUI from CDN
2013-05-20 13:29:43 -04:00
Tilo Mitra
53f12841b7
fix formatting
2013-05-20 13:25:26 -04:00