Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #13312
Closed
Open
Issue created Apr 09, 2014 by Administrator@rootContributor

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.

Example of current behaviour: bad_ol_formatting

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/

Assignee
Assign to
Time tracking