forked from vergnet/site-accueil-insa
border
This commit is contained in:
parent
a95d63e139
commit
5a3c7a2793
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; color: white;<?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; border-right: 2px solid black; border-top: 2px solid black; ?>" class="content">
|
||||
<span><?= $r1['title'] ?></span>
|
||||
</div>
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue