aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2012-01-24fix code type sizeMark Otto1-1/+1
2012-01-24fix broken index page heading, update variables and less pagesMark Otto2-6/+10
2012-01-24attempt to fix select list alignment in Firefox by removing padding. not ↵Mark Otto1-1/+0
quite fixed 100%, but getting there.
2012-01-24add bottom-up styles to the dropdown menusMark Otto1-0/+7
2012-01-24Remove specific top value from large btn-dropdown.Kevin Martensson1-1/+0
2012-01-23Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wipMark Otto1-1/+0
2012-01-23fix up the modals in responsive a bitMark Otto1-1/+2
2012-01-23comment in forms'Mark Otto1-0/+1
2012-01-23Set matching line-height for .close inside .alertPiotrek Okoński1-0/+1
2012-01-23Merge pull request #1118 from olvlvl/2.0-wipMark Otto1-1/+0
Remove .alert-message IE hack
2012-01-23.alert-message no longer existsOlivier Laviale1-1/+0
2012-01-23cut margin in half on default formsMark Otto1-1/+4
2012-01-23revert to negative margin on grid rowMark Otto2-5/+2
2012-01-23Merge branch 'normalize' of https://github.com/necolas/bootstrap into ↵Mark Otto5-57/+65
necolas-normalize Conflicts: bootstrap.css bootstrap.min.css lib/type.less
2012-01-22:focus:required:invalid: ↵Jacob Thornton1-3/+3
http://www.alistapart.com/articles/forward-thinking-form-validation
2012-01-22Merge pull request #1046 from kevva/dropdown-menusJacob Thornton4-5/+5
Scalable dropdown menus
2012-01-22give default valuse for border-radius-customJacob Thornton1-1/+1
2012-01-22don't use negative margin - use first child to set to 0Jacob Thornton1-2/+6
2012-01-22fix sans-serif order in forms.less and rebuildJacob Thornton1-1/+1
2012-01-22Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wipJacob Thornton12-42/+43
2012-01-22share -> share-altJacob Thornton1-1/+1
2012-01-22Merge pull request #1098 from lookfirst/fixstuffJacob Thornton11-35/+36
2.0-wip: clean up variable usage with colors
2012-01-22Using variables rather than numeric valuesOlivier Laviale1-7/+7
2012-01-21remove tabsJon Stevens1-1/+1
2012-01-21clean up variable usage with colorsJon Stevens11-35/+36
2012-01-20fix typoJacob Thornton1-1/+1
2012-01-20Remove global reset in favour of contextual reset.Nicolas Gallagher5-58/+66
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-19Remove search input cancel button in WebKit-OSX.Nicolas Gallagher1-2/+3
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 Gallagher1-3/+1
2012-01-18Make dropdown menus scalable.Kevin Martensson4-5/+5
2012-01-18don't scope placeholder text color to just inputsMark Otto1-6/+1
2012-01-18make button active state clearer by lightening the inner shadow and removing ↵Mark Otto1-1/+2
the background image
2012-01-18rename navbar variables, change navbar search placeholder to mixinMark Otto3-18/+20
2012-01-18re-org variablesMark Otto1-54/+44
2012-01-17revamp the mixins file to organize things a bit more, make placeholder text ↵Mark Otto3-30/+73
use a new variable instead of relying solely on @grayLight
2012-01-17scope table styles to a class, .table, instead of on the generic element as ↵Mark Otto1-26/+25
a smarter default
2012-01-17cleanup accordion css and add commentsMark Otto1-6/+5
2012-01-17Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wipMark Otto1-11/+14
Conflicts: bootstrap.css bootstrap.min.css docs/javascript.html lib/accordion.less
2012-01-16fix js link in docs nav, restyle accordion with new cssMark Otto1-7/+11
2012-01-15reorder propertiesJacob Thornton1-2/+2
2012-01-15do some trickery to get borders looking rightJacob Thornton1-1/+4
2012-01-15fix marginJacob Thornton1-2/+1
2012-01-15make accordions little bit smootherJacob Thornton1-4/+9
2012-01-15updated accordion and carousel; accordion still needs workMark Otto3-31/+106
2012-01-15move carousel to separate stylesheet, update popovers to fix ie7 bug, fix ↵Mark Otto6-64/+68
pagination, fix alerts
2012-01-15make dl and child elements less specificMark Otto1-9/+10
2012-01-15fix grid sized horizontal form layoutMark Otto1-3/+3
2012-01-15fix modal horizontal alignmentMark Otto1-1/+1
2012-01-15make horizontal form labels map to default grid sizingMark Otto1-7/+3
2012-01-15normalize the alert classes to match last night's flip for form and table ↵Mark Otto1-16/+16
classes