| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-02-28 | rebuild | fat | 3 | -3/+3 | |
| 2013-02-28 | Fixes #6935: Use standard decimal points for .opacity() mixin | Mark Otto | 1 | -1/+2 | |
| 2013-02-28 | Fixes #6897: Print styles get own .less file | Mark Otto | 1 | -53/+53 | |
| 2013-02-28 | le sigh | fat | 3 | -3/+3 | |
| 2013-02-28 | Remove margin between buttons in button groups; use border-radius mixins to ↵ | Mark Otto | 1 | -13/+8 | |
| avoid reseting border-radii that don't need resetting | |||||
| 2013-02-26 | add new example thumbnails; update links to point to new windows | Mark Otto | 3 | -0/+0 | |
| 2013-02-26 | nuke glyphicons changes in buttons for now because it's whack | Mark Otto | 1 | -14/+0 | |
| 2013-02-24 | try out new table-based type example | Mark Otto | 1 | -0/+25 | |
| 2013-02-18 | Navbar realignment: | Mark Otto | 1 | -21/+40 | |
| * Change .brand to .navbar-brand * Change .btn-navbar to .navbar-toggle * Redesign navbar toggle to be a bit lighter and wider * Center align the navbar brand with a max-width of 200px (to minimize hit area) while still centering | |||||
| 2013-02-17 | Bring back the label, make it scale somewhat with the font-size of the ↵ | Mark Otto | 1 | -0/+52 | |
| parent using percentages and ems | |||||
| 2013-02-17 | Drop the recently added .counter class for .badge | Mark Otto | 1 | -9/+9 | |
| 2013-02-17 | remove unnecessary select border reset | Mark Otto | 1 | -4/+0 | |
| 2013-02-17 | fix broken marketing section with updated class | Mark Otto | 2 | -20/+26 | |
| 2013-02-17 | Refactor some common classes from docs css and examples, then prevent ↵ | Mark Otto | 1 | -8/+8 | |
| examples from using docs.css | |||||
| 2013-02-17 | decrease top/bottom padding a bit in mobile fixed navbars | Mark Otto | 1 | -1/+1 | |
| 2013-02-17 | css to go with it | Mark Otto | 1 | -2/+2 | |
| 2013-02-17 | Revert the statis navbar in mobile views--they're back to being fixed all ↵ | Mark Otto | 1 | -13/+12 | |
| the time | |||||
| 2013-02-17 | Update some links and rename #gridsystem to #grid-system | Mark Otto | 1 | -2/+2 | |
| 2013-02-17 | Restore submenu support | Mark Otto | 2 | -2/+70 | |
| 2013-02-16 | Scrach that: carousel caption is always left aligned, but still hidden for ↵ | Mark Otto | 1 | -2/+0 | |
| mobile views | |||||
| 2013-02-16 | Re-add carousel captions as optional | Mark Otto | 2 | -30/+46 | |
| * 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 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 | 2 | -2/+2 | |
| 2013-02-16 | Overhaul carousel a bit more: | Mark Otto | 1 | -55/+46 | |
| * 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 | 2 | -15/+16 | |
| 2013-02-15 | twerk gallery examples to stay at 400px or less for proper retinafying | Mark Otto | 1 | -1/+2 | |
| 2013-02-14 | Make example pages use Jekyll; add sticky footer navbar image to examples | Mark Otto | 3 | -0/+0 | |
| 2013-02-14 | Convert JS page to pygments; nuke prettify assets | Mark Otto | 3 | -60/+2 | |
| 2013-02-14 | convert components code examples to pygments | Mark Otto | 1 | -1/+1 | |
| 2013-02-14 | pygmentize grid section; update bs-docs-example corners | Mark Otto | 1 | -0/+4 | |
| 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 | 3 | -64/+79 | |
| 2013-02-13 | Start using some includes; test out some pygments highlighting | Mark Otto | 2 | -0/+75 | |
| 2013-02-13 | update makefile to work again; gitignore the compiled docs _gh_pages folder; ↵ | Mark Otto | 1 | -2/+2 | |
| test makefile with darkened navbar active bg | |||||
| 2013-02-12 | rearrange jekyll and docs | Mark Otto | 82 | -0/+11759 | |
| 2013-02-12 | nuke what we don't need for jekyll | Mark Otto | 82 | -11759/+0 | |
| 2013-02-08 | Fixes #6852: add cursor pointer to carousel indicators | Mark Otto | 1 | -0/+1 | |
| 2013-02-08 | Fixes #6841: Add new Firefox placeholder, comments | Mark Otto | 1 | -0/+5 | |
| 2013-02-08 | Fixes #6837: Enable text alignment utility classes on tables | Mark Otto | 1 | -5/+4 | |
| * Removes text-align from td elements (no need to set that one) * Specifically sets th to text-align: left; at a global level (no longer within .table) to override browser defaults * Removes font-weight: bold; from th while we're at it since that's browser default already | |||||
| 2013-02-07 | Merge branch 'master' into 3.0.0-wip | Mark Otto | 5 | -21/+25 | |
| Conflicts: docs/assets/js/bootstrap.min.js | |||||
| 2013-02-07 | remove prevent default on focus | fat | 3 | -3/+1 | |
| 2013-02-07 | only fire hidden once backdrop has been removed | fat | 3 | -17/+19 | |
| 2013-02-07 | Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip | fat | 3 | -3/+3 | |
| Conflicts: docs/assets/js/bootstrap.min.js | |||||
| 2013-02-07 | if no callback, don't try to call callback ya goof | fat | 3 | -1/+5 | |
| 2013-02-07 | fix js from @fat feedback for modal | Mark Otto | 3 | -3/+3 | |
| 2013-02-07 | finish modal tweaks | Mark Otto | 1 | -20/+15 | |
| 2013-02-07 | update docs modals | Mark Otto | 2 | -3/+14 | |
| 2013-02-07 | add new modal to docs example | Mark Otto | 1 | -0/+16 | |
