aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2014-09-22Fixes #14227, #14603: Drop translate3d for translate on navbars to avoid iOS ↵Mark Otto1-1/+0
rendering problems and ensure a more predictable base styling
2014-09-21Swap -small and -large variables for -sm and -lgMark Otto14-53/+53
2014-09-18Move text and background utilties from _type to _utilitiesMark Otto2-64/+57
2014-09-18Fixes #14592: Add new variable for progress border radiusMark Otto2-1/+3
2014-09-17Rename .table-condensed to .table-smMark Otto2-4/+4
2014-09-17rename media query mixins to .media-*Mark Otto2-21/+21
2014-09-17remove ' because lul lessMark Otto1-1/+1
2014-09-17more media query mixinsMark Otto6-21/+20
2014-09-17Change hard-coded media queries in responsive-utilities.less to refmrmrs1-30/+30
media query mixin. Does not account for print media queries yet. Conflicts: less/_utilities-responsive.less
2014-09-17Add reference to media query partial.mrmrs1-1/+3
Conflicts: less/_mixins.less
2014-09-17Add partial for media query mixins.mrmrs1-0/+26
2014-09-17rewrite jumbotron less and make heading use a classMark Otto1-15/+16
2014-09-17Some secondary button border actionMark Otto1-1/+1
2014-09-17Merge branch 'master' into derpMark Otto11-43/+49
Conflicts: Gruntfile.js dist/css/bootstrap-theme.css.map dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/fonts/glyphicons-halflings-regular.svg docs/_includes/components/badges.html docs/_includes/components/input-groups.html docs/_includes/components/pagination.html docs/_includes/css/forms.html docs/_includes/footer.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/grunt.html docs/_includes/home-nav.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/modal.html docs/_includes/js/popovers.html docs/_includes/js/tooltips.html docs/_includes/nav/getting-started.html docs/_includes/nav/javascript.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/browser-bugs.html docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/fonts/glyphicons-halflings-regular.svg fonts/glyphicons-halflings-regular.svg less/_button-group.less less/_jumbotron.less less/_variables.less less/mixins/vendor-prefixes.less less/panels.less less/thumbnails.less package.json
2014-09-08Merge pull request #14559 from hnrch02/properly-hide-btngroup-checkbox-n-radioHeinrich Fenkart1-5/+8
Properly hide checkbox and radio inputs in button groups
2014-09-08Variables for large and small input border radiusesMarat Abdullin2-3/+10
2014-09-08Fixes #14557: Reset the bottom margin on .form-group:last-child in ↵Mark Otto1-0/+4
.navbar-form to prevent extra spacing
2014-09-08Fixes #14319: Prevent jumbotron reflow by ensuring padding of .container ↵Mark Otto1-3/+2
isn't interferred with by .jumbotron side padding
2014-09-08Properly hide checkbox and radio inputs in button groupsHeinrich Fenkart1-5/+8
`pointer-events: none;` for modern browsers (including IE11+), `clip: rect(1px, 1px, 1px, 1px);` for everything else. Fixes #14137
2014-09-06Fixes #14545: Avoid strange formatting on vendor prefixing for placeholderMark Otto1-3/+6
2014-09-04Fixes #14437: Round the corners of table rows in panels as well as the cellsMark Otto1-0/+6
2014-09-01Fixes #14443: Only transition what needs transitioning for thumbnails to ↵Mark Otto1-1/+1
avoid Safari/Chrome render bug
2014-08-27Finish reverting #14444Mark Otto1-2/+0
2014-08-27Undo the collapse visibility changes since it breaks our collapse pluginMark Otto1-2/+1
2014-08-27Fixes #14329: Fixed list-groups nested inside of collapsing panels, from ↵Mark Otto1-1/+2
@apexskier
2014-08-27Fixes #14337: Round .jumbotron corners within .container and .container-fluidMark Otto1-1/+2
2014-08-27typoMark Otto1-1/+1
2014-08-27Merge branch 'master' into sr_friendly_hidden_contentMark Otto7-30/+24
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css
2014-08-27Merge pull request #14452 from vsn4ik/update_print_lessMark Otto1-12/+12
Update print.less from source (html5-boilerplate).
2014-08-27Make `popover-arrow-color` default to `popover-bg`Jaume Alemany1-1/+1
2014-08-26Less: Remove empty lines and blanks.vsn4ik7-9/+2
2014-08-26Update print.less from source (html5-boilerplate). Simplyfy table style.vsn4ik1-12/+12
2014-08-23Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-3/+2
2014-08-23Fixes #14386: Reset font, text, and line-height properties in popoversMark Otto1-3/+5
2014-08-23Merge pull request #14408 from vsn4ik/dropdown_menu_disabled_styleMark Otto1-3/+2
Refactor dropdown.less. Optimize ".dropdown-menu > .disabled" selector.
2014-08-23Fixes #13943 again: lighten links, and text, in navbar. Still not 100% ↵Mark Otto1-2/+2
compliant, but it's better.
2014-08-23Fixes #14348: Add visibility styles to collapse and tab content to match .hiddenMark Otto2-1/+4
2014-08-23Fixes #14440: Remove unused nav variableMark Otto1-2/+0
2014-08-16Use single .dropdown-menuvsn4ik1-3/+2
2014-08-05change valueMark Otto1-1/+1
2014-08-05spacingMark Otto1-6/+6
2014-08-05remove thatMark Otto1-4/+0
2014-08-05fuck around with responsive reflow table ideaMark Otto1-13/+65
2014-08-05cardsMark Otto2-0/+197
2014-08-04rename imported files to preface with underscore; rerun grunt distMark Otto36-35/+35
2014-08-04comment out firefox specific code for linter to parse fullyMark Otto2-12/+4
2014-08-04Merge branch 'master' into derpMark Otto3-1/+3
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/customizer-variables.html docs/_includes/js/overview.html docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/browser-bugs.html docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css less/carousel.less
2014-08-04fixes #14310: reset .active as well for button linksMark Otto1-0/+1
2014-08-04Follow-up to #13074: use spec syntax instead of deprecated mixinsHeinrich Fenkart1-7/+7
2014-08-03Merge branch 'master' into derpMark Otto2-1/+15
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css