You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Bob Allison (JIRA)" <ji...@codehaus.org> on 2005/08/03 05:41:57 UTC

[jira] Created: (MNG-690) Make text in appear the same size as the rest of the text

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-690) Make text in appear the same size as the rest of the text

Posted by "Bob Allison (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-690?page=all ]

Bob Allison updated MNG-690:
----------------------------

    Attachment: MNG-690.diff

Based the previous file starting at the wrong directory.  This one should be correct.

> 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-site-plugin
>     Versions: 2.0-alpha-3
>     Reporter: Bob Allison
>     Priority: Minor
>      Fix For: 2.0-beta-2
>  Attachments: MNG-690.diff, MNG-690.diff
>
>
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-690) Make text in appear the same size as the rest of the text

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-690?page=all ]
     
Brett Porter closed MNG-690:
----------------------------

     Assign To: Brett Porter
    Resolution: Fixed

> 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-site-plugin
>     Versions: 2.0-alpha-3
>     Reporter: Bob Allison
>     Assignee: Brett Porter
>     Priority: Minor
>      Fix For: 2.0-beta-4
>  Attachments: MNG-690.diff, MNG-690.diff
>
>
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-690) Make text in appear the same size as the rest of the text

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-690?page=all ]

Brett Porter updated MNG-690:
-----------------------------

    Fix Version:     (was: 2.0-beta-3)
                 2.0-beta-4

> 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-site-plugin
>     Versions: 2.0-alpha-3
>     Reporter: Bob Allison
>     Priority: Minor
>      Fix For: 2.0-beta-4
>  Attachments: MNG-690.diff, MNG-690.diff
>
>
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-690) Make text in appear the same size as the rest of the text

Posted by "Bob Allison (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-690?page=all ]

Bob Allison updated MNG-690:
----------------------------

    Attachment: MNG-690.diff

This patch updates the current maven-theme.css to correct this problem.

> 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-site-plugin
>     Versions: 2.0-alpha-3
>     Reporter: Bob Allison
>     Priority: Minor
>      Fix For: 2.0-beta-2
>  Attachments: MNG-690.diff
>
>
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-690) Make text in appear the same size as the rest of the text

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-690?page=all ]

Brett Porter updated MNG-690:
-----------------------------

    Component:     (was: maven-plugins)
               maven-site-plugin

> 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-site-plugin
>     Versions: 2.0-alpha-3
>     Reporter: Bob Allison
>     Priority: Minor
>      Fix For: 2.0-beta-2

>
>
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-690) Make text in appear the same size as the rest of the text

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-690?page=all ]

Brett Porter updated MNG-690:
-----------------------------

    Fix Version: 2.0-beta-1

> 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
>      Fix For: 2.0-beta-1

>
>
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-690) Make text in appear the same size as the rest of the text

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-690?page=all ]

Brett Porter updated MNG-690:
-----------------------------

    Fix Version:     (was: 2.0-beta-1)
                 2.0-beta-2

> 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
>      Fix For: 2.0-beta-2

>
>
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org