1
1
mirror of https://github.com/primer/css.git synced 2024-12-20 12:42:07 +03:00
Commit Graph

1264 Commits

Author SHA1 Message Date
Mark Otto
707ac22c34 rip out extra spaces because linting 2015-12-08 13:18:03 -08:00
Mark Otto
7320468d9a linting twerks 2015-12-08 13:08:57 -08:00
Mark Otto
b434509277 nuke bottom margin as well? 2015-12-08 13:04:56 -08:00
Mark Otto
e803f0e8c1 Merge branch 'master' into v3 2015-12-08 13:04:23 -08:00
Jon Rohan
5bb805e0c4 build v2.5.0 2015-11-16 13:51:32 -05:00
Jon Rohan
e93b9284ca 2.5.0 2015-11-16 13:51:18 -05:00
Jon Rohan
e44a243817 Merge pull request #158 from vsn4ik/upd_hound_syntax
Update hound syntax
2015-11-16 10:47:09 -08:00
Jon Rohan
9470fd59ff Merge pull request #163 from josh/patch-1
Add Apple Emoji to default font stack
2015-11-16 10:23:02 -08:00
Jon Rohan
58e90a837c Merge pull request #160 from tarebyte/retina-avatars
Change avatars to be retina friendly
2015-11-16 10:22:35 -08:00
Joshua Peek
5d3fd45c70 Add Apple Emoji to default font stack
Improves emoji color rendering in Chrome.
2015-11-16 09:42:13 -08:00
Mark Tareshawty
4a253b7cdb change avatars to be retina friendly 2015-11-02 10:55:37 -05:00
vsn4ik
8d6de8f054 Update hound syntax 2015-10-21 10:51:30 +03:00
Jon Rohan
7127c81fd9 2.4.0 2015-10-19 15:00:48 -04:00
Jon Rohan
81ecd45b59 building primer 2.4.0 2015-10-19 15:00:36 -04:00
Jon Rohan
5eec344dbc Merge pull request #152 from primer/small-note
Adding .text-small for de-emphasised text
2015-10-19 14:58:31 -04:00
Jon Rohan
e933b39561 extra whitespace 2015-10-19 14:54:39 -04:00
Jon Rohan
d0309373a3 font-size: 12px 2015-10-19 14:54:18 -04:00
Jon Rohan
67423773d6 dupe 2015-10-19 14:53:12 -04:00
Jon Rohan
fadb711052 Merge branch 'master' into small-note 2015-10-19 14:52:28 -04:00
Jon Rohan
e55338cb27 Merge pull request #153 from outsideris/update-grunt-sass
update grunt-sass
2015-10-16 11:18:44 -04:00
Jon Rohan
2e1c88697d Merge pull request #155 from primer/white-tooltip-dark-theme
Kill the dark theme tooltip
2015-10-16 11:18:17 -04:00
Jon Rohan
1eb60bf74c grunt build 2015-10-14 14:39:49 -07:00
Jon Rohan
4e91425a1e Kill the dark theme tooltip 2015-10-14 14:31:01 -07:00
Jon Rohan
f2a79451ee generating stats 2015-10-13 11:22:02 -07:00
Jon Rohan
00d7c134a8 update version in config 2015-10-13 11:17:52 -07:00
Outsider
add260f4b1 update grunt-sass
to use node-sass v3.0 in Node v4
2015-10-12 21:35:51 +09:00
Jon Rohan
1b5270a601 2.3.5 2015-10-10 14:08:29 -04:00
Jon Rohan
0bc93ff4c3 Backporting changes from github 2015-10-10 14:08:02 -04:00
Jon Rohan
587106bba1 2.3.4 2015-10-10 13:51:37 -04:00
Jon Rohan
e9d54fad4b Removing primer-markdown dependency 2015-10-10 13:50:12 -04:00
Jon Rohan
50bdc06bc9 building project 2015-10-02 16:35:14 -07:00
Jon Rohan
6943692144 Adding .text-small for de-emphasised text 2015-10-02 14:20:27 -07:00
Mark Otto
36b24da51d version bump 2015-09-30 16:17:08 -07:00
Mark Otto
e9ba5f690e Spec out some margin utilities 2015-09-29 10:48:15 -07:00
Mark Otto
05ffccd14b Fixes #93: Rename .button_to to .btn-group-form 2015-09-29 10:36:24 -07:00
Mark Otto
70ce13aacd update linter 2015-09-25 14:33:23 -07:00
Mark Otto
30a70fe24e Start rewriting blankslate 2015-09-25 14:16:29 -07:00
Mark Otto
f7b7c4cd35 build 2015-09-11 11:29:05 -07:00
Mark Otto
2ff8a486b6 Update input groups to use .form-control class 2015-09-11 11:27:53 -07:00
Mark Otto
dfcc9e5272 Rearrange source files
- Break apart buttons and forms files a bit for granularity
- Move entire utility file to the end of the import stack (should always be there for specificity reasons)
2015-09-11 11:26:24 -07:00
Mark Otto
347c25c137 build 2015-09-11 11:17:53 -07:00
Mark Otto
e4c94b93b4 Rewrite form controls
- Remove the element and attribute selectors to reduce specificity elsewhere
- Use a singular class for all text inputs, textareas, and selects (.form-control)
- Update modifier classes to use .input-*
- More consisitent modifier classes now available (no more element prefixes in selectors, .input-mini is now .input-sm, .input-large is now .input-lg)
- Port some additional styling to custom .select controls since we're not longer styling the default select element with the move to a class
2015-09-11 11:17:39 -07:00
Mark Otto
837474103b grunt 2015-09-11 10:56:12 -07:00
Mark Otto
0de5a40619 update that override to match 2015-09-11 10:56:08 -07:00
Mark Otto
ff130166e9 there's only default left padding on ul/ol elements, so only reset that 2015-09-11 10:44:46 -07:00
Mark Otto
0ceff3c584 remove top margin on p elements, but specific a bottom one given our use of non-markdown bodies of text elsewhere 2015-09-11 10:44:28 -07:00
Mark Otto
06ae0e78a3 remove top/bottom margins on headings since we override the crap out of those everywhere 2015-09-11 10:44:01 -07:00
Mark Otto
77c70c0d57 allow for single buttons in button groups 2015-09-10 18:12:05 -07:00
Mark Otto
48ef3653cf Update _alerts.scss 2015-09-10 17:56:58 -07:00
Mark Otto
4a424039e7 fix alignment of the dismiss icon 2015-09-10 17:56:54 -07:00