Improve table accessibility
This commit is contained in:
parent
bc781baf14
commit
09cffe2562
5 changed files with 31 additions and 51 deletions
|
@ -13,16 +13,10 @@
|
|||
@foreach ($categories as $category)
|
||||
<table class="infotable">
|
||||
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<h1>{{ $category->name }}</h1>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<hr>
|
||||
</td>
|
||||
</tr>
|
||||
<caption>
|
||||
<h1>{{ $category->name }}</h1>
|
||||
<hr>
|
||||
</caption>
|
||||
|
||||
@php
|
||||
$sites = DB::select(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue