aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-01-08move collapsing navbar nav to 480 and below, unfloat nav for 768 and below to...Mark Otto1-57/+67
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 st...Mark Otto1-8/+14
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
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 ma...Mark Otto8-336/+337
2012-01-07overhauled docs to include example markup, add language around browser suppor...Mark Otto3-99/+102
2012-01-07Merge branch '2.0-wip' of https://github.com/pokonski/bootstrap into pokonski...Mark Otto3-0/+119
2012-01-07fixing tablesorter styles by adding the jquery plugin back to the lib, fixing...Mark Otto2-1/+59
2012-01-07scratch that, tweaking dropdowns in tabsMark Otto1-16/+3
2012-01-07Progress barsPiotrek OkoĊ„ski3-0/+117
2012-01-07adding back table grid sizing; will need support for responsive perhapsMark Otto1-115/+6
2012-01-07add html5 invalid state for super fancy errors via browserMark Otto1-0/+13
2012-01-07scope close icon in modal to modal-header to allow alerts in modals to use cl...Mark Otto1-1/+2
2012-01-07change up the z-indexing and add some popover/twipsy content to the test moda...Mark Otto3-8/+9
2012-01-07another quick pass at ranking all zindexes and listing them in variables for ...Mark Otto6-6/+15
2012-01-07better ranking of z-indexes for tipsies so they appear above dropdown menus b...Mark Otto3-3/+3
2012-01-07quick stab at fixing modal placement on 480px and downMark Otto1-0/+1
2012-01-07update fluid layout to use variable for sidebar widthMark Otto2-5/+8
2012-01-07overhauled dropdowns now require use of .caret for dropdown arrow, redid the ...Mark Otto3-76/+123
2012-01-07update the fluid examples to use new classes and clear the floats properly fr...Mark Otto1-10/+12
2012-01-07tweak spacing once more on prettify; add support for uneditable inputs to inp...Mark Otto1-3/+11
2012-01-07make fixed navbars have lower z-indexMark Otto1-1/+1
2012-01-07update form shadows and tweak prettyprint stylesMark Otto1-2/+2
2012-01-07fix form field sizing for selects, document form field grid sizingMark Otto1-21/+42
2012-01-07fix reponsive 1200+ media query to resolve mismatched gutters and negative ma...Mark Otto1-1/+4
2012-01-07fix forms in navbars, fix examples' navbarsMark Otto2-1/+7
2012-01-06front page docs updated to include old getting started section, update code s...Mark Otto4-10/+28
2012-01-05fixing conflict in dividers in navbar, fix navbar docs, fix search form in na...Mark Otto2-2/+4
2012-01-05docs cleanup and navbar brand hoverMark Otto1-1/+1
2012-01-05massive docs update, mostly to all our new forms, and to the buttonsMark Otto3-13/+22
2012-01-05default cursor for disabled links in paginationMark Otto1-0/+1
2012-01-05make dropdowns use unicode character for :afterMark Otto1-1/+1
2012-01-05move mega link footer to scaffolding to try it out, fix broken button text sh...Mark Otto2-2/+3
2012-01-05Tweak the docs and address the new forms list of controls: radios and checkbo...Mark Otto2-18/+22
2012-01-05breaking out patterns.less even more, removing unnecessary div from checkbox ...Mark Otto13-577/+568
2012-01-05Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wipMark Otto3-1/+53
2012-01-05tweaks abound, updated prettify styles, new sidenav component started, sprite...Mark Otto5-1/+166
2012-01-02ease-in-out slide transitionJacob Thornton1-1/+1
2012-01-02basic carousel implementationJacob Thornton1-3/+29