summaryrefslogtreecommitdiff
path: root/src/template.php
diff options
context:
space:
mode:
authorJonas Kohl <gitlab@jonaskohl.de>2024-07-29 12:23:13 +0200
committerJonas Kohl <gitlab@jonaskohl.de>2024-07-29 12:23:13 +0200
commit721e48a88479e112fec8bc1c432bc8407a0f805b (patch)
treef18e54d01fb9d5c825a68941c479f17ea5d05803 /src/template.php
parent6853a216b90658ae2147cbd0d13b53c95f0bc904 (diff)
Move stuff to CSS classes
Diffstat (limited to 'src/template.php')
-rw-r--r--src/template.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/template.php b/src/template.php
index 6061e1d..127356c 100644
--- a/src/template.php
+++ b/src/template.php
@@ -35,7 +35,7 @@ $nav = fn(string $ln) =>
<table id="navLayout" cellspacing="0">
<tbody>
<tr>
- <td class="navCell<?= $nav("home") ?>" style="border-left:0">
+ <td class="navCell<?= $nav("home") ?> navCell-first">
<a href="/"><img
class="navIcon"
alt=""
@@ -71,8 +71,7 @@ $nav = fn(string $ln) =>
src="/static/icons/website.gif"
/>&nbsp;My actual website</a>
</td>
- <td class="navCell"
- style="border-right:0"></td>
+ <td class="navCell navCell-fill"></td>
</tr>
</tbody>
</table>