aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2013-02-07update docs modalsMark Otto2-6/+8
2013-02-06Overhaul modal to make it responsive and not super lameMark Otto2-37/+215
2013-02-05Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto3-11/+19
Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap.js docs/css.html docs/templates/pages/base-css.mustache js/bootstrap-popover.js less/mixins.less less/tooltip.less
2013-02-05Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipfat2-7/+15
Conflicts: docs/assets/js/bootstrap.min.js
2013-02-05clean up stylesfat1-4/+4
2013-02-05Fixes #6190: Add print utility classesMark Otto1-0/+9
2013-02-05Merge branch '2.3.0-wip' of git://github.com/ghusse/bootstrap into ↵fat1-5/+4
ghusse-2.3.0-wip
2013-02-05Merge pull request #6780 from agatronic/2.3.0-wipfat-kun1-7/+6
less: Move to new selector interpolation, supported from 1.3.1
2013-02-05White navbar brand text for inverted navbarMark Otto1-1/+1
2013-02-05nuke rogue conflict comment and remakeMark Otto1-1/+0
2013-02-05Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto13-34/+59
Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/examples/hero.html less/buttons.less less/carousel.less less/close.less less/dropdowns.less less/labels-badges.less less/mixins.less less/navbar.less less/navs.less less/pagination.less less/responsive-navbar.less less/scaffolding.less less/sprites.less less/thumbnails.less less/type.less
2013-02-05derp, fix broke css and recompileMark Otto1-4/+0
2013-02-05restore comma between selectorsMark Otto1-1/+1
2013-02-05Merge branch '2.3.0-wip' of https://github.com/patrickhlauke/bootstrap into ↵Mark Otto15-60/+118
patrickhlauke-2.3.0-wip Conflicts: docs/assets/css/bootstrap.css less/navbar.less
2013-02-05Increase margins and line-height on h3; overhaul button dropdown docsMark Otto2-2/+6
2013-02-05Add justified button groups for link buttons; reorganize dropdowns and ↵Mark Otto1-0/+14
button groups docs sections
2013-02-04Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto4-6/+32
Conflicts: docs/assets/css/bootstrap.css less/type.less
2013-02-02Revamp button mixins and pseudo statesMark Otto2-55/+25
* Remove .darken-button-states and .buttonBackground mixins (latter wasn't being used anyway) * Create new .btn-pseudo-states mixin for setting button background and border colors for default and pseudo states
2013-02-02Merge branch '3.0.0-wip' of https://github.com/vickash/bootstrap into ↵Mark Otto1-38/+27
vickash-3.0.0-wip
2013-02-02Simplify input and input group sizingMark Otto2-15/+5
* Remove .input-mini because who really needs inputs that small * Remove unnecessary border-radius resets from large and small input groups
2013-02-02Merge branch '3.0.0-wip' of https://github.com/gilbarbara/bootstrap into ↵Mark Otto2-9/+62
gilbarbara-3.0.0-wip
2013-02-02Add @btn-color variable and use in buttons and carets; fixes dropup caret as ↵Mark Otto3-11/+7
well
2013-02-02Merge pull request #6763 from rjregenold/2.3.0-wipMark Otto1-5/+6
fixes jankiness with anchor tags in carousel.
2013-02-02Move to new selector interpolation, supported from 1.3.1Luke Page1-7/+6
2013-02-01Refactor navbar dividersMark Otto2-10/+21
* Instead of .divider-vertical, use .divider * Makes use of .nav-divider mixin * Dividers are horizontal to start, matching the default state of navbar nav links * Dividers become vertical above 768px via media queries
2013-02-01Fixes #6657: Upgrade Normalize to 2.1.0Mark Otto1-8/+30
2013-02-01Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipMark Otto1-0/+1
2013-02-01Merge branch 'dospuntocero-master' into 2.3.0-wipMark Otto3-1/+26
2013-02-01add horizontal-three-color gradient testMark Otto2-1/+15
2013-02-01Refactor colors and progress barsMark Otto2-50/+62
* Buttons and progress bars now make use of more semantic global @brand- colors * Progress bars have been rewritten to reduce the number of possible selectors * Instead of .progress .bar, it's .progress-bar for individual bars of color, ultimately making for less CSS
2013-02-02Fixing inline lists for IE7Nikhil Dabas1-0/+1
2013-02-01Update input-group-addon for input sizesGil Barbara1-0/+15
2013-01-31only round jumbotron corners at 768px+Mark Otto1-1/+1
2013-01-31Button up navbar form which was adding 2px padding to .navbarMark Otto1-1/+1
2013-01-31Update line-height and padding for input sizesGil Barbara2-9/+47
2013-01-31removes anchor tag definition.RJ Regenold1-1/+0
2013-01-31its not dyslexic being easy.RJ Regenold1-1/+1
2013-01-31fixes jankiness with anchor tags in carousel.RJ Regenold1-5/+7
2013-01-30Merge branch 'baslr-master' into 2.3.0-wipMark Otto1-1/+1
2013-01-30Merge pull request #6750 from nextgenthemes/3.0.0-wipMark Otto1-11/+12
Update less/carousel.less
2013-01-30Update less/carousel.lessnextgenthemes1-11/+12
lessified .carousel-caption
2013-01-26Tooltip positionning on special casesGuillaume Gautreau1-5/+4
2013-01-26.icon-folder-close same width as icon-folder-openbaslr1-1/+1
.icon-folder-close same width as icon-folder-open. this prevents buttons from wobbling if the icon changes from closed folder to open folder 
2013-01-24Update less/mixins.lessFrancisco arenas1-0/+11
horizontal three color gradient added
2013-01-19Tighten up badges docs; less bottom margin on h3Mark Otto2-9/+18
2013-01-19Merge branch '3.0.0-wip-badges-to-counters' of ↵Mark Otto2-21/+9
https://github.com/vickash/bootstrap into vickash-3.0.0-wip-badges-to-counters
2013-01-19IE8 compatible fix for disabled button hoverVickash Mahabir1-4/+12
2013-01-18Change .badge to .counter, make appearance more OSX-ish, and remove colorsVickash Mahabir2-21/+9
2013-01-18Fix logic error where a disabled button would change color in an enabled ↵Vickash Mahabir1-2/+2
fieldset
2013-01-18Fix that thing with disabled buttons changing color on hoverVickash Mahabir1-39/+20