aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/grid
AgeCommit message (Collapse)AuthorFilesLines
2016-11-04Update docs to reflect new breakpoint naming conventionEric Nolte1-20/+20
2016-10-20Normalize examples and update where relevant.Bardi Harborow1-32/+30
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow1-1/+1
2016-07-25update text in grid exampleMark Otto1-2/+2
2016-02-27Example pages: Remove usages of defunct .page-header classChris Rebert1-4/+2
/fyi @mdo Note: The selector in dashboard.css that used .page-header was superfluous because the margin that it zeroed was already zero even without that declaration. [skip sauce]
2016-02-06flip things around again, no more base class, try out some new stuff to keep ↵Mark Otto1-47/+47
responsive flex grid working
2016-02-06Update base class for grid cols in all examplesMark Otto1-47/+47
2016-01-09Update Grid example from v3 to v4; fixes #18818Chris Rebert1-1/+1
2015-10-06Add shrink-to-fit viewport directivePatrick H. Lauke1-1/+1
Fixes potential problems with iOS9's new viewport behavior - see for instance https://forums.developer.apple.com/thread/13510
2015-09-06Clean up inclusion of IE-specific JS files.XhmikosR1-3/+2
Move them to footer, and remove duplicate ones. [ci skip]
2015-08-24Replace remaining instances of defunct .visible* classes in docsChris Rebert1-1/+1
.visible-xs(-block) => .hidden-sm-up Fixes #17263. [skip sauce]
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-02-02Fix issue #15601 — Position of X-UA-CompatibleKevin Kirsche1-0/+1
Fix issue #15601 — Position of X-UA-Compatible, charset and viewport Add comment to all examples The non-responsive is correctly saying 2 instead of 3
2014-12-04tweak grid docs, add new tierMark Otto1-0/+33
2014-10-27switch to max-width on containersMark Otto1-10/+14
2014-10-23Fix a small typo in comment.XhmikosR1-1/+1
[ci skip]
2014-07-27Fix #14164: move Windows Phone 8 IE10 viewport bug workaround script to ↵Chris Rebert1-6/+2
footer of pages
2014-07-09Nuke IE8 stuff from docsMark Otto1-10/+0
2014-06-09Move apple-touch-icon-precomposed.png and favicon.ico in docs root.XhmikosR1-1/+1
This way, it works in all browsers.
2014-05-22Revert 4f9270cc20c29cd3fbb0664379d620d14bb24a91.XhmikosR1-1/+1
The validator doesn't choke anymore on this and even though it's not spec compliant, it's needed for some IE versions. So until we move favicon.ico in root, this should do the job.
2014-05-10Update html5shiv to 3.7.2.XhmikosR1-1/+1
2014-04-27add ie-emulation-modes-warning.js to docs & examplesChris Rebert1-1/+2
2014-04-24Merge pull request #13390 from twbs/ie10-viewport-bugMark Otto1-0/+3
add IE10 viewport bug workaround to examples
2014-04-21Use the new respond.js URL.XhmikosR1-1/+1
2014-04-21Update html5shiv to v3.7.1.XhmikosR1-1/+1
2014-04-20add IE10 viewport bug workaround to examplesChris Rebert1-0/+3
Closes #13379.
2014-04-17fixes #13365: remove dupe css in grid exampleMark Otto1-5/+0
2014-03-24Switch to `icon` instead of `shortcut icon` to fix the HTML validation tests.XhmikosR1-1/+1
2014-02-04Add examples/**/*.css in csscomb task.XhmikosR1-2/+2
2014-02-04Examples: fix csslint errors.XhmikosR1-1/+1
2014-01-25Clarify nesting in grid exampleJulian Thilo1-1/+1
2014-01-19Improve <meta> tagsZlatan Vasović1-1/+1
2014-01-01fix assets links in all exampleswangsai1-3/+3
2013-12-28Rearrange repository contents because muahahahahahahaMark Otto2-0/+180