[CSS] Improved performance, reduced padding [COMPONENTS][LeftPanel] Consolidated CSS into base.css [COMPONENTS][RightPanel] Consolidated CSS into base.css [PLUGINS][WebMonetization] Replaced fieldset with section
Accessibility tests failed if the fieldset had no legend, since it wasn't really neeeded, it was replaced as another element.
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
<summary class="section-title-summary">
|
||||
<h2>Web Monetization</h2>
|
||||
</summary>
|
||||
<fieldset class="section-form">
|
||||
<section class="section-form">
|
||||
{{ form(the_form) }}
|
||||
</fieldset>
|
||||
</section>
|
||||
</details>
|
||||
</section>
|
||||
|
||||
|
Reference in New Issue
Block a user