thoppe
|
6992935807
|
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
|
2014-01-15 13:20:25 -08:00 |
|
Ricky de Laveaga
|
9709e680d0
|
Fix incorrect closing tag in test.html
|
2013-08-25 13:50:58 -07:00 |
|
Nicolas Gallagher
|
77982e20d8
|
Normalize the template element display
The `template` element shipped in Firefox 22 and Chrome 26. Browsers
without HTML template support should at least hide the element.
|
2013-07-01 23:54:45 -07:00 |
|
Nicolas Gallagher
|
36fa71d531
|
Add hr test
|
2013-01-20 09:45:25 -08:00 |
|
Nicolas Gallagher
|
138536c843
|
Minor change to test file
Switch from placekitten.com to lorempixel.com for placeholder images.
|
2012-08-19 19:19:13 +01:00 |
|
Nicolas Gallagher
|
4ed3786354
|
Rename demo.html to test.html
|
2012-08-14 23:32:24 +01:00 |
|