File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
lib/rdoc/generator/template/darkfish Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments