aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2014-02-11Fixes #11659, #12698, and #12349: Always apply position and z-index form ↵Mark Otto1-0/+5
controls in input groups for proper borders
2014-02-11Merge branch 'master' into pr/12412Mark Otto16-259/+292
Conflicts: dist/css/bootstrap-theme.css.map dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css test-infra/npm-shrinkwrap.canonical.json
2014-02-10Merge pull request #12673 from tlindig/tl_popover_arrow_sizeMark Otto1-4/+4
use @popover-arrow-width for offset the popover
2014-02-10Fixes #12674Mark Otto1-2/+2
* The problem with #12674 is that it reassigns the same variable, but the color values were purposely different. * This uses Less's color functions to generate the proper darker colors. * Why darker colors? Because those CSS carets render lighter than their solid border counterparts. Consider it a design hack.
2014-02-10use @popover-arrow-width for offset the popover to account for the popover arrowTobias Lindig1-4/+4
2014-02-08Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-4/+1
2014-02-08Fixes #12625: Only remove first list group item's top and last list group ↵Mark Otto1-8/+6
item's bottom borders when the list group is first or last
2014-02-08Merge pull request #12433 from tagliala/list-inline-first-element-fixMark Otto1-4/+1
Fix first element padding of list-inline
2014-02-08brace positionMark Otto1-2/+1
2014-02-08Merge branch 'master' into fix-12154Mark Otto18-302/+375
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-02-08Merge pull request #12552 from stoudenmire/carousel-icon-classname-fixMark Otto1-2/+2
Fixes two typos in carousel.less
2014-02-08Merge branch 'master' into pr/12462Mark Otto8-69/+97
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-02-08Merge branch 'master' into pr/12639Mark Otto4-42/+49
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-02-08Fix #12656: add @blockquote-font-sizeZlatan Vasović2-1/+3
2014-02-07Merge branch 'master' into panels_and_tablesMark Otto1-3/+8
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-02-07Nuke shit I added in 4d7b2ddba92e47f923d22d9d7b23cb7b0a3e0bc2 that shouldn't ↵Mark Otto1-4/+0
come until v4
2014-02-07Drop -o-user-selectBas Bosman1-1/+0
2014-02-07Fixes #12486: Restore full width inputs for input groups in inline forms and ↵Mark Otto1-3/+12
navbars
2014-02-07Fixes #12447: Properly reset borders on table cells in panelsMark Otto1-37/+46
2014-02-07Override iOS search input's extra round cornersMark Otto1-0/+14
2014-02-07Fixes #12555: Rearrange variables to place grids and containers closerMark Otto1-20/+20
2014-02-06Merge pull request #12620 from twbs/thumbnail-extendMark Otto1-1/+1
use :extend in thumbnail Less
2014-02-06Merge pull request #12502 from ZDroid/mozMark Otto1-2/+1
Remove redundant :-moz-placeholder styles
2014-02-06Merge branch 'master' into thumbnail-extendMark Otto1-1/+1
Conflicts: dist/css/bootstrap.css
2014-02-06use :extend(.img-responsive) in Carousel's LessChris Rebert1-1/+1
2014-02-06use :extend in thumbnail LessChris Rebert1-1/+1
2014-02-06use Less' extend feature in btn-group-lg etc.Chris Rebert1-3/+3
2014-02-05Added border radiuses to table when in a panel. Fixes #12461Supergibbs1-0/+4
2014-02-04Merge pull request #12025 from ZDroid/clean-visibility-messMark Otto2-11/+7
Fix #12015 and minify styles
2014-02-04Fixes #12470: Scope large modal styles to minimum viewport widthMark Otto1-2/+3
2014-02-03Merge pull request #12533 from 1000hz/tighten-popover-arrows-scopeMark Otto1-7/+7
Scope popover arrow css to direct descendant
2014-02-03die tabs, die!Chris Rebert1-1/+1
2014-02-03fixed two typos in carousel.lessstoudenmire1-2/+2
carousel.less has two typos in glyphicon classnames. fixed them.
2014-02-02Tightening up popover arrow css scope to apply only to direct descendant arrows.Cina S1-7/+7
2014-02-01Remove redundant :-moz-placeholder stylesZlatan Vasović1-2/+1
No need for old Firefox versions support.
2014-01-30Fix issue causing .navbar-brand element height to be shorter than .navbar heightChris Kankiewicz1-1/+1
2014-01-30fixed first element padding of list-inlineGeremia Taglialatela1-4/+1
2014-01-29Merge branch 'master' into pr/12388Mark Otto9-146/+161
Conflicts: dist/css/bootstrap.min.css
2014-01-29Follow up to #11655: don't reset opacity on disabled buttonsMark Otto1-1/+0
2014-01-29Fix #12422: Reset height on multiple select in input size mixinMark Otto1-1/+2
2014-01-29Fixes #12424: Account for Normalize change on figure element so that we ↵Mark Otto1-0/+10
don't potentially screw folks over
2014-01-28v3 instead of rc1Mark Otto1-1/+1
2014-01-28refactored and renamed grid mixinsDonald Pipowitch2-28/+20
2014-01-27Remove #8350's reset for number inputs since Normalize fixes those upstreamMark Otto1-11/+0
2014-01-27Remove optgroup resets from #7611 since Normalize fixes those upstreamMark Otto1-7/+0
2014-01-27Upgrade to Normalize v3-rc1 in prep for v3 finalMark Otto2-122/+141
2014-01-26Merge pull request #12398 from twbs/deprecate-box-shadow-mixinMark Otto1-0/+4
mark .box-shadow() mixin as deprecated
2014-01-26docs & comments: v3.1 => v3.1.0Chris Rebert3-4/+4
2014-01-26mark .box-shadow() mixin as deprecated; fixes #12396Chris Rebert1-0/+4
2014-01-25fixes #10495 by forcing .navbar-brand height to prevent it's inner content ↵Alan Hamlett1-7/+1
from increasing navbar height