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-12-03convert to scssMark Otto
2014-08-06cardsMark Otto
2014-08-05rename imported files to preface with underscore; rerun grunt distMark Otto
2014-07-10Refactor navs: new classes, remove separate pills & tabs files, drop ↵Mark Otto
justified nav because it never really worked
2014-07-09move tabs and pills to separate files with unique classesMark Otto
2014-07-08Drop: Thumbnails completely, as they'll be replacedMark Otto
2014-07-08Drop: Panels completely, as they'll be replacedMark Otto
2014-07-08Drop GlyphiconsMark Otto
2014-07-08drop wellsMark Otto
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-05Fixes #12868: Enables icon feedback on validation states for large/small inputs.Mark Otto
Also reorders the CSS to place Glyhpicons as a dependency before other components for fewer overrides and less specific CSS.
2013-09-11generate CSS banners via Gruntfile; fixes #10101Chris Rebert
2013-08-18Restore glyphiconsMark Otto
2013-08-18Reorder bootstrap.less to match docs oderMark Otto
2013-08-18Finish first pass at and docment Bootstrap v2-ish themeMark Otto
* Adds new "theme" example * Adds new theme.less file to provide all the overrides and additional styles for the theme * theme.less compiles, via Grunt, to two new files to `dist/css`, bootstrap-theme.css and bootstrap-theme.min.css
2013-08-18Merge branch '3.0.0-wip' into bs3_themeMark Otto
Conflicts: dist/css/bootstrap.min.css
2013-08-13Drop the accordion for the panelMark Otto
* Deletes the accordion.less file * Extends the panel to be collapsible with our JS plugin * Supports panel color variations
2013-08-01start with buttonsMark Otto
2013-07-28Input groups overhaulMark Otto
* Moves input groups CSS into separate file * Moves input groups docs into the Components page * Add support for radios and checkboxes in input groups to fix #8679
2013-06-21Move Glyphicons into their own repoMark Otto
Removes the icon fonts and associated docs and LESS code from the core repo and into twbs/bootstrap-glyphicons.
2013-03-31add list group componentMark Otto
2013-03-31Change error to danger for all classes; add panels componentMark Otto
2013-03-01Fixes #6897: Print styles get own .less fileMark Otto
2013-02-18Bring back the label, make it scale somewhat with the font-size of the ↵Mark Otto
parent using percentages and ems
2013-02-18Drop the recently added .counter class for .badgeMark Otto
2013-01-19Change .badge to .counter, make appearance more OSX-ish, and remove colorsVickash Mahabir
2013-01-17Remove all old responsive styles since we're motherfucking mobile first sonMark Otto
2013-01-17Move grid/container styles to grid.less; update docs; add offsetting backMark Otto
2013-01-17More navbar derpingMark Otto
2013-01-17restore alerts, and make them suck much lessMark Otto
2013-01-17Add in responsive for 1200px+ layout; increase padding for that viewport sizeMark Otto
2013-01-17fix up sidenav and components pageMark Otto
2013-01-17Remove commented out files; leave responsive stuff commented out for nowMark Otto
2013-01-17restore remaining componentsMark Otto
2013-01-17restore pagination and pagerMark Otto
2013-01-17restore breadcrumbsMark Otto
2013-01-17restore wells and closeMark Otto
2013-01-17Restore button groupsMark Otto
2013-01-17Restore dropdowns.lessMark Otto
2013-01-17restore glyphiconsMark Otto
2013-01-17Re-add and update form styles:Mark Otto
* Restore forms.less file * Overhaul .radio.inline .checkbox.inline to be .radio-inline or .checkbox-inline * Update docs to reflect changes
2013-01-16restore table stylesMark Otto
2013-01-16Port over temp responsive styles to bootstrap.less; readd buttonsMark Otto
2013-01-16mobile-first navs, navbar, grids, and typeMark Otto
2013-01-15type and stuffMark Otto
2013-01-15nuke and flatten and stuffMark Otto
2012-12-21Merge branch '3.0.0-wip' into bs3-normalizeMark Otto
Conflicts: less/bootstrap.less
2012-12-20Merge branch '2.2.3' into 3.0.0-wipMark Otto
Conflicts: Makefile README.md component.json docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/assets/js/bootstrap-affix.js docs/assets/js/bootstrap-alert.js docs/assets/js/bootstrap-button.js docs/assets/js/bootstrap-carousel.js docs/assets/js/bootstrap-collapse.js docs/assets/js/bootstrap-dropdown.js docs/assets/js/bootstrap-modal.js docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap-scrollspy.js docs/assets/js/bootstrap-tab.js docs/assets/js/bootstrap-tooltip.js docs/assets/js/bootstrap-transition.js docs/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/index.html docs/templates/pages/base-css.mustache docs/templates/pages/index.mustache docs/templates/pages/javascript.mustache js/bootstrap-affix.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-tooltip.js js/bootstrap-transition.js js/bootstrap-typeahead.js less/bootstrap.less less/responsive.less less/type.less package.json
2012-12-20Rename .hero-unit to .jumbotron becaue fuck dashes in filenames and sports ↵Mark Otto
metaphors are cooler than ad ones
2012-12-20Drop .label component. Instead, just use .badge because fuck dupe code and ↵Mark Otto
stuff.