Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: <ol> in jumbotron not using increased size. #13312

Closed
Inventitech opened this issue Apr 9, 2014 · 2 comments
Closed

Bug: <ol> in jumbotron not using increased size. #13312

Inventitech opened this issue Apr 9, 2014 · 2 comments
Labels

Comments

@Inventitech
Copy link

When using jumbotron, the font-size of p elements is increased (cf. #11588). 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.

Example of current behaviour:
bad_ol_formatting

I think this is a regression from 3.0, done in commit 168469f.

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/

@Inventitech Inventitech changed the title <ol> in jumbotron not using increased size. Bug: <ol> in jumbotron not using increased size. Apr 9, 2014
Inventitech added a commit to Inventitech/bootstrap that referenced this issue Apr 9, 2014
@cvrebert cvrebert added the css label Apr 9, 2014
@mdo
Copy link
Member

mdo commented May 1, 2014

Per #13313, punting to v4 for any major changes here.

@mdo mdo closed this as completed May 1, 2014
@lee36656
Copy link

lee36656 commented May 1, 2014

NAVER - http://www.naver.com/

[email protected] 님께 보내신 메일 <Re: [bootstrap] Bug:

    in jumbotron not using increased size. (#13312)> 이 다음과 같은 이유로 전송 실패했습니다.


    받는 사람이 회원님의 메일을 수신차단 하였습니다.


@Inventitech
Copy link
Author

Any news on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants