aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Expand)AuthorFilesLines
2012-09-25increase padding on navbar links, remove font-size override on .navbar from d...Mark Otto1-1/+1
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 standa...Mark Otto3-43/+2
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
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
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' throughou...Mark Otto3-6/+7
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 .nav-collapse.col...Mark Otto4-3/+40
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 4px;...Mark Otto3-31/+57
2012-09-18add new vars for common font-sizes and paddings with large, small, and mini c...Mark Otto3-38/+46
2012-09-18Merge branch '2.1.2-wip' of https://github.com/uberspeck/bootstrap into ubers...Mark Otto1-6/+48
2012-09-18fixes #5177: remove color on .btn-large .caret, but keep sizing change; also ...Mark Otto2-2/+140
2012-09-18fixes #5178: update normalize to avoid resetting audio and video elements in ...Mark Otto1-3/+3
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 .input-prepen...Mark Otto1-2/+9
2012-09-17fixes #5173: proper popover offsets; added docs examples to enable tests in t...Mark Otto1-2/+2
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: 100%;...Mark Otto4-36/+209
2012-09-17Merge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wipMark Otto1-1/+1
2012-09-17fixes #5163: add new var for navbar collapse's default view, use that in resp...Mark Otto2-1/+2
2012-09-16Support for left-opening dropdown submenusRobert McLaws1-1/+34
2012-09-13fix active tab bg on non-white bodyAdrien Cahen1-1/+1
2012-09-12fixes #5107: make all .btn-group inline-block by default instead of just with...Mark Otto1-4/+2
2012-09-12use local var for a few other .box-shadow mixins to fix CSS not compilingMark Otto2-2/+4
2012-09-12add spaceMark Otto1-1/+1
2012-09-12revert the js evaluation in .box-shadow mixin, fix last mixin usages to escap...Mark Otto2-10/+8
2012-09-12change up box-shadow mixin usage everywhere to use escaping again, or local v...Mark Otto6-8/+8
2012-09-12Updated pagination to support .pagination-large, .pagination-small, .paginati...Brian Campbell1-6/+48
2012-09-10fixes #5040 manually: remove overflow: auto; from .modal to resolve sporadic ...Mark Otto1-1/+0
2012-09-10fixes #5064 manually: remove fancy quote markMark Otto1-1/+1
2012-09-10more tests and experimentsMark Otto2-3/+23
2012-09-08latest tweaks to grid classes for formsMark Otto4-8/+54
2012-09-07commenting out stuff and adding grid test pageMark Otto2-2/+95
2012-09-07Merge branch '2.1.2-wip' into box-sizing-exerciseMark Otto19-66/+147