Make all tables red

This commit is contained in:
Dennis Eichhorn 2017-04-16 20:38:39 +02:00
parent ae36914fd8
commit 78c0385824
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table">
<table class="table red">
<caption><?= $this->getText('Departments'); ?></caption>
<thead>
<tr>

View File

@ -31,7 +31,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table">
<table class="table red">
<caption><?= $this->getText('Positions'); ?></caption>
<thead>
<tr>

View File

@ -29,7 +29,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table">
<table class="table red">
<caption><?= $this->getText('Units'); ?></caption>
<thead>
<tr>