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
  • #10755
Closed
Open
Issue created Sep 22, 2013 by Administrator@rootContributor

Default styling for <q> is removed

Created by: acdha

Currently generated quotes are reset for both <blockquote> and <q>:

https://github.com/twbs/bootstrap/blob/88854a83d15e85e764e5575a0dfdf062f967c900/less/type.less#L257-L263

// Quotes
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

Unfortunately no styling is set for <q>, making the tag effectively invisible. Since the browser default :before { content: open-quote; } :after { content: close-quote; } is adequate, the fix should be as simple as removing the q: selectors.

Assignee
Assign to
Time tracking