| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-07-17 | Docs CSS: Removed border from GitHub buttons (#19606) | Nicolas Ettlin | 1 | -0/+1 | |
| [skip sauce] | |||||
| 2016-02-28 | Run grunt. | XhmikosR | 1 | -2/+2 | |
| [ci skip] | |||||
| 2016-01-01 | Docs: disable printing of hrefs; fixes #18711 | Chris Rebert | 1 | -0/+7 | |
| [ci skip] | |||||
| 2016-01-01 | Update copyright years to 2016 | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-12-06 | Checkin .v4-tease styles | Chris Rebert | 1 | -0/+15 | |
| [skip sauce] | |||||
| 2015-07-31 | simpler footer with no social buttons, fewer links | Mark Otto | 1 | -43/+14 | |
| 2015-05-30 | Adjust Carbon Ads margin on -xs | Timothy Gu | 1 | -1/+1 | |
| The .container that immediately surrounds .carbonad has a padding of 15px, not 30px. Fixes #16552. | |||||
| 2015-05-17 | Use `https` when possible. | XhmikosR | 1 | -1/+1 | |
| 2015-05-16 | Update Anchor.js and port over the existing styles. | Bryan Braun | 2 | -60/+25 | |
| Anchor.js 1.0.0 drops the need to use anchor.css, so we remove it from the codebase and move any leftover styles over to docs.css. Closes #16488 by merging it. | |||||
| 2015-04-28 | Bump copyright year. | XhmikosR | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-04-01 | Eliminate spurrious padding in .bs-docs-header | Steven Black | 1 | -1/+1 | |
| I agree with all the comments here. Rather than dicker with container nesting at this late juncture, near sunset for BS 3.0x, let's just fix and move on. It's docs only. This PR addresses issue #15100 and eliminates the unnecessary horizontal scrollbar that appears for width for width >=768px and <= 782px. Tested on three different iOS devices and FireFox/Chrome on OSX and it's fine now. The only difference is the text in .bs-docs-header is shifted left by 15-pixels, lines are 30 px longer so wrap less in some circumstances in some viewports. | |||||
| 2015-03-03 | Javascript docs: Accessibility and cosmetic changes to headings. | Steven Black | 1 | -0/+7 | |
| Closes #15915 by merging it. | |||||
| 2015-01-31 | Skip link workarounds for Chrome and IE | Patrick H. Lauke | 1 | -0/+5 | |
| Add tabindex="-1" to main #content to work around bug in Chrome (and old WebKits) and IE Update advice in accessibility section Include patch in docs CSS to suppress outline when #content is focused (particularly as Chrome sets focus as result of mouse click for tabindex="-1" elements) | |||||
| 2015-01-21 | Merge branch 'master' into move-inline-css | Mark Otto | 1 | -0/+60 | |
| Conflicts: docs/assets/css/docs.min.css | |||||
| 2015-01-21 | style changes | Mark Otto | 2 | -47/+33 | |
| 2015-01-21 | Move inline CSS to docs.css. | XhmikosR | 1 | -0/+21 | |
| 2015-01-21 | Add AnchorJS for docs anchors. | XhmikosR | 2 | -0/+74 | |
| 2014-12-30 | Use a glyphicon instead of the unicode character. | XhmikosR | 1 | -2/+4 | |
| 2014-12-20 | grunt | Mark Otto | 1 | -2/+2 | |
| 2014-12-14 | Make skip link look less "bare bones" | Patrick H. Lauke | 1 | -0/+20 | |
| Additional markup for the skip link (to ensure it has the same effective width as the main content, and to provide an outline around just the link text) plus some basic styles...make it look a bit more in keeping with the overall look and feel of the docs. | |||||
| 2014-12-11 | Tweak colors to improve accessibility. | XhmikosR | 1 | -10/+10 | |
| 2014-12-11 | Specify `img` dimensions in the HTML. | XhmikosR | 1 | -4/+0 | |
| 2014-11-29 | Fixes #15241: Add simple example to docs for collapse plugin | Mark Otto | 1 | -0/+5 | |
| 2014-11-20 | Merge pull request #15159 from twbs/docs-muted | XhmikosR | 1 | -1/+0 | |
| Clean up old `muted` references and switch to `text-muted`. | |||||
| 2014-11-20 | Clean up old `muted` references and switch to `text-muted`. | XhmikosR | 1 | -1/+0 | |
| 2014-11-12 | Don't line wrap event names in JS plugin docs | Chris Rebert | 1 | -0/+5 | |
| 2014-11-09 | darken primary blue for accessibility contrast on link colors | Mark Otto | 1 | -2/+2 | |
| 2014-11-04 | Use Jekyll data for Wall of Browser Bugs | Heinrich Fenkart | 1 | -0/+15 | |
| 2014-10-28 | Reverts #14848, the overflow scrolling in the docs sidebar /cc @hnrch02 | Mark Otto | 1 | -2/+0 | |
| 2014-10-27 | .bs-customizer-input => .col-xs-4 | Chris Rebert | 1 | -7/+0 | |
| 2014-10-25 | fix clipboard button and examples | Mark Otto | 1 | -2/+8 | |
| 2014-10-24 | 20px from bottom because the final frontier | Mark Otto | 1 | -1/+1 | |
| 2014-10-22 | Allow to scroll the nav | Ilya Radchenko | 1 | -0/+2 | |
| Basically it's impossible to use the navigation if it's expanded. This will allow it to be scrollable so that the menus are accessable. | |||||
| 2014-08-27 | Fixes #14439: Add static tooltip example to docs | Mark Otto | 1 | -0/+6 | |
| 2014-08-26 | Specify `cursor: pointer` for `#import-manual-trigger`. | XhmikosR | 1 | -2/+5 | |
| 2014-08-23 | fixes #14425: remove invalid css property | Mark Otto | 1 | -1/+0 | |
| 2014-07-31 | Add drag and drop config import; closes #11004 | Thomas Welton | 1 | -0/+24 | |
| Closes #13790 by merging a rebased version of it. | |||||
| 2014-07-17 | Merge alert examples and add `.bs-example-standalone` class | Heinrich Fenkart | 1 | -0/+3 | |
| 2014-07-07 | Cut down on homepage file size; reorg some docs CSS | Mark Otto | 1 | -67/+53 | |
| 2014-07-03 | use non-minified docs CSS on non-gh-pages | Chris Rebert | 2 | -0/+1584 | |
| 2014-03-24 | Fix #13138: use underscore prefix to ignore directories | Zlatan Vasović | 2 | -1526/+0 | |
| 2014-03-09 | Merge branch 'master' into fix-8869 | Mark Otto | 2 | -0/+1526 | |
| 2014-03-07 | Reorganize docs assets | Zlatan Vasović | 2 | -0/+1526 | |
