lib/opal/spec/browser_formatter.rb in opal-spec-0.1.8 vs lib/opal/spec/browser_formatter.rb in opal-spec-0.1.9
- old
+ new
@@ -22,11 +22,11 @@
border-radius: 3px;
border: 1px solid #DDDDDD;
}
ul.example_groups {
- /* list-style-type: none; */
+ list-style-type: none;
}
li.group.passed .group_description {
color: #597800;
font-weight: bold;
@@ -83,10 +83,10 @@
</span>
</li>
HTML
@example_list = DOM.parse <<-HTML
- <ul class="examples" style="display:none;"></ul>
+ <ul class="examples"></ul>
HTML
@group_element << @example_list
@groups_element << @group_element
end
\ No newline at end of file