v1.3.0
New features
- Javascript plugins for modals, alerts, dropdowns, scrollspy, tabs, tooltips, and popovers that work with jQuery and Ender
- Massively updated docs for both the main page and for the new javascript plugins
- Inline labels for marking inline content with key visual flags
- Media thumbnails
- Breadcrumbs
Updated docs
- Added complete javascript page with detailed documentation for how to use plugins
- Three complete example pages of using Bootstrap, linked from main docs page with thumbnails
- Added section for compiling Less, for guidelines on how to recompile Bootstrap with Less
- Added section for customizing grid variables in Less to roll your own grid system
- Added section for code for using pre and code tags
- Added section for form field sizes that match grid column sizes
Key bug fixes and changes
- Updated table styles to be just a tad bit more refined
- Added new form input sizes based on the Bootstrap grid system (meaning now you can do
input.span5
for a 280px-wide input) - Removed
:focus
states from:active
links in Firefox - Fixed unqualified
.clearfix
in forms.less that added bottom margin to all containers - Updated
.container()
mixing to be.fixed-container()
to prevent conflicts when compiling - Added focus states (either
box-shadow
oroutline
on:focus
) to all buttons, links, and inputs - No longer require
h3
in topbar, but still support for backwards compatibility