aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2013-09-01Merge branch 'master' into table-nestingMark Otto6-12/+8
Conflicts: dist/css/bootstrap.min.css
2013-09-01fixes #10223: adds color to input addonMark Otto1-0/+1
2013-09-01fixes #10153: restore headings-color variableMark Otto2-0/+3
2013-09-01Merge branch 'master' into deprecate_screen_containersMark Otto7-23/+28
2013-09-01Merge branch 'patch-1' of https://github.com/tagliala/bootstrap into ↵Mark Otto1-1/+1
tagliala-patch-1
2013-09-01Merge branch 'breadcrumb-separator' of https://github.com/dancek/bootstrap ↵Mark Otto2-1/+2
into dancek-breadcrumb-separator
2013-08-31Replace invalid US-ASCII character "\xE2")Kevin Granger1-4/+4
Replace invalid US-ASCII character "\xE2") '—' => '-'
2013-08-31Merge branch 'master' of github.com:twbs/bootstrapMark Otto3-11/+2
2013-08-28fix #10252 by restricting Android Firefox reset to only .form-control & .btnChris Rebert3-11/+2
2013-08-28Base the navbar default brand hover color on default brand colorGeremia Taglialatela1-1/+1
IMHO this default is better
2013-08-28Parameterize @breadcrumb-separatorHannu Hartikainen2-1/+2
2013-08-27use direct-child selector more in table styles to better support nested ↵Chris Rebert1-13/+14
tables; fixes #10231
2013-08-27Fixes #10154: add .smallMark Otto1-1/+2
2013-08-26Add margin to thumbnails for proper spacingMark Otto1-0/+1
Hadn't thought about this until fixes #10137, but it makes sense I think to have margin on the bottom of thumbnails for spacing when stacking (or using different grid tiers).
2013-08-26Address #9873 and fix #9774Mark Otto1-4/+23
* Update styling of justified nav links to be more mobile friendly (with all four rounded corners and some margin between items) * Add note to docs to callout bogus WebKit rendering on component and example
2013-08-26rm inverted navbar search stylesJulian Thilo1-7/+0
2013-08-24Deprecate container-{device} vars for container-{size} classes; updates ↵Mark Otto2-7/+10
customizer and grid to do the same
2013-08-24Merge pull request #10059 from felixhirschfeld/patch-1Mark Otto1-0/+4
Add mixin for transition-property
2013-08-24Merge pull request #10022 from thomaswelton/proposal-glyphicon-blockMark Otto1-0/+4
Proposal - Fixed width for glypicons
2013-08-24fixes #9969: add support for output elementMark Otto1-0/+9
2013-08-23Merge branch 'master' of https://github.com/charnog/bootstrap into ↵Mark Otto1-0/+2
charnog-master Conflicts: dist/css/bootstrap.min.css
2013-08-23Merge pull request #10057 from sambowler/patch-1Mark Otto1-1/+2
Fix responsive table scrolling on Windows Phone 8.
2013-08-23Merge branch 'master' of https://github.com/apexskier/bootstrap into ↵Mark Otto1-0/+1
apexskier-master Conflicts: dist/css/bootstrap.min.css
2013-08-23Merge branch 'master' into deprecate-screen-device-varsMark Otto8-64/+108
Conflicts: less/variables.less
2013-08-23more specific deprecation commentMark Otto1-4/+4
2013-08-23Merge pull request #9963 from twbs/min-breakpoint-namingMark Otto5-48/+52
rename @screen-XX to @screen-XX-min for clarity+unambiguity
2013-08-23split mixin and grunt dist to be sureMark Otto1-2/+11
2013-08-23Deprecate .hide-text mixin for .text-hide as mixin and classMark Otto2-2/+9
2013-08-23Update and document use of `small` in headingsMark Otto1-5/+9
2013-08-23Merge branch 'master' into header-font-size-varsMark Otto2-9/+19
2013-08-23fixes #9877: improve active state on nav list items in themeMark Otto1-4/+6
2013-08-23fixes #9879: add hover state to theme buttonsMark Otto1-4/+11
2013-08-23Added -webkit-overflow-scrolling: touch to responsive tablesCameron Little1-0/+1
2013-08-23Add mixin for transition-propertyFelix Hirschfeld1-0/+4
It's quite handy if a transition needs the same duration, timing-function or delay and only specific properties to animate.
2013-08-23Fix responsive table scrolling on Windows Phone 8.Sam Bowler1-1/+2
2013-08-22Add missing methods (rotateX/Y, perspective(-origin) and transform-origin)Barry vd. Heuvel1-0/+27
Added missing mixins: rotateX rotateY perspective perspective-origin transform-origin
2013-08-22Removed glyphicon-block instead target :empty .glyphiconsThomas Welton1-3/+3
2013-08-22Added glyphicon-block classThomas Welton1-0/+4
Prevents elements moving around the page after the font file has loaded by setting a defined width on elements using the icon font.
2013-08-21Fixing carousel control positioningJason Nutter1-1/+8
The left control should be positioned from the left, while the right control should be positioning from the right. Positioning both from the left results in the right carousel control being incorrectly positioned (most noticeable with a larger than normal font size).
2013-08-21deprecate @screen-{phone,tablet,desktop} varsChris Rebert6-12/+12
2013-08-21Fixes #9974James Lawrence1-1/+2
Added th selector in .table-row-variant mixin
2013-08-21code.less: also set default monospace font for `<kbd>` and `<samp>`Max F. Albrecht1-1/+3
2013-08-21fix #9941Denis Gonchar1-0/+2
2013-08-20rename @screen-XX to @screen-XX-min for clarity+unambiguityChris Rebert5-48/+52
2013-08-20Remove progress bar striped @color parameters; use default transparent white.Luke McDonald2-2/+2
* If the @color parameter is not removed, the stripes are the same color as the element background color. In this case, the stripes do not appear.
2013-08-20Apply @color argument to striped gradientLuke McDonald1-5/+5
The @color argument is currently not being used for the striped gradient.
2013-08-20add variables for heading font sizes; fixes #9921Chris Rebert2-6/+13
2013-08-20Removing whitespacesGeremia Taglialatela1-20/+20
2013-08-19fixes #9855: account for modal overflow on body hiding scrollbarMark Otto1-0/+8
2013-08-19Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-2/+2