aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2012-01-15fix some ie7 bugs, improve dropdowns for ie due to lack of a shadow, fix ↵Mark Otto2-2/+5
pager example code
2012-01-14gray out links for active state on paginationMark Otto1-0/+3
2012-01-14dates updated to 2012Mark Otto2-2/+2
2012-01-14change up classes on tables and forms, fix nav list styles in exampleMark Otto3-13/+13
2012-01-14adding the pager component after rewriting the pagination docs and cssMark Otto3-37/+65
2012-01-14allow btn-groups to work in navbarsMark Otto1-3/+7
2012-01-14fix duplicate iconsMark Otto1-1/+1
2012-01-14update preventing double border line for bordered tables by account for th ↵Mark Otto1-0/+1
elements in tr elements
2012-01-14add user-select mixinMark Otto1-2/+10
2012-01-14make inline and search form labels inline-blockMark Otto1-0/+4
2012-01-14move up alert message close iconMark Otto1-1/+1
2012-01-14rewrite alert messages to use less code, combine the look of default and ↵Mark Otto3-77/+58
block messages, simplify docs
2012-01-13update dropdowns spacing and docs section spacingMark Otto1-10/+4
2012-01-12nuke uber footer, bring back topbar dropdownsMark Otto2-11/+19
2012-01-12fix headingMark Otto1-2/+2
2012-01-12fix type shorthand in blockquoteMark Otto1-1/+1
2012-01-11Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wipMark Otto4-12/+13
Conflicts: bootstrap.css
2012-01-11Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wipJacob Thornton1-0/+3
Conflicts: bootstrap.css
2012-01-11add build tool for js + rename twipsy to tooltip + lots of little doc cleanupJacob Thornton4-12/+13
2012-01-11comments and borders for multiple tbodyMark Otto1-0/+8
2012-01-10account for multiple tbody with 2px border betweenMark Otto1-0/+3
2012-01-09remove empty margin propertyMark Otto1-1/+0
2012-01-08remove static popovers, modals, and twipsies from components in favor of ↵Mark Otto1-0/+1
full javascript page
2012-01-08updated js pages to put examples firstMark Otto1-1/+1
2012-01-08add utilities.less file for generic classesMark Otto3-16/+26
2012-01-08fix dropdowns for active state in dropdown menusMark Otto2-6/+37
2012-01-08fix navbar styles for .brandMark Otto1-4/+3
2012-01-08fix placement of dropdowns in navbar after getting to general in those stylesMark Otto1-2/+4
2012-01-08clean up dup css in responsive, fix navbar dropdown caretMark Otto3-15/+17
2012-01-08rejigger z-index ranks for popovers/topbar/etcMark Otto1-5/+6
2012-01-08get carousel working in firefoxJacob Thornton1-0/+2
2012-01-08move collapsing navbar nav to 480 and below, unfloat nav for 768 and below ↵Mark Otto1-57/+67
to wrap links with position absolute
2012-01-08fix responsive navbar nav treatment by using hover instead of clickMark Otto2-46/+56
2012-01-08adjust navs for fine details on dropdowns in stacked nav and improved open ↵Mark Otto1-8/+14
state there
2012-01-08fix styles on right aligned blockquote to flip padding and border appropriatelyMark Otto1-0/+4
2012-01-08fix docs for fluid layout, update topbar to fix active text color for linksMark Otto1-1/+1
2012-01-08clean up some spacing on the dropdown for typeaheadMark Otto1-9/+16
2012-01-08remove / on js, fix link to typeahead, remove old gradient on dropdown hoverMark Otto1-1/+0
2012-01-08Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wipJacob Thornton1-4/+2
Conflicts: bootstrap.css bootstrap.min.css
2012-01-08first pass at ultra basic autocompleteJacob Thornton1-10/+11
2012-01-07fix progress bars by removing border and negative marginsMark Otto1-4/+2
2012-01-07remove unused css and reorder the toggle classesMark Otto1-97/+12
2012-01-07redoing the tabs on bottom, left, and rightMark Otto1-26/+87
2012-01-07remove tabbable stuff to try new approachMark Otto1-1/+2
2012-01-07nuke unused code, add to upgrading pageMark Otto1-34/+0
2012-01-07fix up dropdowns and navbar docs for the new dropdown stylesMark Otto2-39/+101
2012-01-07overhaul the entire tabs component structure and docs; remove side nav and ↵Mark Otto8-336/+337
make it a nav list to build on new .nav base class
2012-01-07overhauled docs to include example markup, add language around browser ↵Mark Otto3-99/+102
support and classes
2012-01-07Merge branch '2.0-wip' of https://github.com/pokonski/bootstrap into ↵Mark Otto3-0/+119
pokonski-2.0-wip Conflicts: bootstrap.css
2012-01-07fixing tablesorter styles by adding the jquery plugin back to the lib, ↵Mark Otto2-1/+59
fixing the docs examples