summaryrefslogtreecommitdiff
path: root/lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml')
-rw-r--r--lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml b/lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
index 19273829a0..2bd8efee99 100644
--- a/lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
+++ b/lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
@@ -1,7 +1,6 @@
<% unless klass.extends.empty? then %>
-<!-- Extension Modules -->
-<nav id="extends-section" class="section">
- <h3 class="section-header">Extended With Modules</h3>
+<div id="extends-section" class="nav-section">
+ <h3>Extended With Modules</h3>
<ul class="link-list">
<% klass.each_extend do |ext| %>
@@ -12,5 +11,5 @@
<% end %>
<% end %>
</ul>
-</nav>
+</div>
<% end %>