aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2012-02-05Merge branch 'master' of https://github.com/jarijokinen/bootstrap into ↵Mark Otto1-0/+4
jarijokinen-master
2012-02-05resolve #1602 and add table hover styleMark Otto1-0/+10
2012-02-05close #1628 to add padding to all inline checkboxes/radiosMark Otto1-5/+2
2012-02-05fix #1631 by adding focus to radio buttonsMark Otto1-0/+1
2012-02-05clean up labels per #1656Mark Otto1-3/+3
2012-02-05add mixin for text-overflowMark Otto1-0/+9
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 Otto3-11/+16
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/+4
2012-02-02Wrap long breadcrumb trailsEric Thomas1-1/+1
2012-02-02Merge branch 'zhongwei99-master' into 2.0.1-wipMark Otto1-1/+1
2012-02-02Minor typo fix.zhongwei991-1/+1
2012-02-01follow up to #1501 to update notes in sprites.lessMark Otto1-2/+2
2012-02-01#1571: remove fixed width on file inputsMark Otto1-0/+1
2012-02-01fix missing ; in buttons.lessMark Otto1-1/+1
2012-02-01fix hover state on .nav-list for active linksMark Otto1-2/+3
2012-02-01remove unused css files and add scaffolding and hero-unit to the builderMark Otto2-31/+0
2012-02-01fix that jank hackMark Otto1-1/+1
2012-02-01Allow labels to be linksJari Jokinen1-0/+4
2012-01-31clean up responsive media queries and docs cssMark Otto2-5/+9
2012-01-31chance icon classMark Otto2-127/+127
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-1/+1
2012-01-30fix button styles on active and disabledMark Otto1-2/+2
2012-01-30restore a few commented out responsive itemsMark Otto1-1/+0
2012-01-30update icons everywhere to be scoped per other components, fix broken ↵Mark Otto1-132/+133
elements on js docs page
2012-01-30refactor the navs to use prefixed classes, because you know, consistency is ↵Mark Otto1-64/+64
beast mode
2012-01-30*really* refactor the buttons and update them all over the docsMark Otto2-31/+31
2012-01-30refactor buttons.lessMark Otto1-101/+118
2012-01-30speed up topbar animation for responsiveJacob Thornton1-1/+2
2012-01-30implement @textColor for body textMark Otto2-2/+2
2012-01-30large carousel images and margin bottom addedMark Otto1-0/+1
2012-01-30account for floated inputs in the .navbar-formMark Otto1-0/+1
2012-01-30adding warning (orange) button, fix responsive navbar problemMark Otto3-2/+10
2012-01-30add skew mixinMark Otto1-1/+14
2012-01-30remove top 5px padding from first inline radio/checkboxMark Otto1-1/+1
2012-01-30namespace popover valuesMark Otto1-25/+25
2012-01-30rename vertical-divider to divider-vertical, add more space around the dividerMark Otto2-3/+3
2012-01-30Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wipMark Otto1-0/+10
Conflicts: docs/assets/bootstrap.zip less/responsive.less
2012-01-30overhaul grid mixins and variables, standardize fluid grid system and enable ↵Mark Otto5-310/+166
it across responsive layouts
2012-01-29Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wipJacob Thornton3-25/+26
Conflicts: docs/assets/bootstrap.zip
2012-01-29add license for responsive and rebuildJacob Thornton1-2/+12
2012-01-29move vars and mixins for default grid back to appropriate filesMark Otto3-25/+26
2012-01-29fix broken navbar collapseMark Otto1-5/+16
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 Tuyan4-3/+35
* 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 Otto2-3/+7