aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2012-09-30remove .border-radius mixin and replace with standard border-radius ↵Mark Otto24-91/+76
property, since -webkit-* and -moz-* are only needed for older versions
2012-09-30add comment for filter opacity browser requirementsMark Otto1-2/+1
2012-09-30remove translucent bg mixinMark Otto1-11/+0
2012-09-30remove firefox <3.6 css hacks for buttonsMark Otto1-14/+0
2012-09-30Merge branch '2.1.2-wip' into exploratoryMark Otto1-2/+4
Conflicts: docs/getting-started.html docs/templates/pages/getting-started.mustache
2012-09-30Merge branch 'amid2887-master' into 2.1.2-wipMark Otto1-2/+4
2012-10-01Add missing icon class definition for buttons.lessamid28871-2/+4
add missing icon class definition for buttons: '[class*=" icon-"]'
2012-09-27Fix for #4550Artem Kustikov1-1/+5
Also fixes dropdowns hiding behavior for case when two or more dropdowns with [data-toggle=dropdown] exist on the page
2012-09-27Making modal work with max width 767px - fixes #4860Andreas Cederström1-1/+2
2012-09-26Merge branch '2.1.2-wip' into box-sizing-exerciseMark Otto1-10/+0
2012-09-26change up carouselMark Otto1-20/+31
2012-09-26move mixins that generate css to utilities.less with different class names, ↵Mark Otto2-6/+26
but the same mixins
2012-09-25cleanup breadcrumbs less code (nesting)Mark Otto1-6/+6
2012-09-25remove .dividers from breadcrumbs, instead use :after and contentMark Otto1-1/+3
2012-09-25restore gradient to navbarsMark Otto1-2/+2
2012-09-25increase padding on navbar links, remove font-size override on .navbar from ↵Mark Otto1-1/+1
docs css
2012-09-25initial pass at removing navbar-inner from .navbar componentMark Otto2-35/+13
2012-09-25thumbnails cleanup: no more UL or LI elements needed, instead just use ↵Mark Otto3-43/+2
standard grid markup
2012-09-25remove remaining fluid grid cssMark Otto5-201/+4
2012-09-25remove references to row fluid elsewhereMark Otto1-11/+4
2012-09-25make .input-* classes match .btn-* size classesMark Otto1-7/+35
2012-09-25remove all ie7 conditionals and mixinsMark Otto12-60/+8
2012-09-25remove ie7 support from mixinsMark Otto1-35/+2
2012-09-25Merge branch '2.1.2-wip' into box-sizing-exerciseMark Otto22-131/+727
Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/base-css.html docs/templates/pages/base-css.mustache less/forms.less less/mixins.less
2012-09-25headway, cleanup, and testsMark Otto3-302/+165
2012-09-25Use paginationActiveBackground var to finish fixing #4295Robin Lewis1-1/+1
2012-09-24change tooltip/popover insert strategyJacob Thornton1-10/+0
remove modal-open class hopefully resolve z-index headaches
2012-09-24reverting d797a5fbd7dd883a09bf00e516e0bd509c898f53Jacob Thornton1-1/+1
2012-09-23ensure 100% width for .uneditable-inputs in <767px viewportsMark Otto3-0/+73
2012-09-23match decimal placements in type.lessMark Otto1-1/+1
2012-09-22fixes #5216: calculate heading sizes via math rather than fixed pixel amountsMark Otto1-12/+17
2012-09-20fixes #5127: add @inputHeight to replace static instances of '30px' ↵Mark Otto3-6/+7
throughout forms
2012-09-20fixes #5150: add btn-group support to input groupsMark Otto1-1/+16
2012-09-20fixes #5102, #5166, #5194, #5205: add overflow: visible; to ↵Mark Otto4-3/+40
.nav-collapse.collapse so that dropdowns overflow correctly in the navbar in IE7-8
2012-09-20fixes #5211 manually: spacing in mixins to match othersMark Otto1-2/+2
2012-09-20fixes #5212: text emphasis classes only get hover with linksMark Otto1-24/+11
2012-09-18add new vars for common border-radius, upping border-radius of inputs to ↵Mark Otto3-31/+57
4px; add border-radius changes to -large, -small, -mini for buttons and paginations
2012-09-18add new vars for common font-sizes and paddings with large, small, and mini ↵Mark Otto3-38/+46
components; resize pagination and buttons to better match each other
2012-09-18Merge branch '2.1.2-wip' of https://github.com/uberspeck/bootstrap into ↵Mark Otto1-6/+48
uberspeck-2.1.2-wip
2012-09-18fixes #5177: remove color on .btn-large .caret, but keep sizing change; also ↵Mark Otto2-2/+140
start to add CSS tests for buttons
2012-09-18fixes #5178: update normalize to avoid resetting audio and video elements in ↵Mark Otto1-3/+3
android
2012-09-17fixes #5087: add hover states to text emphasis classes for linksMark Otto1-0/+12
2012-09-17fixes #5082 manually: reset font-size for .dropdown-menu within ↵Mark Otto1-2/+9
.input-prepend/-append
2012-09-17fixes #5173: proper popover offsets; added docs examples to enable tests in ↵Mark Otto1-2/+2
the future
2012-09-17Merge branch 'wpbrains-media-component' into 2.1.2-wipMark Otto3-0/+70
2012-09-17overhaul the docs and css to merge into 2.1.2 since this was against masterMark Otto2-54/+40
2012-09-17resolve conflicts and remakeMark Otto3-0/+84
2012-09-17fixes #5039: properly set .row-fluid margins for .controls-rowMark Otto2-2/+11
2012-09-17fixes #5041: add new navbar css tests for each variation, remove width: ↵Mark Otto4-36/+209
100%; from .navbar-static-top
2012-09-17Merge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wipMark Otto1-1/+1