aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-10-17updated js docs page to new 12 column layout, fix subhead jumbotron styles ↵Mark Otto4-62/+42
to match new front page
2011-10-16few tweaks to responsive stuff, updated docs for grid system (still needs ↵Mark Otto8-212/+177
copy editing)
2011-10-16update to responsive to fix new mastheadMark Otto5-141/+117
2011-10-16updated docs to include quick links and twitter buttons, added updated ↵Mark Otto3-33/+71
blueprint pattern to background
2011-10-16tweak the h2s again for better spacing, adjust docs, remove white bg if ↵Mark Otto6-71/+117
possible on file input, few other tweaks
2011-10-16more tweaks to responsiveMark Otto3-78/+56
2011-10-16tweak line-height of h2 and h3 to not be gihugeous, updated responsive to ↵Mark Otto6-53/+104
improve tablet grid and phone styles
2011-10-16add responsive.less fileMark Otto1-0/+147
2011-10-16tweak navbar styles for static version to not cause problems on responsive ↵Mark Otto4-74/+70
layouts
2011-10-16fix uber size in responsive; remove @extraspace variable by changing grid to ↵Mark Otto4-41/+38
use :first-child over negative margin
2011-10-16biiiiiig update coming for responsivenessMark Otto7-481/+433
2011-10-15updated index of docs to use html5 self closing tags, add responsive shell ↵Mark Otto4-13/+23
to bootstrap file
2011-10-12first pass at moving over the new tabs stuff to 2.0Mark Otto5-65/+332
2011-10-11remove new tab stuff since it breaks backwards compatabilityMark Otto3-211/+18
2011-10-11adding new tabble stuff, still a huge work in progressMark Otto5-74/+286
2011-10-11updated pills to include vertical (stacked) variation in patterns and ↵Mark Otto4-5/+16
documentation
2011-10-11remove color scheme variables, remove font-face mixinMark Otto4-66/+144
2011-10-11update navbar search formMark Otto5-29/+20
2011-10-11share new navbar in examplesMark Otto4-9/+9
2011-10-11new navbar introduced to replace topbarMark Otto5-195/+224
2011-10-10Merge pull request #408 from tinyfly/grid-input-size-fixMark Otto2-2/+2
adjust width calculations for formColumns to fix issue #404
2011-10-10fixing form input width sizing, removing unused CSSMark Otto3-4/+2
2011-10-10adjust width calculations for formColumns to fix issue #404Jeff Adams2-2/+2
2011-10-09cleanup tabs and pills to prep css for new stuffMark Otto3-21/+25
2011-10-09start adding examples to docs for alternate tabs and pillsMark Otto1-0/+33
2011-10-09small tweak to dropdowns for autocomplete if you implement dropdowns that wayMark Otto3-5/+10
2011-10-09improve text color and borders for legibilityMark Otto3-29/+29
2011-10-09new form state styles with lighter footprintMark Otto4-166/+66
2011-10-09add extra states to the form examplesMark Otto4-42/+195
2011-10-09Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wipMark Otto7-64/+89
2011-10-09update input prepend and append to use baseline variableMark Otto2-3/+3
2011-10-09refactor fluid layout to be more specific to not interfere with modal ↵Mark Otto7-89/+229
content while adding right sidebar option
2011-10-09remove bottom margin from form in modals for temp fix"Mark Otto3-1/+8
2011-10-08modal was not centered correctlyMark Otto3-5/+6
2011-10-08remove select from docs form sizesMark Otto1-1/+0
2011-10-08remove select from the new form grid sizes and let them inherit the default ↵Mark Otto4-37/+45
grid ones
2011-10-08add better handling to the tables so that the thead and tbody first row can ↵Mark Otto3-5/+7
have rounded corners where applicable
2011-10-08place popovers and twipsies above modals for use thereMark Otto3-7/+7
2011-10-08fix problems with scope in tables when using th in tbodyMark Otto4-36/+98
2011-10-07bring hover state back to the .brand element in the topbar to fix a bugMark Otto3-4/+4
2011-10-07update docs to simplify first table example and introduce nested documentationMark Otto1-47/+31
2011-10-07resolve problem with nested tables having double bordersMark Otto5-5/+59
2011-10-07Merge pull request #381 from smaboshe/docsMark Otto2-3/+5
Docs
2011-10-07.gitignore update.Silumesii Maboshe1-1/+3
2011-10-07For consistency, updated rendered 'pre' in docs to '<pre>' in the ↵Silumesii Maboshe1-1/+1
'Presenting code' section.
2011-10-07Updated rendered '>html<' in docs to '<html>' in the 'Presenting code' section.Silumesii Maboshe1-1/+1
2011-10-05get modal working with new data-attrsJacob Thornton2-13/+10
2011-10-04pass more args to placement functionJacob Thornton1-8/+4
2011-10-04add dropdown tab selection supportJacob Thornton2-5/+27
2011-10-04start updating to data- driven jsJacob Thornton6-52/+80