Skip to content

Commit fb0b191

Browse files
committed
Temporary css fix to hide the footer waiting for Ruby to use the updated darkfish.rb
1 parent df43f18 commit fb0b191

File tree

1 file changed

+5
-0
lines changed
  • lib/rdoc/generator/template/rorvswild/css

1 file changed

+5
-0
lines changed

lib/rdoc/generator/template/rorvswild/css/rdoc.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ body {
4646
padding-top: 35px;
4747
}
4848

49+
50+
body > footer {
51+
display: none; /* quickfix waiting for Ruby to upgrade RDoc and use the latest darkfish.rb */
52+
}
53+
4954
h1 span,
5055
h2 span,
5156
h3 span,

0 commit comments

Comments
 (0)