aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
AgeCommit message (Collapse)AuthorFilesLines
2014-01-22scope styles to masthead, not homepageMark Otto1-2/+2
2014-01-20spacingMark Otto1-0/+1
2014-01-18kill bottom margin on last docs sectionMark Otto1-0/+3
2014-01-15Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-1/+1
Conflicts: docs/assets/css/pack.min.css
2014-01-15fix ad placementMark Otto1-1/+3
2014-01-16Fix customizer's toggle buttons' marginJulian Thilo1-1/+1
2014-01-15Fix page headersMark Otto1-10/+3
2014-01-13header masthead changesMark Otto1-2/+5
2014-01-13make page headers like mastheadMark Otto1-25/+17
2014-01-13Merge branch 'master' into docs_derpMark Otto1-1/+1
Conflicts: docs/assets/css/pack.min.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js
2014-01-13avoid redundant banner in minified docs CSSChris Rebert1-1/+1
2014-01-12Formatting and docs changesMark Otto1-3/+2
2014-01-11Improve spacing and alignment of sections and their headingsMark Otto1-4/+3
2014-01-11brand guidelines cleanupMark Otto1-17/+22
2014-01-11homepage improvementsMark Otto1-18/+19
2014-01-09Merge branch 'master' into docs_derpMark Otto1-1/+10
Conflicts: docs/assets/css/docs.css
2014-01-09more derpMark Otto1-20/+38
2014-01-08Use JS & Jade to generate the customizer variables form HTML from ↵Chris Rebert1-0/+7
variables.less; fixes #11095 also updates variables file organization (courtesy @mdo)
2014-01-07Update copyright notices in all placesJulian Thilo1-1/+1
- Implements new format "Copyright 2011-xxxx Twitter, Inc.", which resonates well with our History page and more accurately reflects the copyright status of the repo - grunt dist to update all the files
2014-01-05make CSSLint happier; refs #12094Chris Rebert1-0/+3
2014-01-01Merge branch 'master' into docs_derpMark Otto1-1/+6
Conflicts: docs/_includes/footer.html docs/assets/css/docs.css
2013-12-31Update Gruntfile.js to copy 'dist/' files to 'docs/dist/' with 'grunt dist' ↵Mark Otto1-2/+3
task; Fixes #12030: navbar toggle focus state
2013-12-31Merge branch 'master' into docs_derpMark Otto1-0/+1364
Conflicts: _config.yml docs/_includes/footer.html docs/_includes/nav-main.html docs/_includes/old-bs-docs.html docs/_layouts/default.html docs/_layouts/home.html docs/getting-started.html docs/index.html
2013-12-28Rearrange repository contents because muahahahahahahaMark Otto1-0/+1230
2013-07-18flatten docs dir back into rootMark Otto1-823/+0
2013-07-18vertically center adMark Otto1-1/+1
2013-07-18Merge branch 'bs3_old_docs_callout' into bs3_rc1Mark Otto1-30/+26
2013-07-17add ads to v3 docsMark Otto1-3/+56
2013-07-17add callouts for bootstrap 2.3.2 docs and 3.0 rc1 postMark Otto1-30/+26
2013-07-17Merge branch '3.0.0-docs-calloutfam' of ↵Mark Otto1-2/+15
https://github.com/juthilo/bootstrap-wip into juthilo-3.0.0-docs-calloutfam Conflicts: docs/components.html docs/css.html docs/customize.html
2013-07-05Remove more GlyphiconsMark Otto1-37/+0
2013-07-01fixes #8345: use inline-block on .img-responsiveMark Otto1-1/+3
2013-06-27update close button example displayMark Otto1-1/+1
2013-06-27add docs callout for glyphicons on homepage and CSS pageMark Otto1-1/+0
2013-06-26Adjust info callout, add callouts to docsJulian Thilo1-1/+1
* Adjust the background-color of bs-callout-info to match danger and warning in tone * Convert all the callouts * Change some callouts to info/warning * Add new callout
2013-06-25Docs: create new callout classesJulian Thilo1-2/+15
2013-06-23Fix overlap sidebar for Tablets and up in docsLuis Hdez1-7/+2
2013-06-21Reset padding on homepage linksMark Otto1-1/+3
2013-06-15Fix up broken input group example layoutsMark Otto1-0/+6
2013-06-09No more need for grid column highlighting, so nuke thatMark Otto1-4/+0
2013-06-09Redo grid documentationMark Otto1-0/+4
* Update example sections to include basic, mobile-desktop, and mobile-tablet-desktop implementations * Add more examples to the grid example page * Red columns instead of gray for more Bootstrapy aesthetic
2013-06-08Another grid updateMark Otto1-0/+1
* Update docs to include table of grid levels and behaviors * Change from .col-md to .col-sm to match existing size variables we use elsewhere * Keep .col-lg as-is though for simplicity as we won't likely add a fourth level of the grid * Combine responsive .container breakpoints with grid breakpoints in grid.less * Other misc docs updates
2013-06-03fix docs highlighting of gridMark Otto1-2/+2
2013-05-23rearrange customizer contentMark Otto1-0/+8
2013-05-22fix up customizer js and classes; turn buttons into real buttonsMark Otto1-0/+11
2013-05-23Bring the customizer up to speedJulian Thilo1-0/+23
I reworked the customizer to match the new docs layout and include all newly added variables, etc. Would be glad to keep an eye on Customize and update it as v3 changes. Help blocks in my new version need some more work, too, so this is just a basis.
2013-05-16Better grid template; link color change in docs navbarMark Otto1-1/+1
2013-05-16Simple responsive utilities test cssMark Otto1-14/+11
2013-05-16Redo the responsive utilities stuffMark Otto1-8/+10
* Update docs language * Enforce display: block; on all utilities for now * Fix up docs CSS for the tests
2013-05-15Fixes #7898: ensure button typeMark Otto1-0/+3
Sets `type="button"` on all buttons in the docs