diff options
author | dvs1 | 2025-01-14 14:28:10 +1000 |
---|---|---|
committer | dvs1 | 2025-01-14 14:28:10 +1000 |
commit | b559b81bd8434b580b7370de09797de0b183cc44 (patch) | |
tree | 502a249965074054f3004e35faf4f01db80b0298 | |
parent | Give the logo more space. (diff) | |
download | notYetAnotherWiki-b559b81bd8434b580b7370de09797de0b183cc44.zip notYetAnotherWiki-b559b81bd8434b580b7370de09797de0b183cc44.tar.gz notYetAnotherWiki-b559b81bd8434b580b7370de09797de0b183cc44.tar.bz2 notYetAnotherWiki-b559b81bd8434b580b7370de09797de0b183cc44.tar.xz |
Revert "Give the logo more space."
This reverts commit b4039b7a473cd89212e3a47ec8dbada3eb8407a4.
That just made things worse. lol
-rw-r--r-- | default.template | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/default.template b/default.template index 5fb1621..eed4c59 100644 --- a/default.template +++ b/default.template | |||
@@ -25,14 +25,12 @@ | |||
25 | <body bgcolor="black" text="white" alink="yellow" link="yellowgreen" vlink="red"> | 25 | <body bgcolor="black" text="white" alink="yellow" link="yellowgreen" vlink="red"> |
26 | <table style="background-color: $karenPurple$; width: 98vw; margin: 1; line-style: none; border-style: none; border-spacing: 0;"> | 26 | <table style="background-color: $karenPurple$; width: 98vw; margin: 1; line-style: none; border-style: none; border-spacing: 0;"> |
27 | <tr> | 27 | <tr> |
28 | <td rowspan=2><img src="$logo$" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></td> | 28 | <td><img src="$logo$" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></td> |
29 | <td style="text-align: right;">$header$ plus login and register buttons </td> | 29 | <td style="text-align: right;">$header$ plus login and register buttons </td> |
30 | </tr> | 30 | </tr> |
31 | <tr> | 31 | <tr> |
32 | <td><p>👣 $trail$</p></td> | ||
33 | </tr> | ||
34 | <tr> | ||
35 | <td rowspan=2 style="white-space:nowrap; vertical-align:top;">$menu$</td> | 32 | <td rowspan=2 style="white-space:nowrap; vertical-align:top;">$menu$</td> |
33 | <td><p>👣 $trail$</p></td> | ||
36 | </tr> | 34 | </tr> |
37 | <tr> | 35 | <tr> |
38 | <td style="background-color: black; width: fit-content;"> | 36 | <td style="background-color: black; width: fit-content;"> |