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
AgeCommit message (Collapse)Author
2015-01-19gruntMark Otto
2015-01-19bump versionsMark Otto
2015-01-19gruntMark Otto
2015-01-19fixes #15497: increase decimals on line-height-large from 1.33 to 1.3333333 ↵Mark Otto
to fix button sizing in Win 8.1 Chrome
2015-01-19Fixes #15142: Add position: relative; to .dropup for proper placement of menusMark Otto
2015-01-18Merge branch 'master' into pr/15278Mark 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
2015-01-18gruntMark Otto
2015-01-16gruntMark Otto
2014-12-30Use a glyphicon instead of the unicode character.XhmikosR
2014-12-23gruntMark Otto
2014-12-23gruntMark Otto
2014-12-21gruntMark Otto
2014-12-15Make skip link look less "bare bones"Patrick H. Lauke
Additional markup for the skip link (to ensure it has the same effective width as the main content, and to provide an outline around just the link text) plus some basic styles...make it look a bit more in keeping with the overall look and feel of the docs.
2014-12-11Run `grunt`.XhmikosR
2014-12-11Tweak colors to improve accessibility.XhmikosR
2014-12-11Specify `img` dimensions in the HTML.XhmikosR
2014-12-06Customizer: Catch and properly report compile errors that Less.js's toCSS() ↵Chris Rebert
can throw. Currently these errors are only reported in the JavaScript console, not in the Customizer UI. Refs #15296 [skip sauce] [skip validator]
2014-12-03Nested button groups with only one child now have rounded corners (Iss.#15270)Matt Smith
2014-11-30Update devDependencies.XhmikosR
2014-11-30Bump Glyphicons to v1.9Mark Otto
2014-11-30Fixes #15241: Add simple example to docs for collapse pluginMark Otto
2014-11-30gruntMark Otto
2014-11-30gruntMark Otto
2014-11-30gruntMark Otto
2014-11-24Run `grunt`.XhmikosR
2014-11-20Merge pull request #15159 from twbs/docs-mutedXhmikosR
Clean up old `muted` references and switch to `text-muted`.
2014-11-20Merge pull request #15111 from twbs/events-tables-wrappingChris Rebert
Don't line wrap event names in JS plugin docs
2014-11-20Clean up old `muted` references and switch to `text-muted`.XhmikosR
2014-11-17gruntHeinrich Fenkart
2014-11-13Don't line wrap event names in JS plugin docsChris Rebert
2014-11-12bump version to v3.3.1v3.3.1Mark Otto
2014-11-12gruntMark Otto
2014-11-12gruntMark Otto
2014-11-12aria-hidden added to some stray glyphiconsPatrick H. Lauke
plus minor tweak to customizer's generated alerts
2014-11-10Run `grunt`.XhmikosR
2014-11-10darken primary blue for accessibility contrast on link colorsMark Otto
2014-11-10gruntMark Otto
2014-11-10Fixes #14234 againMark Otto
- 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-08Fixes #14965: Reset top border-radii on dropdown menus in fixed bottom navbarsMark Otto
2014-11-08gruntMark Otto
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-05gruntHeinrich Fenkart
2014-11-05Customizer: Remove file type check from config importHeinrich Fenkart
Fixes #14978.
2014-11-05gruntHeinrich Fenkart
2014-11-05gruntHeinrich Fenkart
2014-11-05gruntHeinrich Fenkart
2014-11-04Merge pull request #14987 from twbs/overengineer-wall-of-browser-bugsHeinrich Fenkart
Use Jekyll data for Wall of Browser Bugs
2014-11-04Use autoprefixer for Customizer buildsHeinrich Fenkart
2014-11-04Remove duplicate code from Customizer/Gruntfile by sharing itHeinrich Fenkart