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

Candela theme (& others?): All H3s unnecessarily centered #58

Open
xolotl opened this issue Jun 29, 2015 · 0 comments
Open

Candela theme (& others?): All H3s unnecessarily centered #58

xolotl opened this issue Jun 29, 2015 · 0 comments

Comments

@xolotl
Copy link

xolotl commented Jun 29, 2015

All H3s are now centered, which makes them hard to parse on a regular page. I think what may have happened is that there was a move to center H3s in decorative boxes that was applied to all H3s.

There is this:

media="all"
.bcc-box h3:first-child {
  text-align: center;
  margin: -2% -3% 15px;
  color: #ffffff;
  padding: 15px 0 15px;
}

And this:

media="screen, print"
h3 {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: none;
  word-spacing: none;
  page-break-after: avoid;
  hyphens: none;
  -webkit-hyphens: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant