aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
AgeCommit message (Collapse)AuthorFilesLines
2015-05-22gruntMark Otto1-1/+1
2015-05-11rewritten tooltip + tether integration and death to our positioner jankfat2-53/+1305
2015-04-29le gruntMark Otto1-1/+1
2015-04-29gruntMark Otto2-2/+2
2015-04-27gruntMark Otto2-2/+2
2015-04-25navMark Otto1-1/+1
2015-04-23scope grid example styles betterMark Otto2-2/+2
2015-04-22clarify some docs, improve layoutMark Otto2-2/+2
2015-04-20recenter homepageMark Otto2-2/+2
2015-04-18New form control sizing, new navbar condensed variation, update nav and ↵Mark Otto2-2/+2
navbar spacing
2015-04-17gruntMark Otto1-1/+1
2015-04-17massive rewrite of forms docs and some cssMark Otto2-2/+2
2015-04-17move all JS buttons docs to regular buttons docs page, rewrite the callouts ↵Mark Otto2-2/+2
and some docs verbage
2015-04-17try out a light gray sidebarMark Otto2-2/+2
2015-04-16more reboot updatesMark Otto2-2/+2
2015-04-16start stubbing out a new reboot section and fileMark Otto2-2/+2
2015-04-16break down docs scss into imports, hell yeahMark Otto2-2/+19
2015-04-16redo the anchor css in scss, comment out unused code, add our own styles /cc ↵Mark Otto2-2/+2
@xhmikosr
2015-04-16rename classes from .bs-docs and .bs to .bdMark Otto1-1/+1
2015-04-15more docs nav changesMark Otto2-2/+2
2015-04-15gruntMark Otto2-2/+2
2015-04-13redo sidenavMark Otto2-2/+2
2015-04-13docs derpMark Otto2-2/+2
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-11grunt cssMark Otto2-2/+2
2015-03-11grunt cssMark Otto2-2/+2
2015-03-09fix examples alignmentMark Otto2-2/+2
2015-03-09docs redesign a bitMark Otto2-2/+2
2015-03-01Remove dupe docs CSS, move anchor styles to scss directory, recompileMark Otto4-1474/+3
2015-03-01fix validation, run grunt distMark Otto2-33/+34
2015-03-01Merge branch 'master' into v4Mark Otto1-0/+60
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-10Run `grunt`.XhmikosR1-1/+1
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-21Merge branch 'master' into move-inline-cssMark Otto2-2/+62
Conflicts: docs/assets/css/docs.min.css
2015-01-21style changesMark Otto3-49/+35
2015-01-21Move inline CSS to docs.css.XhmikosR2-1/+22
2015-01-21Add AnchorJS for docs anchors.XhmikosR3-2/+76
2015-01-20several docs cleanup thingsMark Otto2-2/+2
2015-01-20large page titlesMark Otto2-2/+2
2015-01-20fix docs homepage adMark Otto2-2/+2
2015-01-19new headers, ad placements, intro paragraphs on several pages, etcMark Otto2-2/+2
2015-01-19tons of docs helpers cleanupMark Otto2-2/+2
2015-01-19fix broken breadcrumb dividerMark Otto2-2/+2
2015-01-19fix border color on inverse tablesMark Otto2-2/+2
2015-01-19fix homepage nav stylesMark Otto2-2/+2
2015-01-15gruntMark Otto1-1/+1
2015-01-07gruntChris Rebert2-3/+2