Make all tables red

This commit is contained in:
Dennis Eichhorn 2017-04-16 20:38:39 +02:00
parent f58d5532e2
commit 019a615cf2
4 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ echo $this->getData('nav')->render(); ?>
</section>
<div class="box w-100">
<table class="table">
<table class="table red">
<caption><?= $this->getText('Messages'); ?></caption>
<thead>
<tr>

View File

@ -28,7 +28,7 @@ echo $this->getData('nav')->render(); ?>
</section>
<div class="box w-100">
<table class="table">
<table class="table red">
<caption><?= $this->getText('Messages'); ?></caption>
<thead>
<tr>

View File

@ -28,7 +28,7 @@ echo $this->getData('nav')->render(); ?>
</section>
<div class="box w-100">
<table class="table">
<table class="table red">
<caption><?= $this->getText('Messages'); ?></caption>
<thead>
<tr>

View File

@ -28,7 +28,7 @@ echo $this->getData('nav')->render(); ?>
</section>
<div class="box w-100">
<table class="table">
<table class="table red">
<caption><?= $this->getText('Messages'); ?></caption>
<thead>
<tr>