forked from vergnet/site-accueil-insa
border 0
This commit is contained in:
parent
612b1120c4
commit
2ccca6f63c
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'] ?>%; <?php if($day == 7) { echo "border-right: 4px solid black;"; } ?>" class="content">
|
||||
<div style="background-color: <?= $r1['color'] ?>; height: <?= $r1['length'] ?>%; border: 0;<?php //if($day == 7) { echo "border-right: 4px solid black;"; } ?>" class="content">
|
||||
<span><?= $r1['title'] ?></span>
|
||||
</div>
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue