| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-01-17 | Move grid/container styles to grid.less; update docs; add offsetting back | Mark Otto | 4 | -71/+111 | |
| 2013-01-17 | update getting started to reflect latest changes; pull list of components ↵ | Mark Otto | 2 | -58/+12 | |
| because fuck that | |||||
| 2013-01-17 | padding twerk | Mark Otto | 1 | -1/+3 | |
| 2013-01-17 | dat docs messaging (on the homepage) | Mark Otto | 3 | -6/+8 | |
| 2013-01-17 | docs css cleanup | Mark Otto | 1 | -10/+1 | |
| 2013-01-17 | Remove ported navbar css that was already commented out | Mark Otto | 1 | -223/+0 | |
| 2013-01-17 | Update sidenav and responsive css | Mark Otto | 1 | -35/+52 | |
| 2013-01-16 | improve navbar vars and fix side nav alignment | Mark Otto | 2 | -4/+16 | |
| 2013-01-16 | More navbar tweaks, including making fixed navbars work in the docs by ↵ | Mark Otto | 2 | -6/+11 | |
| adding padding to body | |||||
| 2013-01-16 | More navbar derping | Mark Otto | 3 | -73/+83 | |
| 2013-01-16 | mo betta new navbar styles; hook up some changed vars | Mark Otto | 1 | -11/+23 | |
| 2013-01-16 | flatten the progress bars | Mark Otto | 1 | -53/+16 | |
| 2013-01-16 | restore alerts, and make them suck much less | Mark Otto | 2 | -3/+60 | |
| 2013-01-16 | tuck some margins | Mark Otto | 1 | -2/+3 | |
| 2013-01-16 | Make jumbotron mo responsive | Mark Otto | 1 | -7/+13 | |
| 2013-01-16 | Add in responsive for 1200px+ layout; increase padding for that viewport size | Mark Otto | 2 | -3/+15 | |
| 2013-01-16 | fix up sidenav and components page | Mark Otto | 2 | -8/+45 | |
| 2013-01-16 | mo betta sidenav for responsive hotness | Mark Otto | 3 | -10/+32 | |
| 2013-01-16 | Prevent grids from collapsing, fix affixed side nav for docs | Mark Otto | 2 | -0/+34 | |
| 2013-01-16 | Remove commented out files; leave responsive stuff commented out for now | Mark Otto | 1 | -47/+0 | |
| 2013-01-16 | restore remaining components | Mark Otto | 1 | -0/+928 | |
| 2013-01-16 | restore pagination and pager | Mark Otto | 1 | -0/+152 | |
| 2013-01-16 | restore breadcrumbs | Mark Otto | 1 | -0/+24 | |
| 2013-01-16 | restore wells and close | Mark Otto | 1 | -0/+53 | |
| 2013-01-16 | Restore button groups | Mark Otto | 1 | -0/+144 | |
| 2013-01-16 | restore glyphicons docs styles and then overhaul the shit out of them | Mark Otto | 1 | -0/+35 | |
| 2013-01-16 | Restore dropdowns.less | Mark Otto | 1 | -0/+145 | |
| 2013-01-16 | Restore responsive docs | Mark Otto | 1 | -0/+75 | |
| 2013-01-16 | restore glyphicons | Mark Otto | 1 | -0/+654 | |
| 2013-01-16 | Re-add and update form styles: | Mark Otto | 4 | -15/+597 | |
| * Restore forms.less file * Overhaul .radio.inline .checkbox.inline to be .radio-inline or .checkbox-inline * Update docs to reflect changes | |||||
| 2013-01-16 | twerk docs code examples | Mark Otto | 2 | -3/+6 | |
| 2013-01-16 | restore table styles | Mark Otto | 1 | -0/+174 | |
| 2013-01-16 | more subhead/jumbotron tweaks for docs | Mark Otto | 1 | -21/+6 | |
| 2013-01-16 | Derp on type styles a bit more; bring back and fix up more more docs styles | Mark Otto | 4 | -26/+181 | |
| 2013-01-16 | add back docs footer | Mark Otto | 1 | -1/+53 | |
| 2013-01-16 | mo betta type margins for headings | Mark Otto | 1 | -2/+10 | |
| 2013-01-16 | Port over temp responsive styles to bootstrap.less; readd buttons | Mark Otto | 2 | -367/+277 | |
| 2013-01-16 | remove extra border-radius props | Mark Otto | 1 | -1/+0 | |
| 2013-01-16 | Merge pull request #6600 from Yohn/patch-12 | Mark Otto | 2 | -2/+2 | |
| added missing class to doc example | |||||
| 2013-01-16 | Update docs/templates/pages/components.mustache | Yohn | 1 | -1/+1 | |
| 2013-01-16 | adding class to example code | Yohn | 1 | -1/+1 | |
| 2013-01-15 | Add text alignment classes info to docs | Quy Ton | 2 | -0/+26 | |
| 2013-01-15 | mobile-first navs, navbar, grids, and type | Mark Otto | 2 | -30/+1429 | |
| 2013-01-15 | code changes | Mark Otto | 1 | -2/+4 | |
| 2013-01-15 | docs changes, more type improvements, add grid system basics back | Mark Otto | 6 | -238/+354 | |
| 2013-01-15 | Fixes #6586: remove top 5px margin from navbar input group button groups | Mark Otto | 1 | -1/+15 | |
| 2013-01-15 | type and stuff | Mark Otto | 2 | -0/+1287 | |
| 2013-01-15 | Revert "Leave tabindex=-1 alone" | Patrick H. Lauke | 2 | -64/+64 | |
| This reverts commit 370fa45fbe4ee879a626a67bb4df0ec9495102be. | |||||
| 2013-01-15 | Leave tabindex=-1 alone | Patrick H. Lauke | 2 | -64/+64 | |
| It seems that, as misguided as I personally think it is, ARIA does indeed want dropdown menus not to behave as regular keyboard users expect them, killing TAB/SHIFT+TAB in favor of cursor keys. Fair enough, the issue I have is then with ARIA, not with bootstrap. I would sugges thought that if you really do want to follow ARIA consistently, *any* navigation bar should also become an ARIA menu, further making it impossible for keyboard users to use TAB/SHIFT+TAB to navigate through it, and that these changes should be reflected in the bootstrap examples as well... | |||||
| 2013-01-15 | Revert "Keyboard accessibility in documentation" | Patrick H. Lauke | 2 | -64/+64 | |
| This reverts commit a809daf2841f65ffac5030b2c6ce6aea60dd6233. | |||||
