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
2014-03-07Moving the embed to it's own CSS file, moving the docs to the Components ↵Mark Otto
page with an example, fixing a Glyhpicons list problem in the docs
2014-03-07Merge branch 'master' into boulox-responsive-embedMark Otto
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js docs/css.html docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-03-07Merge branch 'master' into popovers-use-radii-varMark Otto
Conflicts: dist/css/bootstrap.css.map docs/assets/js/raw-files.min.js docs/dist/css/bootstrap.css.map
2014-03-07Rewrite the disabled list group items to simplify stylesMark Otto
2014-03-07Merge branch 'master' into pr/12490Mark Otto
Conflicts: less/list-group.less
2014-03-05navMark Otto
2014-03-05Fixes #12697: Document readonly inputsMark Otto
2014-03-04Merge branch 'master' into rtl_via_css_flipMark Otto
Conflicts: docs/assets/js/raw-files.min.js
2014-03-04gruntMark Otto
2014-03-04fix navMark Otto
2014-03-04Rename RTL files and add some basic docsMark Otto
2014-02-26grunt build-customizer-htmlChris Rebert
2014-02-22Fixes #12744: Document ability to remove animation on modalsMark Otto
2014-02-11http://www.youtube.com/watch?v=YQwYNca4iogMark Otto
2014-02-09Fixes #12610: Better and more consistent prefixing of docs CSS with .bs-docs-Mark Otto
2014-02-09gruntMark Otto
2014-02-08Fix wrong idJulian Thilo
2014-02-07consistencyMark Otto
2014-02-07Fixes #12555: Rearrange variables to place grids and containers closerMark Otto
2014-02-07Fixes #12614: Add progress bar example with visible labelMark Otto
2014-02-07property order because @zdroid <3Mark Otto
2014-02-06add basic back to top link to docs sidenavs, fixes #12589Mark Otto
2014-02-01mv .img-responsive docs from Overview to Images sectionChris Rebert
2014-01-30Update jQuery to v1.11.0.XhmikosR
Also, use Google's CDN per #11369.
2014-01-30gruntMark Otto
2014-01-30fix css urlMark Otto
2014-01-24Remove Twitter from tweet buttonQuy Ton
2014-01-23add docs note to address #12078Chris Rebert
2014-01-22Reorder nav of About docs pageQuy Ton
2014-01-21fix #12280 by templating the customizer's nav sidebar tooChris Rebert
The customizer is such a PITA.
2014-01-20docs: use relative URLs instead of site.baseurlChris Rebert
2014-01-20grunt build-customizer-vars-formChris Rebert
2014-01-19Additional changes to #12275 and #12292Quy Ton
2014-01-19Improve <meta> tagsZlatan Vasović
2014-01-19move migration docs to new separate page, leave callout on getting started ↵Mark Otto
page; fixes #12244
2014-01-18Make spelling of Less uniform throughout the docsJulian Thilo
2014-01-18fix #12277Chris Rebert
Thanks to @Quy for pointing these out.
2014-01-16add Issues & Releases links back to footerChris Rebert
2014-01-16Fix footer linksJulian Thilo
2014-01-16move Community & Translations docs sections from About to Getting StartedChris Rebert
2014-01-15Don't copy-pasta all the Sass docs because fuck keeping that up to date. ↵Mark Otto
Instead, point to https://github.com/twbs/bootstrap-sass/blob/master/README.md.
2014-01-14Merge branch 'responsive-embed' of https://github.com/boulox/bootstrap into ↵Mark Otto
boulox-responsive-embed Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css
2014-01-12Merge branch 'master' into docs_derpMark Otto
Conflicts: docs/getting-started.html
2014-01-12Merge branch 'minify-assets' of https://github.com/XhmikosR/bootstrap into ↵Mark Otto
XhmikosR-minify-assets Conflicts: package.json
2014-01-10Merge branch 'master' into docs_derpMark Otto
Conflicts: docs/assets/css/docs.css
2014-01-10more derpMark Otto
2014-01-09add support for '//===' for <h3>s in bs-lessdocChris Rebert
2014-01-09Use JS & Jade to generate the customizer variables form HTML from ↵Chris Rebert
variables.less; fixes #11095 also updates variables file organization (courtesy @mdo)
2014-01-08Minify docs CSS too.XhmikosR
2014-01-08docs-assets: concatenate and minify all javascript files.XhmikosR