| May | JUN | Jul |
| 01 | ||
| 2013 | 2014 | 2015 |
The seed for this crawl was a list of every host in the Wayback Machine
This crawl was run at a level 1 (URLs including their embeds, plus the URLs of all outbound links including their embeds)
The WARC files associated with this crawl are not currently available to the general public.

mdo
released this
·
743 commits
to master
since this release
General bug fix and documentation release.
.btn:focused styles to .btn.active:focused for improved accessibility.margin on .list-inlines so we don't override the padding-left on the first list item.@navbar-height instead on .navbar-brand to prevent element from being shorter than navbar height. Corrects a change introduced in v3.1.0.border-radius to tables when in panels for proper rounding with all background settings.:-moz-placeholder styles.carousel.less for the Glyphicon classes.:extend(.img-responsive) instead of mixin in thumbnail and carousel. -webkit-appearance: none;.-o-user-select.@blockquote-font-size variable for calculated text size.@popover-arrow-width for popover offsets.border colors to use computed values rather than static ones..container-fluid.data-toggle="dropdown"..bs-docs-.csslint task. /docs/dist/ to the clean task.csscomb task.grunt runs properly in Bower installations.
mdo
released this
·
951 commits
to master
since this release
.info variant to contextual table classes..modal-lg and .modal-sm, to modals for quicker settings on modals. Only applies to modals above the small breakpoint.<kbd> element styles to indicate user input via keyboard..animation() mixins.background-color classes to match our existing text classes. (This also moves both sets of classes to the Helper Classes section of the CSS docs.).text-justify class to round out the text alignment classes.While we originally wanted v3.1 to include RTL support, we decided to hold back on that for some potentially beneficial unreleased tooling. We'll share more on that when we know more, but suffice to say it's been bumped to v3.2.
outline: 0 to .modal to prevent a focus outline from appearing in Chrome for Windows.@modal-backdrop-opacity variable for customizable modal backdrop.line-height that matches the height to date inputs for iOS 7 for proper vertical alignment of text in the form control.@well-border variable.float: left; to .form-controls within input groups to prevent IE9 from screwing up placeholder text and select menu arrows.font-size to only <p> elements in .jumbotrons and remove the super-sized line-height from the base class to avoid interference with sub-components.-webkit-overflow-scrolling: touch; to modals for smooth scrolling on iOS devices.forms.less: block level inputs no longer receive vertical-align: middle; unless necessary, e.g. in inline forms..scale() mixin so that it accepts optional vertical scale as second parameter.@color variable in .button-variant() mixin to set background-color on .badges in buttons for proper default button badge styles.@headings-font-family to the same font stack as the <body>; instead, just use inherit for same default CSS..clearfix class and mixin by switching to &:extend(.clearfix all).font-size: 0; and white-space: nowrap hack for a more durable component with regards to code formatting and custom font size changes..make-xs-column mixins to complement the recently added extra small predefined grid classes..form-controls within inline forms are set to width: auto; to prevent stacking of .form-label within a .form-group.select.form-control settings since those are now inherited by the above changewidth: 1em; from the Glyphicons because it was virtually impossible to override.@dropdown-caret-color variable, but deprecate it.@list-group-active-text-color variable for improved customization on active list group items.z-index values in modals.less.<blockquote> to no longer thing text or modify line-height for improved readability..text-emphasis-variant() mixin for emphasis classes. Also updated emphasis classes to only apply :hover styles to linked content..bg-variant() mixin to generate background classes.@modal-md Less variable for uniformity.margins per upstream H5BP change, thus deferring to browser defaults, or users' custom values should they set them.border-radius from first and last tables or list groups in panels.min-width on <fieldset>s so they don't break responsive tables and behave more like standard block level elements.select[multiple] in .input-size() mixin.<figure> element so that we don't cause backward compatibility issues.height to .navbar-brand to ensure adding a Glyphicon doesn't increase it's height..modal-content instead of .modal-body (see note below).href id's are followed by valid characters in dropdowns.offset directly because it uses sub pixel rendering.hidden.bs and shown.bs events firing too early in tooltips and popovers.$.support.transition.end.$element to offset top/bottom calc funcs for better dynamic offsets.setContent call..collapse to .in after collapsing animation finishes in collapse plugin.preventDefault on click on [data-toggle="modal"] when the element is a link.$().button(state) shouldn't enable a disabled button.loaded event for use with modal's remote option.this.sliding not getting reset if $next.hasClass('active').@tooltip-opacity variable.focusin/focusout instead of focus/blur for tooltip and popover focus trigger for Firefox and Safari..bs also to the event dismiss.modal.If you currently use the modal's remote option, be aware this release may break your modals. Yes, this is a breaking change, but it's first and foremost a bug fix one that corrects a rather longstanding and overlooked error. Our apologies for any headaches it may cause, but it's been missed in the last few patch releases.
See the #11933 pull request for details on the code changes.
.pull-right method for aligning dropdown menus. Includes the following changes:
.pull-right alignment in favor of a more specific and unique class name..dropdown-menu-right as the new alignment class. This is then mixin-ed into the .navbar-right.navbar-nav dropdown menus for auto-alignment (keeping the current behavior we have today)..dropdown-menu-left, which is mixin-ed in the same way to provide the appropriate specificity of an override. This should never need to be used except for within right-aligned .navbar-nav components.small and .small in blockquote citation in favor of footer element..box-shadow() mixin.data-toggle dropdown dependency.variables.less file.opacity: 1;..pill-content and .pill-pane in the migration guide.meta tags to docs for description, keywords, and authors.failHard grunt-html-validation option..html pages and assets into docs/ subfolder to clean up project root directory. Also moves .csscomb.json and .csslintrc to less/ to further clean up project root.docs-assets/js/application.js and docs-assets/js/customizer.js.Gruntfile.js or package.json in bower.json as they're required for compilation.grunt-recess for grunt-contrib-less to get the latest version of LESS (v1.5.x) since Recess was still quite behind..csscomb.json in project root with basically the same property order as Recess..clearfix class and mixin by switching to &:extend(.mixin all) (also mentioned in changes section).grunt-contrib-less.theme.less with updated values.npm-shrinkwrap.canonical.json.
mdo
released this
·
1870 commits
to master
since this release
General patch release with dozens of bug fixes and more documentation improvements.
There are a few dozen bug fixes and changes in this release, but we've called out the ones we think matter most:
.navbar-collapse and alignment of .navbar-right:last-child elements has been reworked.max-width: 100%; to .containers.float: left; at all grid tiers.See the list below for more information on those changes and more.
.navbar-collapse border from increasing height and increase specificity of nav selectors to keep dropdowns looking the same.border-style: solid; on .carets to undo a previous Firefox fix that appears to no longer work.ceil() instead of floor().bootstrap.less from another directory..img-thumbnail as a mixin for .thumbnail to avoid duplicate and unnecessary styles.abbr element from the .initialism selector..h1 in jumbotrons..btn-sm and .btn-xs variations of .navbar-btns in the navbar.border parameter since we longer apply that anyway).max-width: 100%; to containers within jumbotrons to avoid horizontal scrollbar.width: auto; on select.form-control within .form-inline..small support to blockquote citations.margin instead of padding on .modal-dialog to click-thru to .modal-backdrop.@state- variables (applies to forms and labels).@navbar-padding-vertical for nav links vertical padding.background-image on .navbar-toggle in Firefox for Android.-moz- prefix as the last several versions don't require it.overflow-y: auto; to overflow-y: visible; to prevent vertical scrollbar in some navbar situations.navbar-text elements only when screen width is above @grid-float-breakpoint.padding on .navbar-collapse and negative margin for right-aligned navbar content to ensure proper alignment on the right side.color: inherit; to .panel-title to ensure proper text color when customizing @headings-color.outline reset for improved outlines on focus.thead content.bower.json to avoid npm errors.@grid-float-breakpoint-max to better link navbar behavior across viewports and improve customization when setting @grid-float-breakpoint.package.json.position to static for grid columns within tables to prevent borders from hiding in IE9, IE10, and Firefox.min-height of .radio/.checkbox for horizontal forms to ensure alignment of content below..table to responsive visibility mixin.dls.Be sure to run npm install if you're running grunt locally—we've updated our build process and have some new dependencies.
overflow-x: hidden; to body in offcanvas example to prevent horizontal scrolling.word-wrap: break-word; to docs Glyphicons class names to ensure proper wrapping in IE10-11.show() and hide() return before animation finishes.
mdo
released this
·
2069 commits
to master
since this release
An impromptu patch release to fix the version numbers in our JavaScript files, restore some missing grid classes, and general improvements to our documentation.
window.jQuery for jQuery.composer.json..thumbnail styles.& from CSS nesting for panels.npm install in order to run grunt).window.location.origin in Customizer..navbar-* alignment classes in .navbar-text example.media type on basic template exampleFor a full list of issues and pull requests in this release, see the v3.0.2 milestone.
mdo
released this
·
2107 commits
to master
since this release
First patch release for v3, featuring dozens of documentation improvements, bug fixes, and small improvements.
.show and .hide classestype="submit" to Customizer compile button to prevent accidental submissionsrole="toolbar" to elements with .btn-toolbar in docs examplesgrunt-html-validation instead of its git repo.navbar-form
role attributes in the docs, this time on link buttonsdata-ride carousel featurebugs to package.jsonbox-sizing warning with optional reset.hidden in the Helper classes Screen reader content sectionremote option semantics change to migration docs.img-polaroid class in Migration docs/assets to /docs-assets to reduce confusion between /dist and docs dependencies.prettyprint styles from code.less (we no longer use that plugin and the class is undocumented, so we're nuking it)left and right properties from .modal-dialog since we use margin to center the modalmargin settings to prevent some of the content shifting. Still needs JS love to detect scrollbars and adjust content accordingly (will address in v3.0.2)..active state to navbar nav in theme@component-active-color variable to complement @component-active-bg (and apply it to dropdowns, nav pills, and list group items)main files listoutput element by styling it more like our .form-control
-ms-linear-gradient prefixfont-family on <kbd> and <samp> to match browser defaults.table-hover styling apply to <th> within contextual table rows toowidth on .containers instead of max-width as IE8 doesn't fully support box-sizing: border-box when combined with min/max width/heightwidth: 1em; to all empty Glyphicons to prevent loading flicker.transition-property() mixin@headings-color variable.small to pair with our heading classes (e.g., h1 and .h1).center-block() mixin and update CSS to include it as a class@navbar-inverse-search-* variables@input-color to .input-group-addon to match the form controlsmax-width on Offcanvas example media query and add overflow-x: hidden to prevent scrollbar on narrow devices.table styles to immediate thead, tbody, and tfoot elements@breadcrumb-separator variable for customizing breadcrumbs@navbar-default-brand-color within the @navbar-default-brand-hover-color variablefilter on navbars in theme.less so that dropdowns can be triggered in IE<10background-image reset to Bootstrap buttons and form controls only to avoid Android Firefox bug@screen-sm variable instead of hardcoded pixel value in type.less.table-bordered in panels by removing side and bottom marginsbottom-border from last row of cells in tbody and tfoot within responsive tablesdisplay: block; from address element since browsers set that to startoverflow-y: auto; for .navbar-collapse instead of visible to better enable scrolling on Android 4.x devices (see issue for more details on support and gotchas)filter on buttons for IE9 in theme.less due to bleed-through with rounded corners (matches behavior and style of Bootstrap 2.x).accordion-toggle class from docs examplecontent property from .caret
.nav-pills dropdown links inherit active color!important from .wrap in the sticky footer examplesq element by default-webkit-linear-gradient in #gradient > .vertical mixinpadding-top on .form-control-static to horizontal forms onlyfont-size instead of hard-coded value.lead font-size to nearest whole pixel.hidden from responsive utilities to utilities (where it belongs, especially on account of deprecated .hide per #10769)box-shadow from .btn-link.dropdown-toggle
.navbar-fixed-bottom should have a top border, not a bottom borderposition: relative; to .modal-dialog so that the z-index takes effect.ir class from print stylesbackground-color hacks so that clicking carousel indicators in IE8-9 works as intendedz-index on navbars. Removes the default z-index: 1000; and instead only applies it to static-top, fixed-top, and fixed-bottom. Also fixes up the broken default navbar example's fubared padding.padding-left from first list item within .list-inline
.animation() mixin to replace .progress-bar's regular CSS animation properties (and drops the -moz, -ms, and -o prefies as they are not needed per http://caniuse.com/#feat=css-animation).background-color: #fff; to selects in print styles to fix Chrome bug@screen-* classes for @screen-*-min to better match the @screen-*-max variables and provide more context to their actual uses.@screen-{device} variables by deprecating them for @screen-*-min wherever possible..hide-text mixin for .text-hide. This matches our class-mixin strategy elsewhere (e.g., .clearfix) and ensures the class and mixin use the same name to avoid confusion.@container-{screen-size} variables (e.g., use @container-sm instead of @container-tablet).hide for .hidden so we don't duplicate functionality.For a complete list of changes, see the 3.0.1 milestone.
mdo
released this
·
2886 commits
to master
since this release
For those who haven't been following along too closely, here's a recap of all the biggest changes shipping with Bootstrap 3:
box-sizing: border-box, making for easier sizing options and an enhanced grid system.For our pre-release testers and others who have been following along with the RCs, here's a list of some of the more prominent changes made since RC2:
.navbar-default for the standard version..panel-default for the standard gray variation..alert.alert-warning for the previously default yellow alert).Thanks everyone! <3
(P.S. The dist download here includes compiled CSS, JS, and fonts only—no source code or docs.)
mdo
released this
Second release candidate for the upcoming Bootstrap 3. For a complete set of changes between RC1 and RC1, see the commit logs. Key changes are summarized below. To check it out, visit http://getbootstrap.com or use one of the download options below.
There's no dedicated ZIP file for the compiled CSS and JS—that falls out of date too quickly.
To stay up to date, download the latest 3.0.0-wip instead of the download options below.
Docs changes:
Global CSS changes:
.pull-right and .pull-left classes use !important to avoid needing overrides due to specificity (like in navbar, button groups, etc). See #8697.
background-color for improved use of rgba() colors within mixins. See #8877
Grid system:
.col-xs (phones), .col-sm (tablets), .col-md (desktops), and .col-lg (large desktops). Responsive utilities have been updated to match these new tiers as well. See relevant commit..rows only have negative left and right margins if they sit within a .container. This resolves the horizontal scrollbar issue for folks with full page containers (restoring the full behavior of the old fluid container from 2.x). See #8959.
Buttons:
:hover and :active states. Fixes #8786.
.btn-mini, .btn-small, or .btn-large, we now have .btn-xs, .btn-sm, and .btn-lg. See #9056.
.btn-group-xs, .btn-group-sm, or .btn-group-lg to any .btn-group and you're good to go. See #9295.
Forms:
.input-sm and .input-lg. See #9056.
@input-focus-border variable and .form-control-focus mixin to generate a custom border-color and box-shadow. See commit . * Size modifier classes for large and small components—including buttons, form inputs, pagination, and wells—have all been standardized to use -sm or -lg. See #9056.
.form-group, per #9382, to properly align and size all (native and custom) form controls. This also helps make form markup more consistent and flexible (just swap a class), so woohoo!.static-form-control to account for static, placeholder text in horizontal form layouts. Fixes #8150.
.input-group-sm or .input-group-lg to any .input-group and you're good to go. See #9295.
Dropped accordion for updated panel.
Navbar:
.navbar-header to wrap up brand and toggle..nav-collapse has been renamed to .navbar-collapse and automatically hits a max-height and will overflow to keep your nav content in the same viewport..pull-left or .pull-right, but rather .navbar-left and .navbar-right. This avoids issues with specificity due to chaining classes and enables easier styling.Miscellaneous component changes:
.alert-dismissable to properly pad the alert and align the close button. See #9310..alert-block for a simpler .alert..list-group-flush..label-default for the "default" gray option. See #9123.
mdo
released this
First release candidate for the upcoming Bootstrap 3. For a complete set of changes and migration help, visit the BS3 pull request and read through the opening comment.
To check it out, visit http://getbootstrap.com or use one of the download options below. bs-v3.0.0-rc1-dist.zip is the compiled CSS and JavaScript (you may also just download the entire source code.
<3
mdo
released this
·
5649 commits
to master
since this release
Updated tag to bump the jQuery dependency in Bower and bump Recess to 1.1.9.
Original 2.3.2 tag fixed dropdown for firefox (middleclick) and mobile. (May 17, 2013)
mdo
released this
·
5651 commits
to master
since this release
Patch release for @fat's n00bery
mdo
released this
·
5665 commits
to master
since this release
Minor release to add carousel indicators, improve tooltips, improve dev setup, and fix hella bugs.
npm install.container option to tooltips. The default option is still insertAfter, but now you may specify where to insert tooltips (and by extension, popovers) with the optional container parameter.max-width instead of width, have been widened from 240px to 280px, and will automatically hide the title if one has not been set via CSS :empty selector.:focus state as well. This goes for basic <a> tags, as well as buttons, navs, dropdowns, and more.screen and print via CSS.display: inline-block;, increased margin-bottom, and added vertical-align: middle; to match <input> styles..horizontal-three-colors() gradient mixin (with example in the CSS tests file)..text-left, .text-center, and .text-right utility classes for easy typographic alignment.@ms-viewport so IE10 can use responsive CSS when in split-screen mode.See more on the 2.3.0 pull request.
mdo
released this
·
5885 commits
to master
since this release
Bugfix release addressing docs, CSS, and some JavaScript issues. Key changes include:
font-size: 0; when placed in button groups.<p>, but rather directly into .popover-content..table-bordered and .table-striped greatly improved.<input>.See more on the 2.2.2 milestone.
mdo
released this
·
6027 commits
to master
since this release
Hotfix release to address the carousel bug reports.
mdo
released this
·
6028 commits
to master
since this release
2.1.2 is now 2.2.0: four new example templates, added media component, new typographic scale, fixed that box-shadow mixin bug, fixed z-index issues, and more.
@baseFontSize and @baseLineHeight..box-shadow(); mixin change that caused compiler errors..hero-unit p { ... }.
mdo
released this
·
6213 commits
to master
since this release
.text-success, at the bottom of the Typography section along with the long undocumented .muted..box-shadow() mixin more durable. It no longer requires escaping for multiple shadows, meaning you can easily use variables and functions in them once again..dl-horizontal dt and .horizontal-form .control-group to better handle the increased font-size.select now utilizes @inputBorder..lead now scales up from @baseFontSize instead of being a fixed font-size and line-height.
mdo
released this
·
6334 commits
to master
since this release
mdo
released this
·
6839 commits
to master
since this release
type="button" to all dismiss buttons in alerts and modals to avoid a bug in which they prevent their parent's form from properly submitting..lead.input selector and various resets, we target each type of input like input[type="text"], input[type="password"], etc.<p> for font-family, font-size, and line-height.color declaration from the <label> element.legend and .form-actions share the same border-color, #e5e5e5.max-width: 100%; on images from messing up Google Maps rendering..pull-right > .dropdown-menu..placeholder() mixin to use & operator in Less for proper output when compiling.-ms-input-placeholder to .placeholder() mixin.
mdo
released this
·
6920 commits
to master
since this release
!important to all declarations, and use display: inherit in place of display: block to account for different types of elements.> from fluid grid column selectors, meaning every element with a .span* class within a .row-fluid will use percentage widths instead of fixed-pixels.max-width: 100%; to images by default. We removed it in our last release since we had folks complaining about Google Maps integration and other projects, but we're taking a different stance now on these things and will require developers to make these tweaks on their end.@navbarBrandColor for the brand element in navbars, which defaults to @navbarLinkColor.filter on the .reset-filter() mixin that was causing some errors depending on your compiler..form-actions background, which was too dark, by adding a new variable @formActionsBackground and changing the color to #f5f5f5 instead of #eee..dropdown.open, we now use just .open. On the defaults side, all dropdown menus now have rounded corners to start..dropdown-toggle styles (for dropdown buttons) by darkening the background and sharpening the inset shadow to match the active state of buttons..uneditable-input was being floated and a missing comma meant its border-radius for the append option wasn't being applied properly.height: auto; from img since it was overriding dimensions set via HTML attributes..navbar-text. Instead of a general styling on all anchors within an element with that class, we now have a new class to specifically apply appropriate link color.@navbarHeight on the brand/project name and nav links for complete navbar height customization..search-query inputs in IE7 since it doesn't have border-radius.button elements as close icons instead of a. Both can be used, but an a will require href="#" for dismissal on iOS devices.select elements required two clicks to toggle the dropdown. Resolved by moving the position: relative to the select by default instead of on :focus..backface-visibility, to help refine CSS 3D tranforms. Examples and explanation of usage can be found on CSS Tricks.input, select, and textarea elements that use .span* classes..dl-horizontal, now truncate terms that are too long to fit in their fixed-width column. In the < 767px responsive layout, they change to their default stacked layout..tab-content would not growing to its parent's full width due to display: table. We removed that and the width: 100% and instead just set overflow: auto to clear the left and right aligned tabs.> to most of the button group selectors@inputBorderRadius, to all form controls that previously made use of the static 3px value everywhere.border-radius for tables. Instead of the regular mixin that zeros out all other corners, we specify one corner only so they can be combined for use on single column table headers.offset paramater to the .makeColumn..nav-collapse to appropriately scope the responsive navbar behavior.input.vertical-align: baseline; so they line up with surrounding text.@siteWidth, a variable no longer in use.@buttonPrimaryBackground variable, which is no longer in use..badge-error with .badge-important. The error option is not a valid class and was a typo in the docs.p tag, but the required HTML is any element with class .navbar-text..tabbable for tabs. The wrapping class is only required for left and right tabs to clear their floats. Also added mention of .fade to fade in tabs.input class, .search-query, for the search form variationdisplay: block; to start as fields are inline-block to start.data-target attribute for the dropdowns javascript plugin to show how to keep custom URLs intact on links with .dropdown-toggle class.
mdo
released this
·
7190 commits
to master
since this release
.input-prepend and .input-append, however, this requires you to ensure there is no whitespace in your code between .add-on and the input..input-prepend and .input-append, added ability to use add-ons on both sides when you chain the selectors..btn-dark reference to .btn-inverse..tab-content for tabbable sections..navbar .container to use width: auto; to start and then reset the fixed widths via the #gridSystem mixin (it's a little dirty, but required to avoid adding another class).text-align: right; instead of float: right on the button level. This was changed to allow the use of .pull-left and .pull-right to align buttons easily. Double check your button order with this change!input and textarea grid sizes to properly apply the CSS (was input > .span* and now is input.span*)..disabled class support to the pager component (also added a mention of this to the docs).well-large and .well-small classes for extending the well component
mdo
released this
·
7433 commits
to master
since this release
.control-label in the examples, but the CSS didn't make clear use of it. This class is required for horizontal forms and has been reflected in the CSS.!importanton line-height for inputs, so that's the big one..btn-inverse..btn-mini.http: to the HTML5 schim because IE7-8 wouldn't recognize it, dropping some HTML5 support for those browsers and introducing major performance issues.
mdo
released this
·
7648 commits
to master
since this release
Essentially an entire rewrite of the library—docs, CSS, and JavaScript. Adds optional responsive CSS for nearly all components.
/docs/assets/css/.make in the Terminal and get updated docs and CSS.h4 elements were dropped from 16px to 14px with a default line-height of 18pxh5 elements were dropped from 14px to 12pxh6 elements were dropped from 13px to 11pxfloat: right;
<code>
colspan and rowspan
.table
.table- required as a prefix.btn-
.buttonBackground, to set button gradients.form- required as a prefixlabel
<i class="icon-cog"></>
.icon-white, for white variation of the same icon.btn-group, can be grouped one level higher with a button toolbar, .btn-toolbar
.nav, on their <ul>
.nav
.nav-stacked to the <ul>
.topbar to .navbar
.navbar-fixed-top (previously only supported fixed).navbar-form to properly scope styles to only the intended forms..navbar-search class and its input the use of .search-query. To position the search form, you must use .pull-left or .pull-right..dropdown-menu to tighten up spacing<span class="caret"></span> to show the dropdown arrow.media-grid, now just .thumbnails, we've thoroughly extended this component for more uses while maintaining overall simplicity out of the box..thumbnail class.alert instead of .alert-message
.alert-
.alert-block instead of .block-message
We're rewritten just about everything for our plugins, so head on over to the Javascript page to learn more.
.title to .popover-title, .inner to .popover-inner, and .content to .popover-content.
mdo
released this
·
8563 commits
to master
since this release
mdo
released this
·
8695 commits
to master
since this release
input.span5 for a 280px-wide input):focus states from :active links in Firefox.clearfix in forms.less that added bottom margin to all containers.container() mixing to be .fixed-container() to prevent conflicts when compilingbox-shadow or outline on :focus) to all buttons, links, and inputsh3 in topbar, but still support for backwards compatibility
mdo
released this
·
8877 commits
to master
since this release
mdo
released this
·
8946 commits
to master
since this release
mdo
released this
·
8980 commits
to master
since this release
mdo
released this
·
9103 commits
to master
since this release
Initial release of Bootstrap! Includes only CSS and docs (JavaScript plugins not added until v1.3).