aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-01-20only prevent default if getting data-hrefJacob Thornton1-2/+1
2012-01-20Remove global reset in favour of contextual reset.Nicolas Gallagher7-176/+132
Rather than having a partial reset with individual elements having their styles built back up, only elements without replacement styles have specific properties 'reset'. This commit also includes: a correction to the font mixin arguments used on forms (the output is now valid CSS); the removal of `overflow-y:scroll` from the `html` element which is now known to cause some problems for jQuery modal plugins in Firefox.
2012-01-20Merge pull request #1069 from necolas/2.0-wipMark Otto5-52/+65
2.0-wip: Changes to .gitignore, clearfix mixin, and search input reset
2012-01-19Remove search input cancel button in WebKit-OSX.Nicolas Gallagher3-5/+6
On input elements with a `type` of `search`, WebKit on OS X will display a cancel button after text has been entered. This can look ugly or be poorly position when you've added other styles to the input (especially additional padding).
2012-01-19Remove unnecessary CSS properties from the clearfix mixin.Nicolas Gallagher3-47/+25
2012-01-19Add various always-ignore extensions, files, and folders to `.gitignore`Nicolas Gallagher1-1/+35
2012-01-18Added missing 'data-dismiss="modal"' on the first example model source. Scott Watermasysk1-1/+1
2012-01-18Make dropdown menus scalable.Kevin Martensson4-5/+5
2012-01-18don't scope placeholder text color to just inputsMark Otto3-11/+6
2012-01-18make button active state clearer by lightening the inner shadow and removing ↵Mark Otto3-6/+8
the background image
2012-01-18rename navbar variables, change navbar search placeholder to mixinMark Otto5-266/+268
2012-01-18re-org variablesMark Otto1-54/+44
2012-01-17revamp the mixins file to organize things a bit more, make placeholder text ↵Mark Otto4-31/+74
use a new variable instead of relying solely on @grayLight
2012-01-17Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wipMark Otto1-1/+1
2012-01-17scope table styles to a class, .table, instead of on the generic element as ↵Mark Otto8-81/+86
a smarter default
2012-01-17cleanup accordion css and add commentsMark Otto4-16/+11
2012-01-17Merge pull request #1042 from boberkfell/2.0-wipMark Otto1-1/+1
2.0 wip Small typo fix in docs
2012-01-17Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wipMark Otto1-23/+27
2012-01-17Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wipMark Otto5-55/+60
Conflicts: bootstrap.css bootstrap.min.css docs/javascript.html lib/accordion.less
2012-01-18typo fix in component docsBen Oberkfell1-1/+1
2012-01-17wrap transitionJacob Thornton1-23/+27
2012-01-16fix js link in docs nav, restyle accordion with new cssMark Otto10-55/+73
2012-01-16Creating asynchronous tests for loading buttons, because they have ↵William Oliveira1-4/+12
setTimeout() function
2012-01-15reorder propertiesJacob Thornton3-7/+7
2012-01-15do some trickery to get borders looking rightJacob Thornton3-6/+12
2012-01-15fix marginJacob Thornton3-7/+5
2012-01-15make accordions little bit smootherJacob Thornton4-16/+24
2012-01-15Merge pull request #1020 from lookfirst/fixtestMark Otto1-1/+1
Fix typo in tables docs
2012-01-15fix typoJon Stevens1-1/+1
2012-01-15updated accordion and carousel; accordion still needs workMark Otto6-88/+204
2012-01-15move carousel to separate stylesheet, update popovers to fix ie7 bug, fix ↵Mark Otto9-164/+174
pagination, fix alerts
2012-01-15fix the js alerts examplesMark Otto1-6/+7
2012-01-15make dl and child elements less specificMark Otto4-27/+25
2012-01-15fix grid sized horizontal form layoutMark Otto3-10/+10
2012-01-15fix modal horizontal alignmentMark Otto3-4/+4
2012-01-15make horizontal form labels map to default grid sizingMark Otto3-18/+10
2012-01-15normalize the alert classes to match last night's flip for form and table ↵Mark Otto4-48/+48
classes
2012-01-15Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wipMark Otto1-1/+1
2012-01-15fix some ie7 bugs, improve dropdowns for ie due to lack of a shadow, fix ↵Mark Otto7-25/+28
pager example code
2012-01-15Merge pull request #1012 from pkauders/patch-1Mark Otto1-1/+1
Fix small typo in docs home page
2012-01-15Fix typo in Responsive design contentPaul Kauders1-1/+1
2012-01-14gray out links for active state on paginationMark Otto3-1/+8
2012-01-14dates updated to 2012Mark Otto24-26/+26
2012-01-14change up classes on tables and forms, fix nav list styles in exampleMark Otto11-121/+120
2012-01-14adding the pager component after rewriting the pagination docs and cssMark Otto6-74/+207
2012-01-14restore top bar on home pageMark Otto1-12/+1
2012-01-14allow btn-groups to work in navbarsMark Otto4-9/+28
2012-01-14fix duplicate iconsMark Otto4-5/+5
2012-01-14update preventing double border line for bordered tables by account for th ↵Mark Otto3-3/+4
elements in tr elements
2012-01-14add user-select mixinMark Otto2-3/+11