[hibernate-issues] [Hibernate-JIRA] Created: (HHH-4750) Tutorial Documentation Font Spacing Issue

Niraj Bhawnani (JIRA) noreply at atlassian.com
Mon Jan 4 08:53:29 EST 2010


Tutorial Documentation Font Spacing Issue
-----------------------------------------

                 Key: HHH-4750
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4750
             Project: Hibernate Core
          Issue Type: Bug
          Components: documentation
         Environment: http://docs.jboss.org/hibernate/core/3.3/reference/en/html/tutorial.html
            Reporter: Niraj Bhawnani


The code blocks are not rendering correctly because they are set to use a variable spaced font. For code, this isn't so bad, but it breaks the schema boxes completely.

A quick check with Firebug revealed the culprit to be in documentation.css around line 518:
{code}
pre {
  ...
  font-family:verdana,helvetica,sans-serif;
  ...
}
{code}

Proposed fix:
{code}
font-family:monospace;
{code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list