0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Commit Graph

243 Commits

Author SHA1 Message Date
Mark Otto
a5c1d1f182 adding actual images to carousel to ensure you can see things are animating; updated styles of carousel controls to work on light and dark backgrounds and use opacity for effects 2012-01-24 20:45:38 -08:00
Mark Otto
a03fbc18cb allow for text in progress bars 2012-01-24 20:30:26 -08:00
Mark Otto
4a6d9106b8 fix the thumbnails more examples section 2012-01-24 19:36:42 -08:00
Mark Otto
672ba4c2fd update the subnav on all pages 2012-01-24 19:19:50 -08:00
Mark Otto
26ed8202ee modify the scaffolding page to fix the language around preboot/grid variables 2012-01-24 18:24:38 -08:00
Mark Otto
805a965f2e finish updating form state and alert variables in less docs page 2012-01-24 17:14:19 -08:00
Mark Otto
40e92221a6 revamp alert message and error state color/text/bg to be variables 2012-01-24 16:54:35 -08:00
Mark Otto
c2312220e4 fix code type size 2012-01-24 16:19:01 -08:00
Mark Otto
8ff621aa26 fix broken index page heading, update variables and less pages 2012-01-24 16:07:30 -08:00
Mark Otto
fecd4ddd13 docs updates to make the getting started section more responsive, updated the benefits to be clearer and swap x for checkmark 2012-01-24 14:25:30 -08:00
Mark Otto
3f54db9c6a remake 2012-01-24 12:53:30 -08:00
Mark Otto
e829001e5c attempt to fix select list alignment in Firefox by removing padding. not quite fixed 100%, but getting there. 2012-01-24 12:28:20 -08:00
Mark Otto
b0bd1d8203 add bottom-up styles to the dropdown menus 2012-01-24 10:45:29 -08:00
Mark Otto
7d2e13f1b4 remake css 2012-01-24 10:43:13 -08:00
Jacob Thornton
b4b1ef6839 rebuild with new templates 2012-01-23 15:17:32 -08:00
Jacob Thornton
9a68f115e7 rebuild 2012-01-23 15:07:07 -08:00
Jacob Thornton
74521e8354 Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Conflicts:
	bootstrap.css
	docs/base-css.html
	docs/components.html
	docs/index.html
	docs/javascript.html
	docs/less.html
	docs/scaffolding.html
2012-01-23 15:06:56 -08:00
Jacob Thornton
f764aee4b9 add templates for doc generation 2012-01-23 14:14:16 -08:00
Mark Otto
cd5ffbe396 fix up the modals in responsive a bit 2012-01-23 13:50:55 -08:00
Mark Otto
ff113acba8 cut margin in half on default forms 2012-01-23 12:21:00 -08:00
Mark Otto
00d9258194 revert to negative margin on grid row 2012-01-23 11:35:39 -08:00
Mark Otto
22fa371259 Merge branch 'normalize' of https://github.com/necolas/bootstrap into necolas-normalize
Conflicts:
	bootstrap.css
	bootstrap.min.css
	lib/type.less
2012-01-23 11:25:16 -08:00
Jacob Thornton
1209a3756c :focus:required:invalid: http://www.alistapart.com/articles/forward-thinking-form-validation 2012-01-22 20:50:35 -08:00
Jacob Thornton
2355ea034b rebuild 2012-01-22 20:47:24 -08:00
Jacob Thornton
36d2679f83 give default valuse for border-radius-custom 2012-01-22 20:31:58 -08:00
Jacob Thornton
36d56fb1ba don't use negative margin - use first child to set to 0 2012-01-22 20:12:26 -08:00
Jacob Thornton
b8c0388f8a fix sans-serif order in forms.less and rebuild 2012-01-22 20:07:17 -08:00
Jacob Thornton
155b72e873 share -> share-alt 2012-01-22 20:02:56 -08:00
Nicolas Gallagher
782c994060 Remove global reset in favour of contextual reset.
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-20 21:21:59 +00:00
Nicolas Gallagher
8825443d6e Remove search input cancel button in WebKit-OSX.
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-19 22:27:24 +00:00
Nicolas Gallagher
25ac318d33 Remove unnecessary CSS properties from the clearfix mixin. 2012-01-19 20:33:22 +00:00
Mark Otto
ab8f2e2767 don't scope placeholder text color to just inputs 2012-01-18 00:35:14 -08:00
Mark Otto
d12560c0ee make button active state clearer by lightening the inner shadow and removing the background image 2012-01-18 00:30:49 -08:00
Mark Otto
f2fadf1f0a rename navbar variables, change navbar search placeholder to mixin 2012-01-18 00:24:10 -08:00
Mark Otto
dd4140319a revamp the mixins file to organize things a bit more, make placeholder text use a new variable instead of relying solely on @grayLight 2012-01-17 23:52:49 -08:00
Mark Otto
47b8184bbb scope table styles to a class, .table, instead of on the generic element as a smarter default 2012-01-17 23:39:18 -08:00
Mark Otto
51f5b7b8af cleanup accordion css and add comments 2012-01-17 23:24:59 -08:00
Mark Otto
41a410b8e6 Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Conflicts:
	bootstrap.css
	bootstrap.min.css
	docs/javascript.html
	lib/accordion.less
2012-01-17 23:19:21 -08:00
Mark Otto
f1a88eede3 fix js link in docs nav, restyle accordion with new css 2012-01-16 17:27:30 -08:00
Jacob Thornton
7ec4e91324 reorder properties 2012-01-15 21:58:45 -08:00
Jacob Thornton
87bd0e0b88 do some trickery to get borders looking right 2012-01-15 21:54:58 -08:00
Jacob Thornton
036b985357 fix margin 2012-01-15 21:50:04 -08:00
Jacob Thornton
810bba97a4 make accordions little bit smoother 2012-01-15 21:48:58 -08:00
Mark Otto
f48278dac6 updated accordion and carousel; accordion still needs work 2012-01-15 18:40:17 -08:00
Mark Otto
c02501e1b7 move carousel to separate stylesheet, update popovers to fix ie7 bug, fix pagination, fix alerts 2012-01-15 16:27:36 -08:00
Mark Otto
127c0d0b52 make dl and child elements less specific 2012-01-15 13:12:29 -08:00
Mark Otto
f43f2c0ea2 fix grid sized horizontal form layout 2012-01-15 12:53:35 -08:00
Mark Otto
6077b7678c fix modal horizontal alignment 2012-01-15 11:41:46 -08:00
Mark Otto
9f732e90d4 make horizontal form labels map to default grid sizing 2012-01-15 11:33:30 -08:00
Mark Otto
fe160261e4 normalize the alert classes to match last night's flip for form and table classes 2012-01-15 11:30:24 -08:00