mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-31 07:43:11 +00:00
Optimising CSS/sAss
This commit is contained in:
parent
e19bab45cd
commit
1be364c4ef
10 changed files with 117 additions and 527 deletions
|
@ -25,7 +25,7 @@
|
|||
$join_date = new DateTime($user['created_at']);
|
||||
?>
|
||||
|
||||
<div class="profile-root">
|
||||
<div class="profile-root defaultDecoration defaultSpacing defaultFonts">
|
||||
<?php
|
||||
if (!empty($user)) {
|
||||
if (is_file("images/pfp/".$user['pfp_path'])) {
|
||||
|
@ -49,7 +49,7 @@
|
|||
?>
|
||||
</div>
|
||||
|
||||
<div id="gallery" class="gallery-root">
|
||||
<div id="gallery" class="gallery-root defaultDecoration">
|
||||
<?php
|
||||
|
||||
// Reading images from table
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue