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
2018-04-02Fix broken URI fragments and redirects.XhmikosR
2018-01-18Bump version to 4.0.0Mark Otto
2017-12-16Link to BootstrapCDN and fix its name. (#24987)XhmikosR
2017-11-07descriptive docs variable naming (#24521)m5o
* use descriptive docs btn naming * rename `btn-bd-yellow` to `btn-bd-download` * sort state vars * sort state vars * info, warning, danger * rename btn-bd-purple * rename `.btn-bd-purple` to `.btn-bd-primary` * align docs color variables * generate $bd-purple-light color * with http://razorltd.github.io/sasscolourfunctioncalculator/ * allow overide of docs variables
2017-10-19new current_ruby-version varMark Otto
2017-10-19version number for homepageMark Otto
2017-10-16Use direct links to documentation, getting started and about pages.XhmikosR
The old ones are still being redirected.
2017-09-26Revert accidental `alt` addition from Bootstrap stack image. (#24122)XhmikosR
Remove accidental `alt` addition from Bootstrap stack image.
2017-09-26Add image dimensions in stack image. (#24100)XhmikosR
2017-09-05Drop Bower support (#23568)Tanguy Krotoff
2017-08-11docs: fix Popper.js name and removed comma (#23335)Federico Zivolo
* docs: fix Popper.js name and removed comma * docs: restore comma
2017-08-11Move inline SVGs to includes. (#23297)XhmikosR
Also: * compress them with SVGOMG * add titles * add `focusable="false"`
2017-08-11Update Rubygems version. (#23289)béla
2017-08-08new homepage, new assets, clean out old stuffMark Otto
2017-08-08word changeMark Otto
2017-07-31Specify `rel="noopener` for external links.XhmikosR
2017-07-02fix some busted linksMark Otto
2017-07-01no need for offset, use justify-content-centerMark Otto
2017-05-30tweak homepage layoutMark Otto
2017-05-30redo button stylesMark Otto
- rename .btn-bs to .btn-bd-purple - abstract yellow masthead button into .btn-bd-yellow and use it the new docs navbar
2017-05-30Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto
2013-12-29Rearrange repository contents because muahahahahahahaMark Otto
2013-09-03fixes #10372: two download buttons on homepage; also fixes broke button stylesMark Otto
2013-08-24Another case for Issue #10099hero-m
Another case for Issue #10099
2013-08-19docs cleanup around alignment on homepage and footersMark Otto
2013-08-19mo betta btn classes in docsMark Otto
2013-08-18it's levi-OH-sa, not levi-oh-SARMark Otto
2013-08-16Docs cleanup for v3 prepMark Otto
2013-08-13fix spellingChris Rebert
2013-08-12update to rename rc2Mark Otto
2013-08-11fixes #9217 manually--use main element instead of div in home and default ↵Mark Otto
layouts
2013-08-07Improve accessibility (Section 508, WCAG)adamjacobbecker
This PR significantly improves Bootstrap's accessibility for users of assistive technology, such as screen readers. Some of the these changes add additional markup to the source examples, but we believe that the sacrifice in readability is worth achieving more widespread usage of accessibility best-practices. What was done - Added lots of [WAI-ARIA attributes](http://www.w3.org/WAI/intro/aria) - Added `.sr-only` helper class, that is only readable by screen readers (and invisible for all other users). This lets us - make progress bars and paginations accessible to screen reading users. - Advised users to always use label elements. For inline forms, they can hide them with `.sr-only` - Added 'Skip navigation' link - Added "Accessibility" section to getting-started.html. What *wasn't* done - Contrast issues (twbs#3572) - Tooltips (twbs#8469) - Documentation re: usage of icons, since they now live in a separate repo Major props to all that contributed: @bensheldon, @jasonlally, @criscristina, and @louh. Feel free to chime in, guys, if I've left anything out.
2013-08-07Pull from GitHub downloads for latest v3-wip on homepageMark Otto
/cc @cv
2013-08-05Fixes #9073: add note to homepage about download differencesMark Otto
2013-08-04Greater standardization of sizing terminologyChris Rebert
In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small
2013-07-31dat purple homepage--http://www.youtube.com/watch?v=k2C5TjS2sh4Mark Otto
2013-07-27herpy derpy shit for urlsMark Otto
2013-07-27Use some vars for key urls for easier updatingMark Otto
2013-07-26Mo betta placement of old docs calloutsMark Otto
2013-07-26Update docs to better indicate v3 RC1Mark Otto
2013-07-26single include for old ads calloutMark Otto
2013-07-25twbs ALL the linksChris Rebert
2013-07-19flatten docs dir back into rootMark Otto
2011-05-04cleanup old stuffJacob Thornton
2011-04-29More subtle grid pattern, adding dropdown arrow, adding dropdown arrow ↵Mark Otto
styles to the topbar
2011-04-29Added main topbar and shit.Mark Otto
2011-04-28Added compiled CSS file and fixed link to do itMark Otto
2011-04-28Added in mini layout docs; cleaned up layout markup and added the css for it;Mark Otto
2011-04-28Updated documentation; added stacked forms; cleaned up spacing; moved all ↵Mark Otto
ids to the section element instead of the page header to fix spacing with bookmarked links;
2011-04-28More documentation and content changesMark Otto