Skip to content

Commit 4c89100

Browse files
authored
2.x: Adjust JavaDoc stylesheet of dt/dd within the method details (#6102)
1 parent f4a18fd commit 4c89100

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/stylesheet.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,10 @@ Page layout container styles
284284
margin:10px 0 0 0;
285285
color:#4E4E4E;
286286
}
287-
/*.contentContainer .description dl dd, */.contentContainer .details dl dd, .serializedFormContainer dl dd {
288-
margin:5px 0 10px 0px;
287+
.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
288+
/* margin:5px 0 10px 0px; */
289289
font-size:14px;
290-
font-family:'DejaVu Sans Mono',monospace;
290+
font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
291291
}
292292
.serializedFormContainer dl.nameValue dt {
293293
margin-left:1px;

0 commit comments

Comments
 (0)