aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-01-27Compensates for IE7 first-child-input-inheriting-hasLayout-parents-margins ↵Pete Hopkins1-0/+9
bug for appended text form element
2012-01-27Fixes up internal and external spacing for IE7 buttonsPete Hopkins1-0/+7
2012-01-27Collapses borders for IE7, which doesn't respect border-spacingPete Hopkins1-0/+1
2012-01-27adding outline callout as a fallback for IE--needs testing though, thought I ↵Mark Otto2-2/+6
already added this
2012-01-27Changing the color of the default icons from black (#000) to grayDark (#333)Burak Tuyan2-0/+0
2012-01-27Updating to latest version of Glyphicons Halflings set (v.1.5) along with ↵Burak Tuyan12-52/+234
some icon enhancements like: - Updated the Gylphicons Halflings set to version 1.5 (30 new icons) - Optimized the sprite PNG files for minimum filesize without any quality loss - Made some fixes for horizontal alignment at the LESS/CSS level (tags, bold, arrow-up, minus, chevron-down) - Made some fixes for vertical alignment at the LESS/CSS level (chevron-down, resize-vertical, resize-horizontal) - Renamed the old "calendar" class as "list-alt" class (because now we've a real calendar icon) - Changed the "background-position" of the icon class to "14px 14px", so that a wrong class name will not be showing the glass icon and instead will show a blank icon (which is useful for just positioning the text after the icons in some cases) - Added new icons (classes) to the base-css Docs (to both HTML file and Mustache template) - Changed one of the button examples to danger style and used a white icon - Renamed the sprite image files to save a few bytes here and there (from glyphicons-halflings-sprite.png to lyphicons-halflings.png and from glyphicons-halflings-sprite-white.png to glyphicons-halflings-white.png)
2012-01-26change typeahead to data-source instead of data-data and add to docsJacob Thornton4-6/+19
2012-01-26Merge pull request #1272 from napoleond/2.0-wipJacob Thornton1-2/+2
Support tab and enter in typeahead
2012-01-26change endpoint to point to actual server...Jacob Thornton1-2/+1
2012-01-26rebuild + copy images to docs when makingJacob Thornton5-5/+6
2012-01-26simplify readmeJacob Thornton1-23/+2
2012-01-26move doc building into base make method + build bootstrap to doc assetsJacob Thornton15-595/+26
2012-01-26moving structure around + more work on builder...Jacob Thornton47-91/+100
2012-01-26Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wipJacob Thornton16-340/+373
2012-01-26getting closer....Jacob Thornton1-5/+6
2012-01-26Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wipMark Otto3-4/+4
2012-01-26scope icons to .iconMark Otto3-271/+271
2012-01-26flip order of content on home pageMark Otto2-46/+46
2012-01-26Merge pull request #1280 from mistermarco/2.0-wipMark Otto2-3/+3
Fix typo in docs/scaffolding.html and mustache template in 2.0 wip
2012-01-26fix typo in docs/scaffolding.htmlMarco Wise2-3/+3
2012-01-26Merge pull request #1269 from phopkins/ie_typeaheadMark Otto1-1/+1
[2.0-wip] Fix typehead plugin for IE7/8
2012-01-26fix height of download buttonMark Otto1-0/+1
2012-01-26more builder crapJacob Thornton3-76/+81
2012-01-26Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wipMark Otto5-18/+43
Conflicts: bootstrap.css
2012-01-26Merge pull request #1274 from linrock/patch-2Mark Otto6-21/+46
[2.0 wip] Bring back the hero unit css. Fixes #1185.
2012-01-26adding white spritesMark Otto7-3/+10
2012-01-26Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wipJacob Thornton11-32/+32
2012-01-26some js for javascript for builder (stil incomplete)Jacob Thornton3-53/+60
2012-01-26fix links to apple touch iconsMark Otto11-32/+32
2012-01-26Move hero-unit css out of pattern.less and include it. Fixes #1185.Linmiao Xu6-21/+46
2012-01-26fix legend margin collapseMark Otto3-7/+7
2012-01-26Merge branch 'form_alignment' of https://github.com/phopkins/bootstrap into ↵Mark Otto5-33/+35
phopkins-form_alignment Conflicts: bootstrap.css bootstrap.min.css
2012-01-26Enable default browser key behaviour when typeahead isn't showing.David N1-2/+2
2012-01-26move down background iamgeMark Otto1-0/+1
2012-01-26make css after mergeMark Otto2-1/+5
2012-01-26Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wipMark Otto1-0/+3
2012-01-26Merge pull request #1271 from linrock/patch-1Mark Otto1-0/+3
Fix icon margins in large buttons.
2012-01-26consistent new lines at ends of filesMark Otto10-10/+10
2012-01-26small text change on downloads pageMark Otto2-2/+2
2012-01-26separate code from type css filesMark Otto6-52/+55
2012-01-26break scaffolding down into smaller less filesMark Otto6-144/+148
2012-01-26make accordion links block levelMark Otto5-10/+25
2012-01-26add values to inputs for grid variables on download pageMark Otto2-10/+10
2012-01-26Fix icon margin in large buttons.Linmiao Xu1-0/+3
2012-01-26Switches from Array#filter to jQuery.grep for IE<=8 supportPete Hopkins1-2/+2
2012-01-26allow icons in small buttonsMark Otto2-0/+8
2012-01-26rebuild *.cssPete Hopkins3-26/+27
2012-01-26Makes inputs and buttons align middle so they line up in all browsersPete Hopkins3-9/+9
2012-01-26Clears border-radius on checkboxes because they look bad on IEPete Hopkins1-0/+1
2012-01-26Fixes off-by-1px between checkbox and form label (all browsers)Pete Hopkins1-1/+1