Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)Author
2014-11-08Merge pull request #15018 from twbs/fix-theme-active-itemsMark Otto
Theme: Correctly override active dropdown items in collapsed navbars
2014-11-08Fixes #14979: Override .jumbotron padding within .container-fluid to match ↵Mark Otto
.container
2014-11-08Fixes #15046: Add full font overrides for popovers and tooltipsMark Otto
2014-11-05Theme: Correctly override active dropdown items in collapsed navbarsHeinrich Fenkart
2014-11-05Merge pull request #14921 from bassjobsen/patch-3Heinrich Fenkart
Update grid-framework.less
2014-11-05Merge pull request #15019 from twbs/whoomp_there_it_wasJulian Thilo
Deprecate diagonal tooltip classes
2014-11-05Merge pull request #14927 from twbs/fix-modal-backdrop-above-scrollbarHeinrich Fenkart
Fix modal backdrop overlaying the modal's scrollbar
2014-11-05Deprecate diagonal tooltip classesJulian Thilo
2014-11-05Fix modal backdrop overlaying the modal's scrollbarHeinrich Fenkart
Fixes #14916.
2014-10-30Fix #14936: Use correct left/right and margin on tooltip arrowsJulian Thilo
2014-10-30Update grid-framework.lessBass Jobsen
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 Otto
2014-10-29change back to not allowed cursorMark Otto
2014-10-28swap cursor not-allow for default, and use a variable for all disabled elementsMark Otto
2014-10-27Removed unnecessary new lines that were inconsistent with current style.Baraa
2014-10-26follow up fix for #14837 /cc @hnrch02Mark Otto
2014-10-26Fixes #14736: Reverts the remaining progress bar min value overrides from #12848Mark Otto
2014-10-26Fixes #14806: reset the text-shadow in the themed buttonsMark Otto
2014-10-26Fixes #14814: Use the link active bg variables for theme navbar gradientsMark Otto
2014-10-26Merge branch 'pr/14801'Mark Otto
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-26Fix up margins and unnest codeMark Otto
2014-10-25Added alias for euro -> eurPanayiotis Lipiridis
2014-10-25Merge pull request #14786 from andy-saint/linksMark Otto
Added link hover decoration variable
2014-10-24Fixes #14799: Add vertical alignment of image in media componentNicole Sullivan
Signed-off-by: Jenn Dodd <jedodd@pivotal.io>
2014-10-21Add min-height: 0% to .table-responsive; Fixes #14837Chris Rebert
2014-10-20Removed double parentheses from expressionsPanayiotis Lipiridis
2014-10-13Update less/print.less to the latest html5 bp version.XhmikosR
Also, keep the html5 boilerplate link in the built CSS.
2014-10-12Added link hover decoration variableAndrew Saint
2014-10-10fixes #13816 Modal dialog closes when dragging and releasing mouse button ↵fat
outside dialog
2014-10-07Update normalize.css to v3.0.2.XhmikosR
2014-10-03fix #14254 Modal Sometimes Does Not Appear after Multiple Displays in Safarifat
2014-10-03Fixes #14711: Account for list groups in collapsing panelsMark Otto
2014-09-27Fixes #14682: Remove quotes reset on blockquote elements as it causes ↵Mark Otto
rendering bugs
2014-09-27Fixes #14687: Include video element in responsive embedMark Otto
2014-09-24Reverts 0ec05da0eea03849fc72bed84a2c7fe7be1de1b6 to bring back #14444 to fix ↵Mark Otto
#14348 (again)
2014-09-23Fixes #14227, #14603: Drop translate3d for translate on navbars to avoid iOS ↵Mark Otto
rendering problems and ensure a more predictable base styling
2014-09-19Fixes #14592: Add new variable for progress border radiusMark Otto
2014-09-08Merge pull request #14559 from hnrch02/properly-hide-btngroup-checkbox-n-radioHeinrich Fenkart
Properly hide checkbox and radio inputs in button groups
2014-09-08Variables for large and small input border radiusesMarat Abdullin
2014-09-08Fixes #14557: Reset the bottom margin on .form-group:last-child in ↵Mark Otto
.navbar-form to prevent extra spacing
2014-09-08Fixes #14319: Prevent jumbotron reflow by ensuring padding of .container ↵Mark Otto
isn't interferred with by .jumbotron side padding
2014-09-08Properly hide checkbox and radio inputs in button groupsHeinrich Fenkart
`pointer-events: none;` for modern browsers (including IE11+), `clip: rect(1px, 1px, 1px, 1px);` for everything else. Fixes #14137
2014-09-07Fixes #14545: Avoid strange formatting on vendor prefixing for placeholderMark Otto
2014-09-05Fixes #14437: Round the corners of table rows in panels as well as the cellsMark Otto
2014-09-01Fixes #14443: Only transition what needs transitioning for thumbnails to ↵Mark Otto
avoid Safari/Chrome render bug
2014-08-28Finish reverting #14444Mark Otto
2014-08-28Undo the collapse visibility changes since it breaks our collapse pluginMark Otto
2014-08-28Fixes #14329: Fixed list-groups nested inside of collapsing panels, from ↵Mark Otto
@apexskier
2014-08-28Fixes #14337: Round .jumbotron corners within .container and .container-fluidMark Otto
2014-08-28typoMark Otto