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
2012-03-132.0.2 derpv2.0.2Jacob Thornton
2012-03-12add block level input mixin for border-box box-sizingMark Otto
2012-03-12remove text indent on carets (not needed) and add inline replacement mixinMark Otto
2012-03-12updated apple touch icons and moved input responsive fix from <480 to <767Mark Otto
2012-03-12fix overflowing thumbnails in responsive <767px layoutsMark Otto
2012-03-12in responsive layouts <767px, ensure inputs are not larger than 100% with ↵Mark Otto
box-sizing and a max-width
2012-03-11Merge branch 'new_grid' into 2.0.2-wipJacob Thornton
Conflicts: docs/assets/bootstrap.zip docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css less/mixins.less
2012-03-08give pages custom titles based on namesJacob Thornton
2012-03-06move padding from container to body for max-width: 767; responsive layoutMark Otto
2012-03-06fix input grid sizing, fix background color on form actions and append add-onsMark Otto
2012-03-05make sure to pass child var throughJacob Thornton
2012-03-05new approach to grid with recursive mixins :DJacob Thornton
2012-02-28add guard for child spansJacob Thornton
2012-02-28working through new grid implementation...Jacob Thornton
2012-02-22restore fixed navbar container reset to grid mixin, add override for inputs ↵Mark Otto
within grid mixins to fix #2080
2012-02-22rewrite the grid system. Clean shit up tons - only generate 12 columns by ↵Jacob Thornton
default - custom builder will do differently if you request it.
2012-02-22move container up in default grid mixinMark Otto
2012-02-22move table columns mixin to mixins.lessMark Otto
2012-02-21adding responsive utility classes and matching docs section with super neato ↵Mark Otto
table and test
2012-02-20Separate span12 and container classesJacob Rask
If you have less than 12 columns, container is too wide. Instead generate container width using the @gridColumns variable. Also remove duplicate container width property.
2012-02-19merge in and remake for responsive navbar dropdown fixMark Otto
2012-02-172.0.1v2.0.1Jacob Thornton
2012-02-17change clearfix mixin to drop parens that prevent it from being a class, tooMark Otto
2012-02-17fix responsive media queries to use 979 and 980 where approproMark Otto
2012-02-13clean up nav-header in responsiveMark Otto
2012-02-13clear up scaffolding page to separate fixed from fluid grid systemsMark Otto
2012-02-12change fixed height on responsive textareas to min-heightMark Otto
2012-02-07rearrange some of the docs on buttons to show examples of all possible ↵Mark Otto
renderings along with code snippets and note about usage; also fix the portrait tablet media query
2012-02-01clean up responsive media queries and docs cssMark Otto
2012-01-31restore a few commented out responsive itemsMark Otto
2012-01-31speed up topbar animation for responsiveJacob Thornton
2012-01-30adding warning (orange) button, fix responsive navbar problemMark Otto
2012-01-30rename vertical-divider to divider-vertical, add more space around the dividerMark Otto
2012-01-30Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wipMark Otto
Conflicts: docs/assets/bootstrap.zip less/responsive.less
2012-01-30overhaul grid mixins and variables, standardize fluid grid system and enable ↵Mark Otto
it across responsive layouts
2012-01-30add license for responsive and rebuildJacob Thornton
2012-01-30fix broken navbar collapseMark Otto
2012-01-30update collapsible nav in navbarMark Otto
2012-01-30last minute addition of a simple fluid grid for our fluid examples; it needs ↵Mark Otto
work, so we're not documenting it now
2012-01-29revamped the thumbnails examples to make them work and look better at higher ↵Mark Otto
resolution
2012-01-29clarify and tweak media queriesMark Otto
2012-01-29more responsive tweaks for tabletMark Otto
2012-01-29fix the navbar click and a few jank responsive problemsMark Otto
2012-01-29turn off brand hover for now + get nav toggling in mobileJacob Thornton
2012-01-29add in a navbar button for toggling the nav itemsMark Otto
2012-01-29change .span* inputs to use content-sizing: border-box; to make them behave ↵Mark Otto
as block level elements
2012-01-29add checkbox/radio border for ios in responsiveMark Otto
2012-01-29fix border and border radius on radios/checkboxes for iOS, fix forms docs ↵Mark Otto
alignment on small devices
2012-01-28change text on js docs page to improve rendering on iphone, update ↵Mark Otto
responsive for carousel considerations
2012-01-28modal refinements in docs and general responsivenessMark Otto