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
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
2011-04-28Remove the unnecessary global.js file, remove the old baseline grid image, ↵Mark Otto
add in hashgrid, update readme to remove finished todos;
2011-04-28Porting over all Blueprint styles to new Baseline repoMark Otto