aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
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
2013-08-19Merge pull request #9864 from boomsb/3.0.0-wipMark Otto1-2/+2
Update tables.less
2013-08-19Fixes secondary issue in #9798Mark Otto1-1/+1
2013-08-19Add default navbar z-index to fix #9844Mark Otto2-1/+3
iOS doesn't pick up the z-indexing properly on the dropdowns unless you specify one for the parent navbar.
2013-08-19Update tables.lessboomsb1-2/+2
Fixed Table cell sizing with multiple classes by using *= instead of ^=
2013-08-19Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-3/+0
2013-08-19move dropdown change from navbar to dropdowns to fix customizer compilingMark Otto2-6/+15
2013-08-19save and recompile for that last commitMark Otto1-6/+6
2013-08-19fix #9832 somewhat: more vars for jumbotronMark Otto2-2/+4
2013-08-19`.table` style is duplicate in `List groups in panels` and `Tables in panels`saiwang1-3/+0
2013-08-19Re-enable glyphicons in carousel controls and then remove redundant CSS from ↵Mark Otto1-1/+6
example
2013-08-19Change up label padding to equalize top and bottomMark Otto1-1/+1
2013-08-19Nuke margin for last child navbar textMark Otto1-0/+3
2013-08-19Merge branch '3.0.0-wip' of https://github.com/eratzlaff/bootstrap into ↵Mark Otto1-39/+111
eratzlaff-3.0.0-wip
2013-08-18smaller h1 and h2Mark Otto1-2/+2
2013-08-19Variable name fixElvis Ratzlaff1-32/+32
2013-08-18Add responsive tables with help of `.table-responsive` wrapperMark Otto1-20/+72
2013-08-19make visible/hidden classes mixableElvis Ratzlaff1-48/+120
2013-08-18Merge branch '3.0.0-wip' into bs3_homepageMark Otto7-59/+58
Conflicts: customize.html dist/css/bootstrap.min.css
2013-08-18Merge branch '3.0.0-wip' into bs3_panel_base_classMark Otto3-20/+16
Conflicts: dist/css/bootstrap-theme.min.css dist/css/bootstrap.min.css