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
2013-05-17Run make on latest JSMark Otto
2013-05-17Change up link alertsMark Otto
* No more children selectors to set all links in alerts as a special color because buttons and more wrongly inherited color * Adds .alert-link for easy styling in any alert
2013-05-17Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto
2013-05-17Fix broke dropdown navbar exampleMark Otto
2013-05-17Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipfat
2013-05-17change namespace back to dot notation and someother js shizzlefat
2013-05-17Nuke rem font-size mixinMark Otto
2013-05-17Form validation and horizontal row updateMark Otto
* changed .row-label to .control-label as used elsewhere already * changed .formFieldState mixin to .form-field-validation
2013-05-17remove prettyprint js mentionMark Otto
2013-05-17Simple responsive utilities test cssMark Otto
2013-05-17Redo the responsive utilities stuffMark Otto
* Update docs language * Enforce display: block; on all utilities for now * Fix up docs CSS for the tests
2013-05-17Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto
2013-05-17Drop .form-actionsMark Otto
2013-05-17fix tooltip defaultsfat
2013-05-17nuke unfinished readme sectionMark Otto
2013-05-17Update readme link to Bower per #7790Mark Otto
2013-05-17Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipfat
2013-05-17remove dumb assets update makefile wassupfat
2013-05-17Fix z-index of carousel indicatorsMark Otto
2013-05-17carousel bug with datafat
2013-05-17only overlay dropdowns for mobilefat
2013-05-17fix testsfat
2013-05-17add bs- prefix to tooltipfat
2013-05-17straight trash wangfat
2013-05-17nuke that docs _site folderMark Otto
2013-05-16change dropdown strategy to use an overlay - fixes mobile click anywhere + ↵fat
allows for firefox middle click
2013-05-16update collapse js stylefat
2013-05-16Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipfat
Conflicts: Makefile docs/_site/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.min.js docs/customize.html docs/docs.html
2013-05-16a bunch javascript junkfat
2013-05-15Run make on previous commit; twerk box shadow back to commented out versionMark Otto
2013-05-15Merge pull request #7897 from voodoom/outline-fixMark Otto
#7896: Outline fix
2013-05-15Fixes #7898: ensure button typeMark Otto
Sets `type="button"` on all buttons in the docs
2013-05-15Fixed ugly outline in select fieldsm.seegmüller
Removes .tab-focus() on select-fields
2013-05-15Fixed ugly outlinem.seegmüller
Removes outline (especially on select-elements in firefox)
2013-05-15Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto
Conflicts: docs/assets/css/docs.css
2013-05-15Merge pull request #7877 from burnsra/3.0.0-wip-form-inlineMark Otto
Cleanup form-inline examples in docs
2013-05-15Fixes #7878: .col-span-* mentions to .col-lg-*Mark Otto
2013-05-15Overhaul form control and button sizing, and some type stylesMark Otto
* New padding approach with separate horizontal and vertical padding variables * Improved sizing in large and small buttons and form controls * Dropped the `.btn-mini` (since we have no `.input-mini` to match, and holy fuck those were small buttons) * Dropped the `.pagination-mini` as well because once again, to hell with such small components * Changed `@line-height-headings` to `@headings-line-height` * Removed the `@headings-font-family` because it was honestly kind of useless
2013-05-15margin on bottom of navbar nav by default, also round links in mobile views ↵Mark Otto
(unround in desktop)
2013-05-15refined navbar styles in docsMark Otto
2013-05-15outdent the file listMark Otto
2013-05-15Merge pull request #7882 from juthilo/3.0.0-wipMark Otto
Cleaning the navbar docs
2013-05-15Fixes #7885 and #7886: only right align horizontal form labels when above 768pxMark Otto
2013-05-15Add .panel-footerMark Otto
2013-05-15add detail to navbar component alignment sectionJulian Thilo
* The search form has been deprecated. * Using pull-* on a list item won't have any effect.
2013-05-15.navbar docs: update -fixed-* callouts, fix -linkJulian Thilo
* The navbar is now always 50px high, so no need for that nasty padding code block anymore. * The new proposed body padding value also reflects the default navbar's margin-bottom. * Fixed the navbar-link example positioning (missing .navbar-text).
2013-05-14Cleanup form-inline examples in docsRobert Burns
2013-05-14Merge pull request #7874 from burnsra/3.0.0-wip-form-examplesMark Otto
Fix glyphicon in "Dropdown in a button group" example
2013-05-14Fix glyphicon in "Dropdown in a button group" exampleRobert Burns
2013-05-14Merge pull request #7872 from burnsra/3.0.0-wip-caretMark Otto
Fix caret position