forked from vergnet/site-accueil-insa
white text
This commit is contained in:
parent
062aebc51c
commit
a95d63e139
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ if(isset($_GET['planning']) AND !empty(['planning']))
|
|||
$req1->execute(array($day, $planning));
|
||||
while($r1 = $req1->fetch()) {
|
||||
?>
|
||||
<div style="background-color: <?= $r1['color'] ?>; height: <?= $r1['length'] ?>%; border: 0;<?php //if($day == 7) { echo "border-right: 4px solid black;"; } ?>" class="content">
|
||||
<div style="background-color: <?= $r1['color'] ?>; height: <?= $r1['length'] ?>%; border: 0; color: white;<?php //if($day == 7) { echo "border-right: 4px solid black;"; } ?>" class="content">
|
||||
<span><?= $r1['title'] ?></span>
|
||||
</div>
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue