AJ Acevedo
0d4b9ef72e
Added navigation role to example navbars
...
As per the docs:
http://getbootstrap.com/components/#navbar-default
modified: examples/carousel/index.html
modified: examples/jumbotron/index.html
modified: examples/navbar-fixed-top/index.html
modified: examples/navbar-static-top/index.html
modified: examples/navbar/index.html
modified: examples/non-responsive/index.html
modified: examples/starter-template/index.html
modified: examples/sticky-footer-navbar/index.html
modified: examples/theme/index.html
2013-10-31 16:09:41 -04:00
Kevin Locke
441f9d6717
Support .h1 in place of h1 inside .jumbotron
...
As in #7284 , it can often be useful to style text like a heading in
places where using the heading tag would be either semantically
incorrect, less accessible, or otherwise invalid.
Support this in .jumbotron as in the rest of the document by allowing
elements with class .h1 to stand in for the h1 element.
Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
2013-10-31 10:48:55 -06:00
Mark Otto
867e2bef8d
3.0.1
2013-10-30 10:03:56 -07:00
Mark Otto
147837efaa
more grunt
2013-10-30 08:00:32 -07:00
Mark Otto
9fbbce9b2d
Merge pull request #11274 from wangsai/fix-examples-urls
...
remove unused `{{ page.base_url }}` variables, and fix the urls
2013-10-30 07:32:06 -07:00
Mark Otto
697a37e73f
Merge pull request #11282 from ZDroid/combination
...
Combine multiple .thumbnail > img styles
2013-10-30 07:28:24 -07:00
Bas Bosman
b8f9f82d18
Add well-border variable
...
Add a variable to allow the well border color to be specified.
The reason I'd like to see this included is that my companies styleguide
requires an explicit border color on well-like constructs. This variable
allows me to easily override the default to use that color.
2013-10-30 14:10:16 +01:00
Zlatan Vasović
688ca328c9
Combine multiple .thumbnail > img styles
2013-10-30 10:00:28 +01:00
Chris Rebert
77bf572cba
Merge pull request #11278 from ZDroid/patch-1
...
Change tense to imperative
2013-10-29 12:41:42 -07:00
Zlatan Vasović
8a881c78a1
Change tense to imperative
...
Matches this comment with the commit messages and other comments.
2013-10-29 20:06:45 +01:00
Chris Rebert
a8e0679554
Merge pull request #11275 from jared-christensen/master
...
JS comments pointed to new documentation
2013-10-29 10:29:31 -07:00
Jared Christensen
583697fec3
JS comments pointed to new documentation
2013-10-29 12:10:47 -05:00
wangsai
ee96637284
remove unused {{ page.base_url }}
variables, and fix the urls
2013-10-30 00:13:35 +08:00
Mark Otto
a23740ec03
run grunt
2013-10-28 21:55:08 -07:00
Mark Otto
e5c3f2d9d4
restore IDs
2013-10-28 21:50:05 -07:00
Mark Otto
5729f20054
Merge branch 'respondjs-import-note'
2013-10-28 21:49:00 -07:00
Mark Otto
96d7d4a489
edit
2013-10-28 21:48:57 -07:00
Mark Otto
c6e76d97ba
Fixes #10341 : don't change border color on contextual table classes
2013-10-28 21:19:48 -07:00
Mark Otto
4b8c662698
use regular text, not callouts
2013-10-28 21:19:09 -07:00
Mark Otto
67cab7fa05
Fixes #10516 : Use auto positioning for dropdowns in justified nav to fix Firefox rendering
2013-10-28 20:51:39 -07:00
Mark Otto
dcf51315a3
Merge pull request #11258 from ZDroid/smoothing
...
Add -moz-osx-font-smoothing
2013-10-28 20:36:40 -07:00
Chris Rebert
d1dd1fcdee
add warning about Respond.js not supporting @import; fixes #11143
2013-10-28 11:07:56 -07:00
Chris Rebert
0026e5655b
Merge pull request #11262 from vsn4ik/fonts_perms
...
Remove execute permissions on fonts files.
2013-10-28 09:16:53 -07:00
vsn4ik
f0c6ac0b70
Remove execute permissions on fonts files.
2013-10-28 17:52:04 +04:00
Zlatan Vasović
f9eec5b60a
Add -moz-osx-font-smoothing
2013-10-28 09:59:24 +01:00
Mark Otto
30127a4296
Merge pull request #11253 from ZDroid/ditch
...
Ditch amp
2013-10-27 20:50:23 -07:00
Zlatan Vasović
92f007157a
Ditch amp
2013-10-27 13:43:51 +01:00
Mark Otto
e9ca4fab13
Merge pull request #11248 from tagliala/chrome-osx-select-print
...
Chrome for OSX print issue with select tags
2013-10-27 00:45:37 -07:00
Geremia Taglialatela
58cb85be37
#fff of course
2013-10-26 21:52:38 +02:00
Geremia Taglialatela
b09417fd75
Fixes #11245
2013-10-26 21:32:29 +02:00
Mark Otto
0365796375
Merge branch 'master' of github.com:twbs/bootstrap
2013-10-26 14:22:33 +01:00
Mark Otto
1ef6caf44f
Merge pull request #11200 from yokomizor/variable_way_to_set_caret_width_base
...
Variable way to set caret width
2013-10-26 06:15:33 -07:00
Mark Otto
4cfe307abe
Fixes #11206 : remove left padding on first inline list item
2013-10-26 14:13:34 +01:00
Mark Otto
0c714c32f9
Merge branch 'master' of github.com:twbs/bootstrap
2013-10-26 14:12:07 +01:00
Mark Otto
64ffed87a4
Merge pull request #11244 from ZDroid/animation
...
Add .animation() mixin
2013-10-26 05:49:58 -07:00
Zlatan Vasović
aff291e1ca
Add .animation() mixin
2013-10-26 14:11:59 +02:00
Mark Otto
72cfe877d8
Remove multiple navbar z-index callout
...
* Since we removed the z-index of our default navbars in 76baacf2c9
, we no longer need this warning.
* A quick test of the new code showed no problems with dropdowns falling behind a sibling navbar, so folks should be good to go.
2013-10-26 12:43:50 +01:00
Mark Otto
4fac7b6d25
Merge pull request #11222 from ZDroid/patch-1
...
Add another newline to improve final code readability
2013-10-26 03:41:00 -07:00
Zlatan Vasović
20cba845c2
Add another newline to improve final code readability
...
This divides banner from code.
2013-10-26 10:57:09 +02:00
Mark Otto
f47510b172
Merge pull request #11224 from twbs/10506-doc
...
Document that uncollapsing the mobile navbar requires JS
2013-10-26 01:17:53 -07:00
Chris Rebert
abc50a7e9d
Merge pull request #11239 from twbs/qunit-equals-deprecated
...
QUnit.equals() is deprecated; use QUnit.equal() instead
2013-10-25 14:21:43 -07:00
Chris Rebert
7b24f3c47c
QUnit.equals() is deprecated; use QUnit.equal() instead
2013-10-25 14:14:30 -07:00
Chris Rebert
f2f70a4a74
Merge pull request #11234 from ZDroid/patch-2
...
Kick up grunt-contrib-jshint dependency
2013-10-25 11:34:54 -07:00
Zlatan Vasović
ca6729e3d3
Kick up grunt-contrib-jshint dependency
2013-10-25 17:45:49 +02:00
Chris Rebert
a58c83a317
add missing space before open curly brace
2013-10-24 19:56:44 -07:00
Chris Rebert
aafe3f90bd
fix misspelling in comment
2013-10-24 19:50:08 -07:00
Chris Rebert
f31aae469e
fix misspelling in comment
2013-10-24 19:48:42 -07:00
Chris Rebert
3cd744fd5e
remove ref to nonexistent branch
2013-10-24 19:42:48 -07:00
Chris Rebert
c865a68e21
fix WebKit caps in comments
2013-10-24 19:20:08 -07:00
Chris Rebert
91fa801d33
doc that uncollapsing mobile navbar requires JS; per #10506
2013-10-24 15:16:02 -07:00