Unfloat/unbox definition lists other than class metadata.
2 files changed, 2 insertions(+), 2 deletions(-)

M lib/sixfish/patches.rb
M ui/sixfish.scss
M lib/sixfish/patches.rb +1 -1
@@ 13,7 13,7 @@ module Sixfish::Patches
 		:LABEL  => ['<dl class="rdoc-list label-list">',         '</dl>'],
 		:LALPHA => ['<ol style="list-style-type: lower-alpha">', '</ol>'],
 		:NOTE   => [
-			'<table class="rdoc-list note-list table box"><tbody>',
+			'<table class="rdoc-list note-list table"><tbody>',
 			'</tbody></table>'
 		],
 		:NUMBER => ['<ol>',                                      '</ol>'],

          
M ui/sixfish.scss +1 -1
@@ 44,7 44,7 @@ li.method {
 }
 
 
-table.note-list, table.class-metadata {
+table.class-metadata {
 	float: right;
 	width: inherit;
 }