Bug: <ol> in jumbotron not using increased size.
Created by: Inventitech
When using jumbotron, the font-size of p elements is increased (cf. #11588 (closed)). However, the font-size of lists, which are normally used similar to the <p>
element, is not increased.
While it is possible to wrap the contents of the <li>
elements with a <p>
, the numbers in front of them are still not increased, resulting in a weird-looking list. I think the default should rather be to make these lists the same size as <p>
text.
I think this is a regression from 3.0, done in commit https://github.com/twbs/bootstrap/commit/168469f545a189fa51e5d36546e7972f4748ec3f.
I think the correct behaviour would be to add the style changes to <ol>
, and not only <p>
. The same is obviously true for <ul>
, although less visible there.
Correct me, if I am wrong.
Minimal example http://codepen.io/anon/pen/qKlCd/