aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2012-11-28Fixes #6010: Navbar dropdown caret should match link hover colorMark Otto1-0/+11
2012-11-28Fixes #6035: use font-size vars in button groupsMark Otto1-3/+3
2012-11-28Fixes #5935: Updated vertical gradient mixinMark Otto1-1/+1
2012-11-27help-block margin-top should also apply after a span.inputZulfiqar Ali1-1/+2
2012-11-22Merge branch '2.2.2-wip' into exploratoryMark Otto4-15/+15
Conflicts: less/button-groups.less
2012-11-19Fix typo in reset.lessTony Narlock1-1/+1
2012-11-18Fixes #5937: Border radius vars in button groupsMark Otto1-12/+12
2012-11-16Fixes #5925: Adjust top margin of input group in navbarMark Otto1-1/+1
2012-11-16Fixes #5912: User correct selector for form field states.Mark Otto1-1/+1
Previously, we were using a generic label selector, but as this was changed in the main forms awhile back, we need to change it here.
2012-11-15Change important badges/labels to dangerMark Otto1-2/+2
2012-11-15Merge branch '2.2.2-wip' into exploratoryMark Otto2-7/+20
2012-11-14Merge pull request #5894 from amid2887/patch-3Mark Otto1-7/+16
Update less/tables.less ( typing, use variable, add border-radius reset )
2012-11-13Update less/tables.lessamid28871-7/+16
Possible typing. Add @baseBorderRadius as value for some rules. Add border-radius clearing for first and last td in the last tbody for table with tfoot.
2012-11-10fixes #5873: @navbarInverseBrandColor not usedDrew Goodwin1-0/+4
2012-11-08remove * line-heightMark Otto1-1/+0
2012-11-05Merge branch '2.2.2-wip' into exploratoryMark Otto4-8/+8
Conflicts: docs/assets/css/bootstrap.css less/navbar.less less/variables.less
2012-11-05version bumpMark Otto2-2/+2
2012-11-04Fixes #5471: Remove color from .navbar and .navbar-inverse and reassign to ↵Mark Otto2-6/+6
.navbar-text to prevent unintended cascading
2012-11-04Fixes #5596: switch vars in .size mixinMark Otto1-1/+1
2012-11-04Merge branch '2.2.2-wip' into exploratoryMark Otto4-10/+11
Conflicts: docs/assets/css/bootstrap.css less/buttons.less less/forms.less
2012-11-04more required input tweaksMark Otto1-4/+5
2012-11-04simplify invalid input cssMark Otto1-5/+4
2012-11-04Merge pull request #5786 from cvrebert/2.2.2-wipMark Otto1-3/+3
fixes #5494: style invalid fields as invalid regardless of required-ness
2012-11-04Fixes #5785: allow for segmented button groups in input groupsMark Otto1-3/+5
2012-11-04fixes #5494: style invalid fields as invalid regardless of required-nessChris Rebert1-3/+3
2012-11-04Fixes #5662: white-space: nowrap; on code elementMark Otto1-0/+1
2012-11-04remove unnecessary bg declarations in buttons per #5684Mark Otto1-5/+0
2012-11-04Fixes #5113: increase .typeahead z-index for proper use with modalsMark Otto1-0/+1
2012-11-04Merge branch '2.2.2-wip' into exploratoryMark Otto1-10/+9
Conflicts: docs/assets/css/bootstrap.css less/type.less
2012-11-04remove margin on .inline listsMark Otto1-0/+1
2012-11-04change up list classes to use .list- prefixMark Otto1-4/+2
2012-11-04Merge branch '2.2.2-wip' into exploratoryMark Otto1-0/+13
2012-11-04Refine new inline list optionMark Otto1-12/+10
2012-11-04Merge branch '2.1.2-list-inline' of https://github.com/andriijas/bootstrap ↵Mark Otto1-0/+15
into andriijas-2.1.2-list-inline
2012-11-04add justified nav links for tabs and pillsMark Otto1-29/+45
2012-11-04responsive images, updated shadows on navbars, remove responsive file from docsMark Otto1-2/+2
2012-11-03Merge branch 'glyphicons_font' into exploratoryMark Otto6-204/+282
Conflicts: docs/assets/css/bootstrap.css docs/assets/css/docs.css less/sprites.less
2012-11-03Navs refactor, restoring .nav-listMark Otto2-89/+68
2012-11-03rgba() tooltip bgMark Otto2-2/+2
2012-11-03Merge branch '2.2.2-wip' into exploratoryMark Otto3-1/+81
Conflicts: docs/assets/css/bootstrap.css docs/scaffolding.html docs/templates/pages/scaffolding.mustache
2012-11-03Fixes #5776: Reside white-space for popoversMark Otto1-1/+3
2012-11-03Fixes #5739: Port in HTML5 BP print stylesMark Otto1-0/+70
2012-11-03Fixes #5775: Collapse labels/badgesMark Otto1-0/+8
* When :empty, display: none; * Add documentation for change in behavior
2012-11-02Merge branch '2.2.2-wip' into exploratoryMark Otto22-111/+93
Conflicts: docs/assets/css/bootstrap.css docs/getting-started.html docs/templates/pages/getting-started.mustache less/accordion.less less/alerts.less less/breadcrumbs.less less/buttons.less less/code.less less/dropdowns.less less/forms.less less/navbar.less less/progress-bars.less less/responsive-navbar.less less/tables.less less/thumbnails.less less/tooltip.less less/wells.less
2012-11-02Prevent IE8 from misplacing imgsDavid1-0/+5
Fixed imgs in a nav that were misplaced on IE8.
2012-11-02tweaks to icons defaults and in buttons improve vertical alignMark Otto2-5/+6
2012-11-02removing glyphicons images, swapping in new icon font with new classesMark Otto6-205/+281
2012-11-01fixes #5742: add cursor: pointer; to labels and selectsMark Otto2-1/+10
2012-10-31fixes #3222: simpler positioning of modalsMark Otto1-3/+3
2012-10-31Replaced hardcoded CSS rules with mixinsNinir4-55/+18