aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.min.css
AgeCommit message (Collapse)AuthorFilesLines
2012-01-02Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wipJacob Thornton1-23/+15
Conflicts: bootstrap.css
2012-01-02start playing with carousel stuffJacob Thornton1-1/+3
2011-12-27border radius on large button toolbarMark Otto1-0/+2
2011-12-27add appended input example to docs, fix help-text wrapping issue by clearing ↵Mark Otto1-3/+4
float
2011-12-27allow select with size attr to not have fixed heightMark Otto1-1/+1
2011-12-27add ie7 inline block mixin and add ability to center paginationMark Otto1-1/+2
2011-12-27clean up some css for github issues: input prepend z-index, modals revamped ↵Mark Otto1-4/+4
for responsive
2011-12-27remove negative margin from .brand in docs, update navbar to support buttons ↵Mark Otto1-0/+1
up thurr
2011-12-26clean up some comments and fix a bug with buttons in navbar by removing too ↵Mark Otto1-10/+1
generic of a link color
2011-12-26Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wipMark Otto1-8/+8
Conflicts: bootstrap.css
2011-12-22Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wipJacob Thornton1-8/+17
Conflicts: bootstrap.css docs/assets/js/application.js docs/base-css.html docs/components.html docs/index.html docs/javascript.html docs/less.html docs/scaffolding.html docs/upgrading.html
2011-12-22change above below to top bottom and add "inside" placement optionJacob Thornton1-8/+8
2011-12-21remove inline input field CSS since that's not required as all inputs are ↵Mark Otto1-4/+0
inline-block anyway
2011-12-21update comment on select bg bug and confirmed it was fixed, scoped ↵Mark Otto1-1/+1
responsive .span* to .row
2011-12-21Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wipMark Otto1-1/+9
Conflicts: bootstrap.css docs/javascript.html
2011-12-21update thumbnails to keep images from going past edges of thumbnailsMark Otto1-2/+2
2011-12-21updated all docs to jQuery 1.7, move all docs JS to application.js, and move ↵Mark Otto1-2/+10
dropdowns css to dedicated file
2011-12-21Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wipJacob Thornton1-6/+9
Conflicts: bootstrap.css
2011-12-21docs updates, forms updated to include error states and more examples, ↵Mark Otto1-6/+7
remove text-shadow from gradientbar mixin to fix bug
2011-12-20add default margin for popover and twipsyJacob Thornton1-1/+9
2011-12-19mostly docs updates, but also some bug fixes per github issuesMark Otto1-6/+9
2011-12-11fix specificity on pillsMark Otto1-1/+1
2011-12-11Merge branch 'add-vertical-nav-divider' of https://github.com/evnm/bootstrap ↵Mark Otto1-0/+1
into evnm-add-vertical-nav-divider Conflicts: bootstrap.css
2011-12-10unstyle image inputsMark Otto1-1/+2
2011-12-10tweaks and increase specificity of pills and active classesMark Otto1-2/+2
2011-12-09remove uber large responsive stuffMark Otto1-1/+1
2011-12-09updated index page to add featured sites, more docs tweaksMark Otto1-1/+1
2011-12-09help tables not look like shit on mobile maybe? also fix bordered table exampleMark Otto1-1/+1
2011-12-09update js in footer, add max-width to imgMark Otto1-1/+1
2011-12-09updated to include sub nav and pip nav, new docs updates, topbar nav ↵Mark Otto1-3/+4
refinements for media queried settings
2011-12-02Add vertical nav divider example in components doc page.Evan Meagher1-0/+1
2011-11-30adding temp idea for subnav to docsMark Otto1-0/+4
2011-11-30adding step nav to componentsMark Otto1-0/+6
2011-11-29updates to add warning for bordered tables to docs, fix to spacing on ↵Mark Otto1-1/+2
prettyprint pre blocks
2011-11-29Merge branch 'form-feedback-fix' of https://github.com/tinyfly/bootstrap ↵Mark Otto1-9/+9
into tinyfly-form-feedback-fix Conflicts: bootstrap.css
2011-11-29Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wipMark Otto1-17/+18
Conflicts: bootstrap.css bootstrap.min.css
2011-11-29misc docs updates, revamped tables CSS save for grid columns and tablesorter ↵Mark Otto1-115/+80
options
2011-11-29scope form feedback states to .control-group instead of unused .clearfixJeff Adams1-9/+9
2011-11-29add input width calculation fix from #408 to the 2.0 branchJeff Adams1-15/+15
2011-11-25clean up comments for better built filesJacob Thornton1-2/+1
2011-11-25new plugin "collapse" for collapsible lists and "accordion" like supportJacob Thornton1-0/+2
2011-11-24update buttons js for button groupsJacob Thornton1-1/+1
2011-11-20merge in js from 1.4... start working through js docsJacob Thornton1-1/+1
2011-11-20revert all js stuff back to 1.4 :/Jacob Thornton1-77/+75
2011-11-17remove code styling if it's in a pre tagMark Otto1-3/+3
2011-11-17make uneditable inputs work with span* classesMark Otto1-16/+16
2011-11-17updated font mixins courtesy of @apancuttMark Otto1-3/+3
2011-11-17make form classes match table classes (readable left to right), update docs ↵Mark Otto1-5/+5
associated with it
2011-11-16start breaking down patterns.less into more distinct files, update docs for ↵Mark Otto1-39/+39
forms to use correct classes
2011-11-12updated docs pages (still wip), adding misc css classes, added form styles ↵Mark Otto1-3/+11
from 1.4, added github buttons to homepage