aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2013-10-20fixes #11151: remove unused h5bp class from print CSSMark Otto1-1/+0
2013-10-20Fixes #10903 and #10457: IE8-9 don't support events on elements without ↵Mark Otto1-0/+11
background-color, so we have to hack it
2013-10-18Options of sizes added in modalLFeh2-0/+11
2013-10-17FIx invalid element selectorZlatan Vasović1-1/+1
`kbd` (keyboard) is right, not `kdb`. :P
2013-10-16Active state overrides contextual list-item stylesMax Edmands1-2/+2
2013-10-16Adding contextual styles to list-itemsAaron Borden2-0/+20
2013-10-16Fixes issue #11122 -- navbar-fixed-bottom borderjeonghwan1-1/+2
Enable border-top in .navbar-fixed-bottom
2013-10-15Customizable backdrop opacityGeremia Taglialatela2-1/+2
2013-10-15Ditch `&`, as `+ ...` is enoughtZlatan Vasović1-1/+1
2013-10-14fix #10952Chris Rebert1-1/+1
2013-10-14extended hover state of linked versions of .thumbnailRogério Yokomizo1-1/+2
2013-10-14Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-2/+2
Conflicts: dist/css/bootstrap.min.css
2013-10-14unnest the list-group-item link variation for #11085 and #11088Mark Otto1-12/+12
2013-10-14Merge pull request #11084 from ZDroid/variable_wayMark Otto1-1/+1
Unhardcode .table-responsive bottom margin
2013-10-14fix .table-responsive media query; refs #11067Chris Rebert1-1/+1
2013-10-14Unhardcode .table-responsive bottom marginZlatan Vasović1-1/+1
2013-10-14Nuke trailing zerosZlatan Vasović1-2/+2
2013-10-13no trailing decimal placeMark Otto1-1/+1
2013-10-13Merge branch 'master' of github.com:twbs/bootstrapMark Otto2-2/+2
2013-10-13Merge pull request #10949 from StevenBlack/jumbotron.fontsizeMark Otto2-2/+2
Jumbotron: remove the hard-coded font-size from jumbotron.less and moved...
2013-10-13scope top padding of .form-control-static to be within horizontal forms ↵Mark Otto1-1/+4
only; fixes #10927
2013-10-13move .hidden to utilities; fixes #10997Mark Otto2-10/+10
2013-10-13Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-1/+1
2013-10-13fix #10257Mark Otto1-0/+2
2013-10-13Merge pull request #10955 from ZDroid/patch-1Mark Otto1-1/+1
Insert comma to fix validation warning
2013-10-13Merge branch 'master' into restore_grid_mixinsMark Otto1-6/+2
Conflicts: dist/css/bootstrap.min.css
2013-10-13comment and spacingMark Otto1-1/+2
2013-10-13drop .tabbable since it's unused and undocumented /cc #10102Mark Otto1-5/+0
2013-10-13Merge branch 'master' into restore_grid_mixinsMark Otto3-13/+16
Conflicts: dist/css/bootstrap.min.css
2013-10-13remove undocumented and unsupported .pill-content and .pill-pane /cc #10102Mark Otto1-7/+5
2013-10-12Merge pull request #11059 from ZDroid/patch-5Mark Otto1-5/+10
Add more functionality to .small to match <small>
2013-10-12Merge pull request #10933 from ZDroid/patch-2Mark Otto1-1/+1
Change border to border-radius
2013-10-12Add more functionality to .smallZlatan Vasović1-5/+10
2013-10-11Combine separate efforts for grid mixins into one, cleanup and reorganizeMark Otto2-275/+97
2013-10-07Half fix for #9855: Don't fuck with margins for open modal dialog on account ↵Mark Otto1-8/+0
of Lion non-scrollbars and inconsistencies elsewhere
2013-10-07Fixes #10959: round the .lead values down to nearest pixel via floor()Mark Otto1-1/+1
2013-10-05Good catch by @juthilo - omitted the modified in a prior commit.Steven Black1-1/+1
2013-10-05The Jumbotron font-size LESS variable now conforms to the ↵Steven Black1-1/+1
'@{bootstrapClass}-font-size' naming scheme.
2013-10-05Insert comma to fix validation warningZlatan Vasović1-1/+1
BS doesn't support IE6/IE7, so comma can be inserted.
2013-10-05removed outline from modalMartynas1-0/+1
2013-10-04Jumbotron: remove the hard-coded font-size from jumbotron.less and moved it ↵Steven Black2-2/+2
into variables.less where other .font-size-xxxxx things now live.
2013-10-03Change border to border-radiusZlatan Vasović1-1/+1
Border isn't set, but border-radius is.
2013-10-03unify button sizing, use mixin ".button-size" also for the base sized buttonTobias Lindig1-4/+1
2013-09-30remove comma separating the color and the color-stop in ↵Shaun Dychko1-1/+1
-webkit-linear-gradient in the #gradient .vertical mixin.
2013-09-23re-sort affected .glyphicon-* classes by new codepointsChris Rebert1-10/+10
2013-09-23Update affected .glyphicon-* CSS classes to use new codepointsChris Rebert1-10/+10
.glyphicon-briefcase: U+1F4BC -> U+E139 .glyphicon-calendar: U+1F4C5 -> U+E109 .glyphicon-pushpin: U+1F4CC -> U+E146 .glyphicon-paperclip: U+1F4CE -> U+E142 .glyphicon-camera: U+1F4F7 -> U+E046 .glyphicon-lock: U+1F512 -> U+E033 .glyphicon-bell: U+1F514 -> U+E123 .glyphicon-bookmark: U+1F516 -> U+E044 .glyphicon-fire: U+1F525 -> U+E104 .glyphicon-wrench: U+1F527 -> U+E136
2013-09-23deprecate .hide; fixes #10446Chris Rebert1-0/+1
2013-09-22Merge pull request #10695 from FredericoC/fix-nav-active-caretMark Otto1-0/+10
Fixed issue where caret wouldn't inherit "active" li style on nav-pills
2013-09-22Merge pull request #10741 from ZDroid/patch-1Mark Otto1-23/+13
Avoid LESS nesting if isn't needed
2013-09-22Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-1/+1