]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Remove global reset in favour of contextual reset. 1085/head
authorNicolas Gallagher <nicolasgallagher@gmail.com>
Fri, 20 Jan 2012 21:16:40 +0000 (21:16 +0000)
committerNicolas Gallagher <nicolasgallagher@gmail.com>
Fri, 20 Jan 2012 21:21:59 +0000 (21:21 +0000)
commit782c994060a984c10d73fdd3cc8e3fe33a2e4477
tree335492965ee4307054e956cf3aa97a2072422b48
parent8825443d6e6ff28a97e092f46b42ec508e58cb05
Remove global reset in favour of contextual reset.

Rather than having a partial reset with individual elements having
their styles built back up, only elements without replacement
styles have specific properties 'reset'.

This commit also includes: a correction to the font mixin arguments
used on forms (the output is now valid CSS); the removal of
`overflow-y:scroll` from the `html` element which is now known to
cause some problems for jQuery modal plugins in Firefox.
bootstrap.css
bootstrap.min.css
lib/forms.less
lib/reset.less
lib/scaffolding.less
lib/tables.less
lib/type.less