Commits on Feb 8, 2018
-
Remove the font-size test on html tag
Remove test: "should have sans-serif font family" in html section. The font-size declaration in html tag was removed and this test fails.
Commits on Aug 8, 2016
-
More explicitly define font resets on form controls (#607)
Jonathan Neal committedAug 8, 2016
Commits on Mar 19, 2016
-
Update documentation and tests
Jonathan Neal committedMar 19, 2016 -
Merge pull request #538 from necolas/fix/313
Remove opinionated pre overflow
Jonathan Neal committedMar 19, 2016
Commits on Mar 18, 2016
-
Remove opinionated pre overflow
Jonathan Neal committedMar 18, 2016 -
Correct wrapping not present in IE8/9/10/11 and Edge 12/13
Jonathan Neal committedMar 18, 2016
Commits on Mar 17, 2016
-
Remove unnecessary input line-height
Jonathan Neal committedMar 17, 2016
Commits on Jan 22, 2016
-
Remove unnecessary color inheritance test now that it has been remove…
…d from form elements.
Dominic Magnifico committedJan 22, 2016
Commits on Jan 21, 2016
-
Remove box-sizing for input[type="search"]
This normalizes the CSS to what the suggested default browser CSS should be, which is now implemented in IE11, Edge, Blink, WebKit and Gecko (for the latter, see https://www.w3.org/Bugs/Public/show_bug.cgi?id=28784) References twbs/bootstrap#17379 Closes #471
Commits on Oct 4, 2014
Commits on Mar 27, 2014
Commits on Jan 27, 2014
Commits on Jan 26, 2014
Commits on Jan 24, 2014
Commits on Jan 16, 2014
Commits on Jan 15, 2014
-
Fix
font
andcolor
inheritance for formsInherit all `font` properties. Inherit `color` for form controls. Chrome and Safari on OS X will not inherit `color` as they heavily restrict the author-defined styles that will be respected for that element. Fix gh-157
-
Fix fieldset width in Chrome and Firefox
Fixes an issue in Firefox [1] and Chrome [2]. The implicit width of `fieldset` can be determined by the width of descendants rather than the parent container. This change (adding `min-width:0`) makes the `fieldset` behave like a `div` in this regard. [1] https://bugzilla.mozilla.org/show_bug.cgi?id=504622 [2] http://stackoverflow.com/questions/8084343/google-chrome-fieldset-overflow-bug Close #272
Commits on Aug 25, 2013
Commits on Jul 2, 2013
-
Normalize the
template
element displayThe `template` element shipped in Firefox 22 and Chrome 26. Browsers without HTML template support should at least hide the element.
Commits on Jan 20, 2013
Commits on Aug 19, 2012
-
Switch from placekitten.com to lorempixel.com for placeholder images.