On 10/23/13 4:21 PM, Levi Morrison wrote:
  em {
+       font-weight:bolder;
        font-style: italic;
  }

What about this instead?

div#content[class^="manual/"] em {
        font-weight: bolder;
}

--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to