Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a couple of issues with JDK7 javadoc style by using a slightly cu…
…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