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
f7b5e0f6b5
Merge pull request #1046 from kevva/dropdown-menus
...
Scalable dropdown menus
2012-01-22 20:41:52 -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
dc5bedda14
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
2012-01-22 20:03:17 -08:00
Jacob Thornton
155b72e873
share -> share-alt
2012-01-22 20:02:56 -08:00
Jacob Thornton
1593671cb2
Merge pull request #1098 from lookfirst/fixstuff
...
2.0-wip: clean up variable usage with colors
2012-01-22 19:50:16 -08:00
Jacob Thornton
c424045c76
Merge pull request #1106 from olvlvl/2.0-wip
...
2.0 wip
2012-01-22 19:48:53 -08:00
Jacob Thornton
87c676335c
Merge pull request #1053 from scottwater/patch-1
...
Added missing 'data-dismiss="modal"' on the first example model source.
2012-01-22 19:38:48 -08:00
Olivier Laviale
a583f055b3
Using variables rather than numeric values
2012-01-22 22:32:16 +01:00
Jacob Thornton
7dbd2810e3
Merge pull request #1105 from olvlvl/2.0-wip
...
2.0 wip
2012-01-22 13:01:28 -08:00
Olivier Laviale
0523c053a7
Fixed typo
2012-01-22 21:45:20 +01:00
Jacob Thornton
a364d89936
Merge pull request #1104 from cgunther/dropdown-docs
...
Dropdown docs error in example
2012-01-22 12:25:51 -08:00
Jacob Thornton
a6eb972bf3
Merge pull request #1101 from ansman/2.0-wip
...
Fix for #1102 and #1100
2012-01-22 12:20:39 -08:00
Jacob Thornton
88596797f0
rename tooltip test file
2012-01-22 12:19:22 -08:00
Chris Gunther
c3625ebb23
Move placement of ID in docs example for dropdowns
...
The ID specified by an href or data-target attribute should match the
li.dropdown, not the ul.dropdown-menu
2012-01-22 11:46:44 -05:00
Nicklas Ansman Giertz
4882e6da2f
Rename the tooltip test file
...
It had not been renamed when twipsys became tooltips.
2012-01-22 12:33:30 +01:00
Nicklas Ansman Giertz
05fdd43e41
Add testcase to popover
...
This test case verifies that custom classes are respected.
2012-01-22 12:32:37 +01:00
Nicklas Ansman Giertz
6a9f169fd6
Make the popove respect custom classes
2012-01-22 12:06:59 +01:00
Jacob Thornton
373a54187e
add ability to cycle carousel to a particular frame
2012-01-21 23:02:29 -08:00
Jon Stevens
0f2dd75c97
remove tabs
2012-01-21 22:35:03 -08:00
Jacob Thornton
6e490628d1
more efficient matcher + bold matched query in item
2012-01-21 22:06:36 -08:00
Jacob Thornton
4fe11342d0
make case lookahead case insensitive
2012-01-21 21:46:47 -08:00
Jacob Thornton
d3817cf466
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
2012-01-21 21:35:53 -08:00
Jacob Thornton
2187e0838f
change scrollspy offset to be option + fix typo in scrollspy
2012-01-21 21:35:20 -08:00
Jacob Thornton
05cc371105
Merge pull request #1097 from buraktuyan/2.0-wip
...
2.0-wip: Optimize all PNG files (without any quality loss)
2012-01-21 21:14:46 -08:00
Jon Stevens
e0238bfb08
clean up variable usage with colors
2012-01-21 15:24:06 -08:00
Burak Tuyan
4a5867b18b
Optimizing all PNG files, saving 60.02 KB in total without any quality lost. (Using PNGOUTWin 1.5.0.100, Xtreme strategy in compability mode)
2012-01-21 23:52:39 +02:00
Jacob Thornton
719713ca87
fix typo
2012-01-20 20:28:40 -08:00
Jacob Thornton
7444310c4d
only prevent default of links in sections
2012-01-20 20:05:16 -08:00
Jacob Thornton
3ed836b198
should check for alert class not alertmessage
2012-01-20 13:50:36 -08:00
Jacob Thornton
93c8152216
only prevent default if getting data-href
2012-01-20 13:42:10 -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
Mark Otto
c75a59e741
Merge pull request #1069 from necolas/2.0-wip
...
2.0-wip: Changes to .gitignore, clearfix mixin, and search input reset
2012-01-20 09:30:06 -08: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
Nicolas Gallagher
1c014613a9
Add various always-ignore extensions, files, and folders to .gitignore
2012-01-19 20:32:57 +00:00
Scott Watermasysk
9c94078415
Added missing 'data-dismiss="modal"' on the first example model source.
2012-01-18 14:53:59 -05:00
Kevin Martensson
87113396df
Make dropdown menus scalable.
2012-01-18 14:02:18 +01: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
a920fa2993
re-org variables
2012-01-18 00:12:58 -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
8c1a908754
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
2012-01-17 23:39:28 -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