IMAGINARY / imaginary-web

Imaginary website (Drupal 7)
GNU General Public License v2.0
3 stars 0 forks source link

Some words in caps shown smaller than others #109

Closed elondaits closed 8 years ago

elondaits commented 8 years ago

It was noticed in a news item that some words in all caps like IC16, or ICME were shown smaller than others. Also some instances of the same word were smaller than others.

elondaits commented 8 years ago

The problem is caused by the Typogriphy module and the .caps style. These words are getting extra .caps styles... e.g.:

<span class="caps"><span class="caps">IC16</span></span>

and the .caps style currently reduces the size of its contents

.caps {
    font-size: .9em;
}

Options to fix this:

Note:

elondaits commented 8 years ago

Fixed in 5a5ba18b0144c813ffc2e6844027c46994cf9553

Will deploy soon.

elondaits commented 8 years ago

Deployed.