- 13 Aug, 2013 21 commits
-
-
Mark Otto authored
add HTML5 validation of docs pages to the build
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
use `data:` URL of empty invalid PNG: src="data:image/png;base64,"
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
Make docs HTML more valid
-
Mark Otto authored
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
-
- 12 Aug, 2013 19 commits
-
-
Chris Rebert authored
fix ID of <select> in fieldset[disabled] example
-
Chris Rebert authored
-
Mark Otto authored
-
Mark Otto authored
fixes #9258: no more float bug with full-width grid columns by removing float on all .col-*-12 classes
-
Mark Otto authored
-
Mark Otto authored
-
Chris Rebert authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
undo the grid max-width boundary because it makes offsets kinda borked (you'd have to set twice, for medium and large, in most cases--and that sucks)
-
Mark Otto authored
social-buttons.html: drop 'px' from height+width attrs per HTML5
-
Mark Otto authored
-
Mark Otto authored
fixes #9392: no need for width auto on inline/navbar form controls given inline-block on parent form group
-
Chris Rebert authored
-
Chris Rebert authored
_includes/social-buttons.html: escape ampersands in URLs so HTML validates
-
Chris Rebert authored
-
Chris Rebert authored
-
Mark Otto authored
-
Mark Otto authored
Instead of applying `.btn-` or `.input-` to individual elements in button and input groups, we now have new sizing classes to keep your markup a little leaner. * Add `.input-group-sm` or `.input-group-lg` to your `.input-group` to replicate `.input-sm` and `.input-lg`, respectively. * Add `.btn-group-xs`, `.btn-group-sm`, or `.btn-group-lg` to your `.btn-group` to replicate `.btn-xs`, `.btn-sm`, and `. btn-lg`, respectively. Both sets of new sizing classes simply use the existing individual sizing classes as mixins, so customization of them is automatically inherited when compiling.
-