aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/scss/docs.scss
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-55/+0
2017-05-28move algolia overrides to separate scss partialMark Otto1-0/+1
2017-05-28move docs vars to new scss partialMark Otto1-11/+1
2017-05-26Drop CSS icons for SVGs (#22708)Mark Otto1-1/+0
* add the svg icon as a partial so we can include it easily * add the icon to the homepage * drop .bd-booticon for svgs here * rip out the import for .bd-booticon sass file * Delete _booticon.scss * indentation * Update bootstrap-icon.html * remove those
2017-01-01Update copyright years to 2017Nuno Arruda1-2/+2
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow1-1/+1
2016-05-20Add "The Bootstrap Authors" to copyright notices (#19936)Chris Rebert1-0/+1
❤️❤️❤️ https://github.com/twbs/bootstrap/graphs/contributors
2016-01-19Fix typo in docs/assets/scss/docs.scssruedap1-1/+1
2016-01-01Update copyright years to 2016Chris Rebert1-1/+1
[ci skip]
2015-10-24Replace ZeroClipboard with clipboard.js.XhmikosR1-1/+1
Things left: 1. clear the selection after copy 2. add messages for success and error
2015-09-05Port skiplink styling from v3 to v4Patrick H. Lauke1-0/+1
2015-08-29Use `https` when possible.XhmikosR1-1/+1
[ci skip]
2015-08-25Bump year.XhmikosR1-1/+1
[ci skip]
2015-08-17redo hella docs scssMark Otto1-5/+7
- clean out commented out code - break apart homepage.scss into sub files by component - rename a few files to reflect their new component names
2015-08-16darken gradientMark Otto1-1/+1
2015-08-14Massive cleanupMark Otto1-1/+1
- Simpler main nav on all pages - Back to purple masthead on homepage instead of dark graphite - Active link styles on the main nav - Cleaned up sidebar nav - New docs layout name - Homepage copy edits - Updated bright purple docs color
2015-08-05tweak homepage copy and layoutMark Otto1-0/+1
2015-08-04yayMark Otto1-2/+3
2015-08-04color function that shizMark Otto1-1/+1
2015-08-04tweak footer stylesMark Otto1-6/+8
2015-04-16break down docs scss into imports, hell yeahMark Otto1-1538/+33
2015-04-16complete the docs scss tocMark Otto1-4/+32
2015-04-16start toc in docs scss fileMark Otto1-3/+14
2015-04-16rename classes from .bs-docs and .bs to .bdMark Otto1-200/+215
2015-04-15more docs nav changesMark Otto1-6/+7
2015-04-15footer button alignmentMark Otto1-6/+1
2015-04-15tweak alignment and spacingMark Otto1-7/+2
2015-04-15don't boost first paragraph on mobileMark Otto1-5/+2
2015-04-15fix .highlight spacingMark Otto1-2/+3
2015-04-14grunt and docsMark Otto1-1/+1
2015-04-13redo sidenavMark Otto1-30/+41
2015-04-13docs derpMark Otto1-6/+2
2015-03-11update image docs and stylesMark Otto1-5/+10
2015-03-11better tables in the docsMark Otto1-0/+5
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-09fix examples alignmentMark Otto1-0/+2
2015-03-09docs redesign a bitMark Otto1-22/+72
2015-03-01Remove dupe docs CSS, move anchor styles to scss directory, recompileMark Otto1-1/+1
2015-03-01Merge branch 'master' into v4Mark Otto1-0/+1
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-01-20several docs cleanup thingsMark Otto1-23/+26
2015-01-20large page titlesMark Otto1-0/+4
2015-01-20fix docs homepage adMark Otto1-2/+3
2015-01-19new headers, ad placements, intro paragraphs on several pages, etcMark Otto1-29/+34
2015-01-19tons of docs helpers cleanupMark Otto1-0/+19
2015-01-19docs subheading tweaksMark Otto1-1/+2
2015-01-19better separation of docs sections with a light bottom border on h2sMark Otto1-0/+2
2015-01-19fix homepage nav stylesMark Otto1-26/+29
2015-01-06update responsive utility docs post-overhaulChris Rebert1-8/+28
2015-01-06streamline homepage navMark Otto1-7/+2