aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
AgeCommit message (Collapse)AuthorFilesLines
2012-01-08move collapsing navbar nav to 480 and below, unfloat nav for 768 and below ↵Mark Otto1-48/+54
to wrap links with position absolute
2012-01-08fix responsive navbar nav treatment by using hover instead of clickMark Otto1-10/+16
2012-01-08adjust navs for fine details on dropdowns in stacked nav and improved open ↵Mark Otto1-5/+12
state there
2012-01-08fix styles on right aligned blockquote to flip padding and border appropriatelyMark Otto1-1/+5
2012-01-08fix docs for fluid layout, update topbar to fix active text color for linksMark Otto1-2/+2
2012-01-08clean up some spacing on the dropdown for typeaheadMark Otto1-2/+8
2012-01-08remove / on js, fix link to typeahead, remove old gradient on dropdown hoverMark Otto1-11/+138
2012-01-08Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wipJacob Thornton1-1/+1
Conflicts: bootstrap.css bootstrap.min.css
2012-01-08first pass at ultra basic autocompleteJacob Thornton1-235/+8
2012-01-07recomment out the moz stuff for progress bars since less can't compile it ↵Mark Otto1-1/+1
right now
2012-01-07fix progress bars by removing border and negative marginsMark Otto1-99/+9
2012-01-07redoing the tabs on bottom, left, and rightMark Otto1-62/+118
2012-01-07nuke unused code, add to upgrading pageMark Otto1-33/+1
2012-01-07fix up dropdowns and navbar docs for the new dropdown stylesMark Otto1-166/+85
2012-01-07overhaul the entire tabs component structure and docs; remove side nav and ↵Mark Otto1-122/+180
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 Otto1-175/+157
support and classes
2012-01-07Merge branch '2.0-wip' of https://github.com/pokonski/bootstrap into ↵Mark Otto1-1/+175
pokonski-2.0-wip Conflicts: bootstrap.css
2012-01-07fixing tablesorter styles by adding the jquery plugin back to the lib, ↵Mark Otto1-11/+48
fixing the docs examples
2012-01-07Progress barsPiotrek Okoński1-1/+173
2012-01-07adding back table grid sizing; will need support for responsive perhapsMark Otto1-131/+59
2012-01-07add html5 invalid state for super fancy errors via browserMark Otto1-1/+11
2012-01-07scope close icon in modal to modal-header to allow alerts in modals to use ↵Mark Otto1-4/+4
close icons
2012-01-07change up the z-indexing and add some popover/twipsy content to the test ↵Mark Otto1-4/+4
modal on the js docs to help avoid future bugs
2012-01-07another quick pass at ranking all zindexes and listing them in variables for ↵Mark Otto1-5/+5
quick overview and editing later
2012-01-07better ranking of z-indexes for tipsies so they appear above dropdown menus ↵Mark Otto1-4/+4
but below fixed topbar
2012-01-07quick stab at fixing modal placement on 480px and downMark Otto1-1/+4
2012-01-07update fluid layout to use variable for sidebar widthMark Otto1-1/+1
2012-01-07overhauled dropdowns now require use of .caret for dropdown arrow, redid the ↵Mark Otto1-61/+82
button group docs section, added the split button dropdown docs section
2012-01-07update the fluid examples to use new classes and clear the floats properly ↵Mark Otto1-9/+15
from sidebar
2012-01-07tweak spacing once more on prettify; add support for uneditable inputs to ↵Mark Otto1-4/+13
input-append and prepend
2012-01-07make fixed navbars have lower z-indexMark Otto1-2/+2
2012-01-07update form shadows and tweak prettyprint stylesMark Otto1-7/+7
2012-01-07fix form field sizing for selects, document form field grid sizingMark Otto1-101/+54
2012-01-07fix reponsive 1200+ media query to resolve mismatched gutters and negative ↵Mark Otto1-2/+5
margins on the row
2012-01-07fix forms in navbars, fix examples' navbarsMark Otto1-1/+6
2012-01-06front page docs updated to include old getting started section, update code ↵Mark Otto1-19/+31
styles to look like github gists, and lots more docs updates
2012-01-05fixing conflict in dividers in navbar, fix navbar docs, fix search form in ↵Mark Otto1-3/+5
navbar
2012-01-05docs cleanup and navbar brand hoverMark Otto1-2/+2
2012-01-05massive docs update, mostly to all our new forms, and to the buttonsMark Otto1-27/+25
2012-01-05default cursor for disabled links in paginationMark Otto1-1/+2
2012-01-05make dropdowns use unicode character for :afterMark Otto1-2/+2
2012-01-05move mega link footer to scaffolding to try it out, fix broken button text ↵Mark Otto1-3/+4
shadow, change UL/OL margins back, make li color same as body
2012-01-05Tweak the docs and address the new forms list of controls: radios and ↵Mark Otto1-4/+11
checkboxes are now hanging controls to wrap text properly
2012-01-05breaking out patterns.less even more, removing unnecessary div from checkbox ↵Mark Otto1-709/+672
and radio lists--now just labels and inputs
2012-01-05Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wipMark Otto1-2/+69
Conflicts: bootstrap.css
2012-01-05tweaks abound, updated prettify styles, new sidenav component started, ↵Mark Otto1-2/+328
sprite icons started
2012-01-02ease-in-out slide transitionJacob Thornton1-6/+6
2012-01-02basic carousel implementationJacob Thornton1-2/+37
2012-01-02placeholder design for carouselJacob Thornton1-2/+26
2012-01-02Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wipJacob Thornton1-128/+58
Conflicts: bootstrap.css