| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-02-16 | Re-add carousel captions as optional | Mark Otto | 4 | -60/+144 | |
| * They're hidden by default in the mobile-first views because otherwise they just cover up the slides * In mobile they're centered, and then are shown left aligned at larger viewports | |||||
| 2013-02-16 | Nuke the fluid example since it's no longer applicable | Mark Otto | 1 | -163/+0 | |
| 2013-02-16 | Nuke the fluid example since it's no longer applicable | Mark Otto | 1 | -163/+0 | |
| 2013-02-16 | Nuke the old_docs.css file | Mark Otto | 1 | -981/+0 | |
| 2013-02-16 | Nuke @mdo's photos from the repo since we're using holder.js for carousel demo | Mark Otto | 3 | -0/+0 | |
| 2013-02-16 | All Glyphicons now require a base class, e.g. .glyphicon.glyphicon-star | Mark Otto | 9 | -273/+273 | |
| 2013-02-16 | Overhaul carousel a bit more: | Mark Otto | 5 | -116/+89 | |
| * Drop custom type arrow controls for glyphicons icons instead for more consistent rendering * Remove the captions and instead let folks implement what they want in the carousel * Move the indicators to the bottom middle instead of top right * Lighten up gradients on the edges for less harsh lighting | |||||
| 2013-02-16 | More accurate padding for fixed navbars at >768px | Mark Otto | 1 | -1/+1 | |
| 2013-02-16 | Don't affix the fixed navbars in mobile views | Mark Otto | 3 | -22/+28 | |
| 2013-02-15 | twerk gallery examples to stay at 400px or less for proper retinafying | Mark Otto | 2 | -2/+3 | |
| 2013-02-15 | Update gallery examples on homepage; make all gallery entries open in new tabs | Mark Otto | 2 | -24/+29 | |
| 2013-02-15 | fix #6950: use var for font-family | Mark Otto | 1 | -1/+1 | |
| 2013-02-15 | restore jekyll-based css.html to docs | Mark Otto | 1 | -724/+632 | |
| 2013-02-15 | Merge pull request #6944 from canburak/3.0.0-wip | Mark Otto | 1 | -1/+1 | |
| Fixed typo on JavaScript documentation | |||||
| 2013-02-15 | Fix typo on JavaScript documentation | Can Burak Cilingir | 1 | -1/+1 | |
| 2013-02-14 | Fixes #6941: add alt attribute to images | Mark Otto | 1 | -6/+6 | |
| 2013-02-14 | fix spelling as pointed out by @jodytate that got nuked in the merge | Mark Otto | 2 | -2/+2 | |
| 2013-02-14 | fix spelling as pointed out by @jodytate that got nuked in the merge | Mark Otto | 2 | -2/+2 | |
| 2013-02-14 | rearrange readme | Mark Otto | 1 | -29/+29 | |
| 2013-02-14 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 0 | -0/+0 | |
| Conflicts: docs/examples/sticky-footer-navbar.html docs/examples/sticky-footer.html | |||||
| 2013-02-14 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 0 | -0/+0 | |
| Conflicts: docs/examples/sticky-footer-navbar.html docs/examples/sticky-footer.html | |||||
| 2013-02-14 | Merge branch 'bs3_jekyll' into 3.0.0-wip | Mark Otto | 111 | -19292/+2549 | |
| Conflicts: docs/css.html docs/templates/pages/css.mustache | |||||
| 2013-02-14 | Make example pages use Jekyll; add sticky footer navbar image to examples | Mark Otto | 8 | -1439/+1070 | |
| 2013-02-14 | Make example pages use Jekyll; add sticky footer navbar image to examples | Mark Otto | 13 | -1451/+1087 | |
| 2013-02-14 | no need for scrollspy in example template | Mark Otto | 1 | -1/+1 | |
| 2013-02-14 | Update makefile | Mark Otto | 1 | -15/+13 | |
| 2013-02-14 | Convert JS page to pygments; nuke prettify assets | Mark Otto | 5 | -286/+333 | |
| 2013-02-14 | convert components code examples to pygments | Mark Otto | 2 | -523/+511 | |
| 2013-02-14 | pygmentize the rest of the css page | Mark Otto | 1 | -458/+466 | |
| 2013-02-14 | Specify new local URL | Mark Otto | 1 | -1/+2 | |
| 2013-02-14 | Merge pull request #6936 from jodytate/3.0.0-wip | Mark Otto | 2 | -2/+2 | |
| minor update to sticky-footer examples | |||||
| 2013-02-14 | Update docs/examples/sticky-footer.html | jody tate | 1 | -1/+1 | |
| again, "it's" to "its" for grammar fun! | |||||
| 2013-02-14 | Update docs/examples/sticky-footer.html | jody tate | 1 | -1/+1 | |
| again, "it's" to "its" for grammar fun! | |||||
| 2013-02-14 | Update docs/examples/sticky-footer-navbar.html | jody tate | 1 | -1/+1 | |
| contraction "it's" to possessive "its", aka pedantic grammar fix | |||||
| 2013-02-14 | Update docs/examples/sticky-footer-navbar.html | jody tate | 1 | -1/+1 | |
| contraction "it's" to possessive "its", aka pedantic grammar fix | |||||
| 2013-02-14 | pygmentize grid section; update bs-docs-example corners | Mark Otto | 2 | -22/+32 | |
| 2013-02-14 | twerk dat manni pygment style | Mark Otto | 1 | -3/+3 | |
| 2013-02-14 | Start pygmentizing css.html; add new theme for pygments | Mark Otto | 5 | -153/+185 | |
| 2013-02-13 | Start using some includes; test out some pygments highlighting | Mark Otto | 11 | -364/+474 | |
| 2013-02-13 | update readme to point to getting started page; twerk link | Mark Otto | 1 | -1/+3 | |
| 2013-02-13 | readme improvements | Mark Otto | 2 | -3/+4 | |
| 2013-02-13 | update readme to reflect jekyll docs and local npm install method | Mark Otto | 1 | -11/+16 | |
| 2013-02-13 | make same css docs fix from upstream | Mark Otto | 1 | -2/+2 | |
| 2013-02-13 | update makefile to work again; gitignore the compiled docs _gh_pages folder; ↵ | Mark Otto | 102 | -21179/+23 | |
| test makefile with darkened navbar active bg | |||||
| 2013-02-13 | Restore gallery page, add active nav class jankitude, auto regenerate docs ↵ | Mark Otto | 12 | -57/+493 | |
| on file save | |||||
| 2013-02-13 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 2 | -4/+4 | |
| 2013-02-12 | rearrange jekyll and docs | Mark Otto | 9 | -0/+1632 | |
| 2013-02-12 | rearrange jekyll and docs | Mark Otto | 235 | -5772/+108 | |
| 2013-02-12 | update makefile to work given nuked docs dir | Mark Otto | 1 | -13/+13 | |
| 2013-02-12 | nuke what we don't need for jekyll | Mark Otto | 9 | -1632/+0 | |
