Skip to content

Commit 0d16de3

Browse files
committed
Fix line-height for method descriptions. RubyForge bug #27770
1 parent a686911 commit 0d16de3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

History.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
by tobijk.
1717
* Skip TestRDocOptions#test_check_files on windows until a windows-specific
1818
test can be created. RubyForge bug #28821 by Usaku Nakamura.
19+
* Fixed line-height of headings in method and alias descriptions. RubyForge
20+
Bug #2770 by Adam Avilla
1921

2022
=== 3.4 / 2010-01-06
2123

lib/rdoc/generator/template/darkfish/rdoc.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,9 +408,14 @@ ul.link-list .type {
408408
#documentation .method-description,
409409
#documentation .aliases {
410410
margin: 0 20px;
411-
line-height: 1.2em;
412411
color: #666;
413412
}
413+
414+
#documentation .method-description p,
415+
#documentation .aliases p {
416+
line-height: 1.2em;
417+
}
418+
414419
#documentation .aliases {
415420
padding-top: 4px;
416421
font-style: italic;

0 commit comments

Comments
 (0)