aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2013-01-17Move grid/container styles to grid.less; update docs; add offsetting backMark Otto4-71/+111
2013-01-17update getting started to reflect latest changes; pull list of components ↵Mark Otto2-58/+12
because fuck that
2013-01-17padding twerkMark Otto1-1/+3
2013-01-17dat docs messaging (on the homepage)Mark Otto3-6/+8
2013-01-17docs css cleanupMark Otto1-10/+1
2013-01-17Remove ported navbar css that was already commented outMark Otto1-223/+0
2013-01-17Update sidenav and responsive cssMark Otto1-35/+52
2013-01-16improve navbar vars and fix side nav alignmentMark Otto2-4/+16
2013-01-16More navbar tweaks, including making fixed navbars work in the docs by ↵Mark Otto2-6/+11
adding padding to body
2013-01-16More navbar derpingMark Otto3-73/+83
2013-01-16mo betta new navbar styles; hook up some changed varsMark Otto1-11/+23
2013-01-16flatten the progress barsMark Otto1-53/+16
2013-01-16restore alerts, and make them suck much lessMark Otto2-3/+60
2013-01-16tuck some marginsMark Otto1-2/+3
2013-01-16Make jumbotron mo responsiveMark Otto1-7/+13
2013-01-16Add in responsive for 1200px+ layout; increase padding for that viewport sizeMark Otto2-3/+15
2013-01-16fix up sidenav and components pageMark Otto2-8/+45
2013-01-16mo betta sidenav for responsive hotnessMark Otto3-10/+32
2013-01-16Prevent grids from collapsing, fix affixed side nav for docsMark Otto2-0/+34
2013-01-16Remove commented out files; leave responsive stuff commented out for nowMark Otto1-47/+0
2013-01-16restore remaining componentsMark Otto1-0/+928
2013-01-16restore pagination and pagerMark Otto1-0/+152
2013-01-16restore breadcrumbsMark Otto1-0/+24
2013-01-16restore wells and closeMark Otto1-0/+53
2013-01-16Restore button groupsMark Otto1-0/+144
2013-01-16restore glyphicons docs styles and then overhaul the shit out of themMark Otto1-0/+35
2013-01-16Restore dropdowns.lessMark Otto1-0/+145
2013-01-16Restore responsive docsMark Otto1-0/+75
2013-01-16restore glyphiconsMark Otto1-0/+654
2013-01-16Re-add and update form styles:Mark Otto4-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-16twerk docs code examplesMark Otto2-3/+6
2013-01-16restore table stylesMark Otto1-0/+174
2013-01-16more subhead/jumbotron tweaks for docsMark Otto1-21/+6
2013-01-16Derp on type styles a bit more; bring back and fix up more more docs stylesMark Otto4-26/+181
2013-01-16add back docs footerMark Otto1-1/+53
2013-01-16mo betta type margins for headingsMark Otto1-2/+10
2013-01-16Port over temp responsive styles to bootstrap.less; readd buttonsMark Otto2-367/+277
2013-01-16remove extra border-radius propsMark Otto1-1/+0
2013-01-16Merge pull request #6600 from Yohn/patch-12Mark Otto2-2/+2
added missing class to doc example
2013-01-16Update docs/templates/pages/components.mustacheYohn1-1/+1
2013-01-16adding class to example codeYohn1-1/+1
2013-01-15Add text alignment classes info to docsQuy Ton2-0/+26
2013-01-15mobile-first navs, navbar, grids, and typeMark Otto2-30/+1429
2013-01-15code changesMark Otto1-2/+4
2013-01-15docs changes, more type improvements, add grid system basics backMark Otto6-238/+354
2013-01-15Fixes #6586: remove top 5px margin from navbar input group button groupsMark Otto1-1/+15
2013-01-15type and stuffMark Otto2-0/+1287
2013-01-15Revert "Leave tabindex=-1 alone"Patrick H. Lauke2-64/+64
This reverts commit 370fa45fbe4ee879a626a67bb4df0ec9495102be.
2013-01-15Leave tabindex=-1 alonePatrick H. Lauke2-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-15Revert "Keyboard accessibility in documentation"Patrick H. Lauke2-64/+64
This reverts commit a809daf2841f65ffac5030b2c6ce6aea60dd6233.