aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
AgeCommit message (Collapse)AuthorFilesLines
2015-04-13redo sidenavMark Otto3-32/+43
2015-04-13docs derpMark Otto3-8/+4
2015-04-07grunt dist docsChris Rebert4-28/+29
[skip sauce]
2015-04-07Upgrade to Holder v2.5.2Chris Rebert1-4/+4
Fixes #16216, FWICT
2015-04-01Eliminate spurrious padding in .bs-docs-headerSteven Black1-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-30Remove grid sizing styles on tablesMark Otto1-1/+1
2015-03-30rewrite table modifiers to use .table- prefixMark Otto1-1/+1
2015-03-30Fixes #13583: Move .sr-only and .sr-only-focusable to mixins, then use them ↵Mark Otto2-2/+3
to create classes in _utilities.scss
2015-03-29grunt dist and docsMark Otto1-1/+1
2015-03-28gruntMark Otto2-5/+5
2015-03-16full gruntv3.3.4Chris Rebert2-3/+3
2015-03-16v3.3.2 => v3.3.4Chris Rebert1-1/+1
2015-03-15Run `grunt`.XhmikosR3-25/+55
2015-03-11grunt cssMark Otto2-2/+2
2015-03-11update image docs and stylesMark Otto1-5/+10
2015-03-11grunt cssMark Otto2-2/+2
2015-03-11better tables in the docsMark Otto1-0/+5
2015-03-09scope the anchor highlightingMark Otto1-1/+1
2015-03-09more component alignment fixes for docsMark Otto1-0/+5
2015-03-09fix alignment of progress elements in examplesMark Otto1-1/+3
2015-03-09nuke theme toggler jsMark Otto1-27/+0
2015-03-09fix examples alignmentMark Otto3-2/+4
2015-03-09docs redesign a bitMark Otto3-24/+74
2015-03-03Javascript docs: Accessibility and cosmetic changes to headings.Steven Black1-0/+7
Closes #15915 by merging it.
2015-03-02Disable es3 for tests and customizer.js.XhmikosR1-0/+1
2015-03-02Run `grunt`.XhmikosR1-2/+2
2015-03-01Remove dupe docs CSS, move anchor styles to scss directory, recompileMark Otto5-1415/+4
2015-03-01fix validation, run grunt distMark Otto2-33/+34
2015-03-01Merge branch 'master' into v4Mark Otto4-1/+115
Conflicts: .travis.yml Gruntfile.js bower.json dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.js dist/js/bootstrap.min.js docs/_data/glyphicons.yml docs/_includes/components/breadcrumbs.html docs/_includes/components/button-dropdowns.html docs/_includes/components/button-groups.html docs/_includes/components/dropdowns.html docs/_includes/components/glyphicons.html docs/_includes/components/labels.html docs/_includes/components/list-group.html docs/_includes/components/media.html docs/_includes/components/navs.html docs/_includes/components/panels.html docs/_includes/components/progress-bars.html docs/_includes/components/thumbnails.html docs/_includes/components/wells.html docs/_includes/css/buttons.html docs/_includes/css/forms.html docs/_includes/css/helpers.html docs/_includes/css/images.html docs/_includes/css/less.html docs/_includes/customizer-variables.html docs/_includes/getting-started/accessibility.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/community.html docs/_includes/getting-started/examples.html docs/_includes/getting-started/grunt.html docs/_includes/getting-started/license.html docs/_includes/getting-started/template.html docs/_includes/header.html docs/_includes/js/affix.html docs/_includes/js/alerts.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/dropdowns.html docs/_includes/js/modal.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/scrollspy.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/js/transitions.html docs/_includes/nav/javascript.html docs/_layouts/default.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js docs/assets/js/raw-files.min.js docs/assets/js/vendor/FileSaver.js docs/assets/js/vendor/autoprefixer.js docs/assets/js/vendor/uglify.min.js docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/js/bootstrap.min.js docs/examples/blog/index.html docs/examples/carousel/index.html docs/examples/cover/index.html docs/examples/dashboard/index.html docs/examples/narrow-jumbotron/narrow-jumbotron.css docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/non-responsive/index.html docs/examples/non-responsive/non-responsive.css docs/examples/theme/index.html grunt/configBridge.json js/affix.js js/carousel.js js/collapse.js js/dropdown.js js/modal.js js/popover.js js/scrollspy.js js/tab.js js/tests/unit/affix.js js/tests/unit/button.js js/tests/unit/carousel.js js/tests/unit/modal.js js/tests/unit/tooltip.js js/tooltip.js less/badges.less less/glyphicons.less less/type.less less/variables.less package.json scss/_dropdown.scss scss/_forms.scss test-infra/npm-shrinkwrap.json
2015-02-26Run `grunt`.XhmikosR2-3/+3
2015-02-20Run `grunt`.XhmikosR2-2/+2
2015-02-10Run `grunt`.XhmikosR2-2/+2
2015-02-04Merge pull request #15714 from patrickhlauke/skip-link-fixesPatrick H. Lauke1-0/+5
Skip link workarounds for Chrome and IE
2015-01-31Skip link workarounds for Chrome and IEPatrick H. Lauke1-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-30Run `grunt`.XhmikosR1-13/+16
2015-01-30Update uglify.js to v2.4.16.XhmikosR1-4/+5
2015-01-30Update autoprefixer to v5.1.0.XhmikosR1-3056/+6668
2015-01-30Bump FileSaver.js to v2015-01-04.XhmikosR1-6/+7
2015-01-30Run `grunt`.XhmikosR2-2/+2
2015-01-26Fix validation errors.XhmikosR1-1/+1
Surprisingly those weren't reported by the validator; only in the grunt-contrib-htmlmin branch they were reported, so after digging into it, I saw they were indeed errors...
2015-01-21Merge branch 'master' into move-inline-cssMark Otto7-7/+125
Conflicts: docs/assets/css/docs.min.css
2015-01-21style changesMark Otto5-51/+37
2015-01-21Move inline CSS to docs.css.XhmikosR2-1/+22
2015-01-21Add AnchorJS for docs anchors.XhmikosR6-5/+137
2015-01-20several docs cleanup thingsMark Otto3-25/+28
2015-01-20large page titlesMark Otto3-2/+6
2015-01-20fix docs homepage adMark Otto3-4/+5
2015-01-19new headers, ad placements, intro paragraphs on several pages, etcMark Otto3-31/+36
2015-01-19tons of docs helpers cleanupMark Otto3-2/+21
2015-01-19fix broken breadcrumb dividerMark Otto2-2/+2