aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2014-11-09color contrast for links, gets us to 4.63:1Mark Otto1-1/+1
2014-11-09fix variable, run gruntMark Otto1-2/+2
2014-11-09Merge branch 'master' into derpMark Otto14-60/+57
Conflicts: Gruntfile.js _config.yml dist/css/bootstrap-theme.css dist/css/bootstrap-theme.css.map dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/components/button-groups.html docs/_includes/components/jumbotron.html docs/_includes/components/media.html docs/_includes/components/navs.html docs/_includes/customizer-variables.html docs/_includes/footer.html docs/_includes/getting-started/browser-device-support.html docs/_includes/js/carousel.html docs/_includes/js/dropdowns.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/_layouts/default.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js docs/assets/js/raw-files.min.js docs/browser-bugs.html docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/examples/justified-nav/index.html less/_forms.less less/_tooltip.less less/navs.less less/theme.less
2014-11-09Merge pull request #15052 from twbs/badge-in-non-anchor-list-group-itemMark Otto2-9/+7
Badges: fix active styles when in non-anchor `.list-group-item`
2014-11-09comment and formattingMark Otto1-5/+4
2014-11-09Fixes #14234 againMark Otto1-27/+15
- Rather than override and hack for IE8-10 and then IE11, scope to just Safari. - Drops the IE hacks for a media query Webkit hack
2014-11-08Badges: fix active styles when in non-anchor `.list-group-item`Heinrich Fenkart2-9/+7
2014-11-08Fixes #14965: Reset top border-radii on dropdown menus in fixed bottom navbarsMark Otto1-0/+1
2014-11-08Merge pull request #15018 from twbs/fix-theme-active-itemsMark Otto1-0/+12
Theme: Correctly override active dropdown items in collapsed navbars
2014-11-07Fixes #14979: Override .jumbotron padding within .container-fluid to match ↵Mark Otto1-1/+2
.container
2014-11-07Fixes #15046: Add full font overrides for popovers and tooltipsMark Otto2-0/+4
2014-11-05Theme: Correctly override active dropdown items in collapsed navbarsHeinrich Fenkart1-0/+12
2014-11-05Merge pull request #14921 from bassjobsen/patch-3Heinrich Fenkart1-2/+2
Update grid-framework.less
2014-11-05Merge pull request #15019 from twbs/whoomp_there_it_wasJulian Thilo1-0/+1
Deprecate diagonal tooltip classes
2014-11-05Merge pull request #14927 from twbs/fix-modal-backdrop-above-scrollbarHeinrich Fenkart1-2/+1
Fix modal backdrop overlaying the modal's scrollbar
2014-11-05Deprecate diagonal tooltip classesJulian Thilo1-0/+1
2014-11-04Fix modal backdrop overlaying the modal's scrollbarHeinrich Fenkart1-2/+1
Fixes #14916.
2014-10-30Fix #14936: Use correct left/right and margin on tooltip arrowsJulian Thilo1-4/+8
2014-10-30Update grid-framework.lessBass Jobsen1-2/+2
The `when (@index = 1)` guards are not needed cause the mixins already only match on arity.
2014-10-29fixes #14913: badges in list group shouldn't have text shadowMark Otto1-0/+4
2014-10-28change back to not allowed cursorMark Otto1-1/+1
2014-10-27swap cursor not-allow for default, and use a variable for all disabled elementsMark Otto8-10/+13
2014-10-27switch to max-width on containersMark Otto1-3/+3
2014-10-26Merge branch 'master' into derpMark Otto2-226/+0
Conflicts: dist/css/bootstrap-theme.css.map dist/css/bootstrap.css.map docs/assets/js/raw-files.min.js docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css.map less/progress-bars.less less/theme.less
2014-10-26no more mixin, use regular propertyMark Otto1-2/+2
2014-10-26Removed unnecessary new lines that were inconsistent with current style.Baraa3-10/+0
2014-10-26rename that variableMark Otto1-1/+1
2014-10-26nuked that variableMark Otto1-1/+0
2014-10-26fix syntaxMark Otto1-1/+1
2014-10-26Merge branch 'master' into derpMark Otto14-190/+196
Conflicts: Gruntfile.js dist/css/bootstrap-theme.css dist/css/bootstrap-theme.css.map dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/components/dropdowns.html docs/_includes/components/media.html docs/_includes/components/navs.html docs/_includes/components/progress-bars.html docs/_includes/components/responsive-embed.html docs/_includes/css/buttons.html docs/_includes/css/forms.html docs/_includes/css/less.html docs/_includes/css/overview.html docs/_includes/css/responsive-utilities.html docs/_includes/customizer-variables.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/grunt.html docs/_includes/getting-started/template.html docs/_includes/header.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/dropdowns.html docs/_includes/js/modal.html docs/_includes/js/popovers.html docs/_includes/js/scrollspy.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/nav/components.html docs/_includes/nav/getting-started.html docs/_layouts/default.html docs/about.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js docs/assets/js/raw-files.min.js docs/browser-bugs.html docs/components.html docs/components/navbar.md docs/css.html docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/examples/blog/index.html docs/examples/carousel/index.html docs/examples/cover/index.html docs/examples/dashboard/index.html docs/examples/grid/index.html docs/examples/jumbotron-narrow/index.html docs/examples/jumbotron/index.html docs/examples/justified-nav/index.html docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/navbar/index.html docs/examples/non-responsive/index.html docs/examples/offcanvas/index.html docs/examples/signin/index.html docs/examples/starter-template/index.html docs/examples/sticky-footer-navbar/index.html docs/examples/sticky-footer/index.html docs/examples/theme/index.html docs/examples/tooltip-viewport/index.html docs/getting-started.html docs/javascript.html docs/migration.html less/_animation.less less/_modal.less less/_navbar.less less/_variables.less less/glyphicons.less less/navs.less less/panels.less less/progress-bars.less
2014-10-25follow up fix for #14837 /cc @hnrch02Mark Otto1-1/+1
2014-10-25Fixes #14736: Reverts the remaining progress bar min value overrides from #12848Mark Otto1-12/+0
2014-10-25Fixes #14806: reset the text-shadow in the themed buttonsMark Otto1-0/+4
2014-10-25Fixes #14814: Use the link active bg variables for theme navbar gradientsMark Otto1-2/+2
2014-10-25Merge branch 'pr/14801'Mark Otto1-36/+27
Conflicts: 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.css.map docs/dist/css/bootstrap.min.css
2014-10-25Fix up margins and unnest codeMark Otto1-27/+25
2014-10-25Added alias for euro -> eurPanayiotis Lipiridis1-1/+2
2014-10-24Merge pull request #14786 from andy-saint/linksMark Otto2-1/+3
Added link hover decoration variable
2014-10-23Fixes #14799: Add vertical alignment of image in media componentNicole Sullivan1-37/+30
Signed-off-by: Jenn Dodd <[email protected]>
2014-10-20Add min-height: 0% to .table-responsive; Fixes #14837Chris Rebert1-0/+1
2014-10-20Removed double parentheses from expressionsPanayiotis Lipiridis1-3/+3
2014-10-13Update less/print.less to the latest html5 bp version.XhmikosR1-96/+104
Also, keep the html5 boilerplate link in the built CSS.
2014-10-12Added link hover decoration variableAndrew Saint2-1/+3
2014-10-09fixes #13816 Modal dialog closes when dragging and releasing mouse button ↵fat2-3/+1
outside dialog
2014-10-07Update normalize.css to v3.0.2.XhmikosR1-3/+5
2014-10-02fix #14254 Modal Sometimes Does Not Appear after Multiple Displays in Safarifat1-2/+2
2014-10-02Fixes #14711: Account for list groups in collapsing panelsMark Otto1-1/+5
2014-09-26Fixes #14682: Remove quotes reset on blockquote elements as it causes ↵Mark Otto1-6/+0
rendering bugs
2014-09-26Fixes #14687: Include video element in responsive embedMark Otto1-1/+2
2014-09-23Reverts 0ec05da0eea03849fc72bed84a2c7fe7be1de1b6 to bring back #14444 to fix ↵Mark Otto3-2/+8
#14348 (again)