forked from vergnet/site-accueil-insa
font
This commit is contained in:
parent
fb0c3c8167
commit
e72c2f8046
2 changed files with 14 additions and 1 deletions
|
@ -42,4 +42,16 @@ li {
|
|||
.directory-li:hover {
|
||||
transform: scale(1.05);
|
||||
transition: 0.3s ease-out;
|
||||
}
|
||||
|
||||
#folderTitle {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#folderPhotos {
|
||||
}
|
||||
|
||||
#folderAlbums {
|
||||
|
||||
}
|
|
@ -74,7 +74,8 @@ function createDirectories($path)
|
|||
?>
|
||||
<a href="<?= $folderLink ?>">
|
||||
<li class="directory-li">
|
||||
<span id="folderTitle"><?= $folderTitle ?> - </span>
|
||||
<span id="folderTitle"><?= $folderTitle ?></span>
|
||||
<?= " - " ?>
|
||||
<span id="folderPhotos">
|
||||
<?php if ($photos > 1) {
|
||||
echo $photos." photos";
|
||||
|
|
Loading…
Reference in a new issue