Improved backgrounds, builds, readability, roundings and Added lists properly

Update .gitignore, compile.cmd, and 20 more files...
This commit is contained in:
2024-11-20 22:53:18 +01:00
parent d7d4dfba15
commit cdd0aba327
22 changed files with 404 additions and 289 deletions

View File

@@ -82,8 +82,11 @@
<!-- Rounding -->
<?php include("./parts/rounding.php"); ?>
<!-- Lists -->
<?php include("./parts/lists.php"); ?>
<!-- Lists > Base -->
<?php include("./parts/lists_base.php"); ?>
<!-- Lists > Composed -->
<?php include("./parts/lists_composed.php"); ?>
<!-- Grids -->
<?php include("./parts/grids.php"); ?>
@@ -117,5 +120,6 @@
<script src="/js/sidebar.js"></script>
<script src="/js/text-direction-switch.js"></script>
<script src="/js/anchor-fix.js"></script>
</body>
</html>