aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
AgeCommit message (Collapse)AuthorFilesLines
2012-02-04correct css selector for .control-label, required in the docs but not in the ↵Mark Otto1-1/+1
CSS files
2012-02-04#1707: remove rgba() background override on navbar active items for ↵Mark Otto1-1/+0
customization
2012-02-04#1715: strip code of styles when in a preMark Otto1-0/+2
2012-02-04buttons and icons updated for improved placement and variable support for ↵Mark Otto1-4/+5
icon paths
2012-02-04remove max-width on dropdown menusMark Otto1-1/+0
2012-02-04allow alternate form layouts to hide inputs with .hide on themMark Otto1-0/+3
2012-02-01#1571: remove fixed width on file inputsMark Otto1-0/+1
2012-02-01fix hover state on .nav-list for active linksMark Otto1-2/+2
2012-02-01fix that jank hackMark Otto1-1/+3
2012-01-31clean up responsive media queries and docs cssMark Otto1-2/+2
2012-01-31chance icon classMark Otto1-125/+125
2012-01-30disable cursor on disabled and active pagination linksMark Otto1-0/+1
2012-01-30once more, overhaul the icons and use the css regex selector on our iconsMark Otto1-2/+2
2012-01-30fix button styles on active and disabledMark Otto1-2/+2
2012-01-30update icons everywhere to be scoped per other components, fix broken ↵Mark Otto1-127/+127
elements on js docs page
2012-01-30refactor the navs to use prefixed classes, because you know, consistency is ↵Mark Otto1-53/+53
beast mode
2012-01-30*really* refactor the buttons and update them all over the docsMark Otto1-61/+61
2012-01-30refactor buttons.lessMark Otto1-86/+86
2012-01-30implement @textColor for body textMark Otto1-1/+1
2012-01-30large carousel images and margin bottom addedMark Otto1-0/+1
2012-01-30account for floated inputs in the .navbar-formMark Otto1-0/+8
2012-01-30adding warning (orange) button, fix responsive navbar problemMark Otto1-2/+29
2012-01-30remove top 5px padding from first inline radio/checkboxMark Otto1-1/+1
2012-01-30namespace popover valuesMark Otto1-4/+4
2012-01-30rename vertical-divider to divider-vertical, add more space around the dividerMark Otto1-2/+2
2012-01-30overhaul grid mixins and variables, standardize fluid grid system and enable ↵Mark Otto1-52/+26
it across responsive layouts
2012-01-30Extending the dropup support to tabs and pillsBurak Tuyan1-0/+3
This was needed to match the color of the carets that are used for tabs and pills
2012-01-30Adding dropup support to split buttons and navbarBurak Tuyan1-4/+29
* Documents the hidden .dropdown-menu.bottom-up option (to be used for dropups) * Extends the .bottom-up class to carets and all relevant caret styles * Adds .dropdown-menu.pull-right class for right-aligned dropdowns and dropups * Adds examples and some information to the "split dropdown" and "navbar" sections of the Docs
2012-01-29update collapsible nav in navbarMark Otto1-1/+1
2012-01-29fix form styles on prepend/append for consistency, update code docs with ↵Mark Otto1-1/+1
examples of the code snippets
2012-01-29fix animated/striped gradients in progress barsMark Otto1-1/+1
2012-01-29refined pager styles to give a border on the links and improved hover stateMark Otto1-2/+7
2012-01-29last minute addition of a simple fluid grid for our fluid examples; it needs ↵Mark Otto1-28/+48
work, so we're not documenting it now
2012-01-29remove form docs from the styles and markup, it's no longer neededMark Otto1-1/+12
2012-01-28removing required .navbar-static class, rewrote docs to reflect the change, ↵Mark Otto1-11/+13
and updated the upgrade docs page to include the navbar section
2012-01-28revamped the thumbnails examples to make them work and look better at higher ↵Mark Otto1-0/+2
resolution
2012-01-28namespace progress bars and labels classesMark Otto1-10/+10
2012-01-28updates to responsive and docs for responsive navbarMark Otto1-0/+3
2012-01-28fix alert close positionMark Otto1-0/+1
2012-01-28fix the navbar click and a few jank responsive problemsMark Otto1-2/+2
2012-01-28remove background from accordion, and use border insteadMark Otto1-4/+2
2012-01-28remove padding from first-child of inline radios/checkboxesMark Otto1-0/+3
2012-01-28turn off brand hover for now + get nav toggling in mobileJacob Thornton1-1/+0
2012-01-28Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wipJacob Thornton1-391/+445
2012-01-28blahJacob Thornton1-5/+0
2012-01-28add in a navbar button for toggling the nav itemsMark Otto1-391/+438
2012-01-28vertical align inline checkboxes/radios to improve rendering in topbarMark Otto1-0/+7
2012-01-28restore IE filters, but reset them on buttonsMark Otto1-0/+16
2012-01-28add checkbox/radio border for ios in responsiveMark Otto1-2/+1
2012-01-28fix border and border radius on radios/checkboxes for iOS, fix forms docs ↵Mark Otto1-0/+1
alignment on small devices