Make text in <code></code> appear the same size as the rest of the text
-----------------------------------------------------------------------
Key: MNG-690
URL: http://jira.codehaus.org/browse/MNG-690
Project: Maven 2
Type: Improvement
Components: maven-plugins
Versions: 2.0-alpha-3
Reporter: Bob Allison
Priority: Minor
As currently defined, text in a paragraph that is enclosed in <code>...</code>
will appear much smaller. This has been true since v1.0.2 or earlier.
Adding the following four lines to "maven-theme.css" will fix the problem (I
would suggest adding them right after the first four lines which set similar
information for most other text):
code{
font-family: Courier, monospace;
font-size: 13px;
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]