aboutsummaryrefslogtreecommitdiff
path: root/docs-assets
AgeCommit message (Collapse)AuthorFilesLines
2013-11-06gruntMark Otto1-1/+1
2013-11-06run grunt after version bumpsMark Otto1-1/+1
2013-11-05re-gruntChris Rebert1-2/+2
2013-11-01don't use nonstandard window.location.origin in customizer JS; fixes #11317Chris Rebert1-1/+2
2013-11-01update version numbers in JS file comment headers to v3.0.1 & regruntChris Rebert1-1/+1
2013-11-01Update customizer.jsBrian Surowiec1-1/+1
2013-10-31Support .h1 in place of h1 inside .jumbotronKevin Locke1-1/+1
As in #7284, it can often be useful to style text like a heading in places where using the heading tag would be either semantically incorrect, less accessible, or otherwise invalid. Support this in .jumbotron as in the rest of the document by allowing elements with class .h1 to stand in for the h1 element. Signed-off-by: Kevin Locke <[email protected]>
2013-10-30more gruntMark Otto1-2/+2
2013-10-28run gruntMark Otto1-2/+2
2013-10-20run grunt on last commit for gradient syntax changeMark Otto1-1/+1
2013-10-20mo gruntMark Otto1-1/+1
2013-10-17Warn about IE8 + Respond.js + file:// problem in examples; fix #11019Chris Rebert1-0/+12
2013-10-17even shorter banner; remove space between slash and periodMark Otto3-9/+12
2013-10-17add explicit copyright header to docs CSS & JS files; fixes #11112Chris Rebert3-0/+21
2013-10-16Active state overrides contextual list-item stylesMax Edmands1-1/+1
2013-10-16Adding contextual styles to list-itemsAaron Borden1-1/+1
2013-10-16redo the glyphicons icons list to make icons not blurry on edges /cc @jankovarikMark Otto1-2/+6
2013-10-15Added opacity to customizer and rebuilt customizerGeremia Taglialatela1-1/+1
2013-10-14nuke commented out docs cssMark Otto1-14/+0
2013-10-14run gruntChris Rebert1-2/+2
2013-10-14Merge pull request #10779 from ssorallen/customizer-bootstrap-less-orderChris Rebert1-11/+37
Use bootstrap.less file order in Customizer
2013-10-14fix about page html validation and run gruntMark Otto2-2/+4
2013-10-13update to latest jszipChris Rebert1-57/+99
commit 04fc93045334dc1b679aba5c2dce206da777a85c 2013-10-12T12:39:56-07:00
2013-10-13Merge pull request #11076 from twbs/respond-js-cdnChris Rebert1-6/+0
use CDN for respond.js
2013-10-13Merge branch 'docs_welcome'Mark Otto1-10/+61
2013-10-13use CDN for respond.jsChris Rebert1-6/+0
2013-10-13run gruntMark Otto1-1/+1
2013-10-13Merge branch 'master' into restore_grid_mixinsMark Otto7-136/+111
Conflicts: dist/css/bootstrap.min.css
2013-10-13remove screen from all docs media queriesMark Otto1-14/+14
2013-10-11Combine separate efforts for grid mixins into one, cleanup and reorganizeMark Otto1-0/+6
2013-10-09Merge pull request #11013 from twbs/fix-10989Mark Otto2-14/+0
Use CDNs for more example JavaScripts
2013-10-09use data-ride="carousel" in the docs & examples; fixes #11005Chris Rebert1-3/+0
2013-10-09re-remove execute permissions; apparent upstream bugChris Rebert1-0/+0
2013-10-09upgrade holder.js to v2.1Chris Rebert1-97/+82
2013-10-09Fixes #9925: convert font data to base64, fixing 0xefbfbd (Unicode ↵herom2-3/+3
Replacement Character) chars in customizer fonts. Merges #9982
2013-10-09Customizer: include config.json in bootstrap.zipStuart P. Bentley1-5/+12
merges #10633; fixes part of #9951
2013-10-09use CDN for jQuery instead of vendoring it; fixes part of #10989Chris Rebert1-6/+0
2013-10-09use CDN for html5shiv instead of vendoring it; fixes part of #10989Chris Rebert1-8/+0
2013-10-09there's no reason for holder.js to be executableChris Rebert1-0/+0
2013-10-07Fixes #10126: Update responsive test cases to properly highlight hidden ↵Mark Otto1-8/+8
class examples
2013-10-07run gruntMark Otto1-1/+1
2013-10-05merge in new adsMark Otto1-0/+33
2013-10-01run gruntMark Otto1-2/+2
2013-09-23Use bootstrap.less file order in CustomizerRoss Allen1-11/+37
Appending stylesheets by iterating the `__less` Hash creates an order that is not the same as 'bootstrap.less'. Some stylesheets like 'component-animations.less' and 'modals.less' have selectors with matching specificity, and so file order decides which style wins. This causes issue #10030 by putting `.fade.in` after `.modal-backdrop.in` and gives the backdrop a higher opacity than intended. This change uses the Less ordering in 'bootstrap.less' to generate the final stylesheets in the Customizer to make sure customized file ordering matches the distribution file order. Fixes #10030
2013-09-23move /assets/ to /docs-assets/ ; fixes #10715Chris Rebert15-0/+3618