aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2011-10-17add abbr styles, overhaul type docs section to remove lots of verbose text ↵Mark Otto1-1/+10
and put emphasis on tables and more scannable content
2011-10-17remove bottom margin from h1Mark Otto1-1/+0
2011-10-16few tweaks to responsive stuff, updated docs for grid system (still needs ↵Mark Otto4-11/+11
copy editing)
2011-10-16update to responsive to fix new mastheadMark Otto1-3/+1
2011-10-16tweak the h2s again for better spacing, adjust docs, remove white bg if ↵Mark Otto2-8/+4
possible on file input, few other tweaks
2011-10-16more tweaks to responsiveMark Otto1-2/+3
2011-10-16tweak line-height of h2 and h3 to not be gihugeous, updated responsive to ↵Mark Otto2-9/+41
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 Otto1-2/+0
layouts
2011-10-16fix uber size in responsive; remove @extraspace variable by changing grid to ↵Mark Otto2-2/+1
use :first-child over negative margin
2011-10-16biiiiiig update coming for responsivenessMark Otto3-28/+6
2011-10-15updated index of docs to use html5 self closing tags, add responsive shell ↵Mark Otto1-1/+4
to bootstrap file
2011-10-12first pass at moving over the new tabs stuff to 2.0Mark Otto1-19/+87
2011-10-11remove color scheme variables, remove font-face mixinMark Otto2-30/+3
2011-10-11update navbar search formMark Otto1-4/+3
2011-10-11new navbar introduced to replace topbarMark Otto1-68/+86
2011-10-09update input prepend and append to use baseline variableMark Otto1-2/+2
2011-10-09refactor fluid layout to be more specific to not interfere with modal ↵Mark Otto2-52/+59
content while adding right sidebar option
2011-10-04fixing multi select on chromium ubuntu by setting background color explicitlyMark Otto1-0/+1
2011-10-04adding new mixinsMark Otto1-0/+11
2011-10-04adding placeholder font-face mixin which doesn't work yetMark Otto1-0/+14
2011-10-04update variables to inlude @baseFontSize, @baseFontFamily, @baseLineHeight ↵Mark Otto7-83/+100
for easier customization; added placeholder for @primaryButtonColor, but didn't implement
2011-09-29adding button groups and toolbars like a bossMark Otto2-0/+65
2011-09-29round the corners on the search form inputs like a bossMark Otto1-0/+9
2011-09-29change h4 back to lineheight * 2Mark Otto1-3/+3
2011-09-29update topbar dropdown arrow to match link and hover colorsMark Otto1-2/+5
2011-09-29huge update to forms, docs for the new forms, added a new link for js ↵Mark Otto5-232/+202
example to tabs/pills, add some new mixins
2011-09-28updated forms.less to have better comments while pulling out all the old ↵Mark Otto1-47/+38
classes for input elements
2011-09-28pulling out more stuff and fixing file name at top of fileMark Otto2-5/+3
2011-09-17update docs to remove old stuff, update to all new classes; no more ↵Mark Otto1-44/+2
backwards compatibility
2011-09-16fix fluid exampleMark Otto1-12/+10
2011-09-16Merge branch 'master' of github.com:twitter/bootstrap into 1.3-wipJacob Thornton2-2/+2
Conflicts: Makefile README.md bootstrap.css bootstrap.min.css lib/bootstrap.less lib/scaffolding.less
2011-09-16update alert message for ie7 to adjust dismiss icon, update example pages to ↵Mark Otto1-2/+7
clean up a few things from testing
2011-09-16fix tabs jitter bug when there is no active classMark Otto1-7/+7
2011-09-16fixing conflict and recompilingMark Otto2-5/+5
2011-09-16updated table styles a bit and floated the fluid columns to clear the row ↵Mark Otto2-4/+5
dropping problem we were having
2011-09-15remove table border seperate for ieJacob Thornton1-1/+0
2011-09-15move clearfix logic back onto clearfix class for ie7Jacob Thornton1-1/+1
2011-09-15little fixes for ie 7Jacob Thornton2-4/+4
2011-09-14allow multi-select lists in formsMark Otto1-0/+5
2011-09-13apply clearfix to appended input pattern to clear the floatsMark Otto1-0/+1
2011-09-13fix tab-content and pre funkiness, convert p in tab content to divMark Otto1-0/+3
2011-09-13adding quick and dirty favicons and touch icons for iOSMark Otto1-0/+5
2011-09-12comment out box-shadow on masthead and footer in docs.css because Opera ↵Mark Otto3-31/+33
sucks at inset box-shadow :"
2011-09-12remove theme.less and split preboot.less to mixins.less and variables.less ↵Mark Otto6-148/+100
to isolate customization from function
2011-09-12remove adaptive, recomment theme.less to avoid comments in compiledMark Otto2-65/+5
2011-09-12fix topbar link with button bugMark Otto1-3/+7
2011-09-12really make modals cover topbars and not cover the modal itselfMark Otto1-1/+1
2011-09-12make modals cover topbarsMark Otto1-1/+1
2011-09-12quick fix for .clearfix with unqualified selector in forms.lessMark Otto1-1/+1