Skip to content

Commit

Permalink
Fix a couple of issues with JDK7 javadoc style by using a slightly cu…
Browse files Browse the repository at this point in the history
…stomized version of the default stylesheet in Guava. Specific issues this fixes:

- Huge text with a slightly misaligned first line in <pre>{@code} blocks in Guava javadoc (for example, see http://docs.guava-libraries.googlecode.com/git-history/v14.0.1/javadoc/com/google/common/io/Closer.html). Both <pre> and <code> were increasing the font size. This changes the <code> block to inherit the font-size of the <pre> block.
- No blank line before <pre> blocks in class-level javadoc. A CSS class rule for a div surrounding the class level javadoc set <pre>'s margin-top to 0.
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=49515875
  • Loading branch information
cgdecker committed Jul 17, 2013
1 parent 952d4e8 commit 87c7588
Show file tree
Hide file tree
Showing 2 changed files with 494 additions and 0 deletions.
Loading

0 comments on commit 87c7588

Please sign in to comment.