diff options
author | Frankie B <git@diskfloppy.me> | 2023-10-16 23:41:33 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-10-16 23:41:49 +0100 |
commit | 80c7ecc6ee3dd1896a285310d186a47da6bea12b (patch) | |
tree | 0d6d6bff7c5dfb9eba2ec01f96dea8f96914e6e6 /public/css/master.css | |
parent | 089ddcaf0be7c2a2744e7b61092a59d56100da62 (diff) |
Added "Things they never said" to the homepage
Diffstat (limited to 'public/css/master.css')
-rw-r--r-- | public/css/master.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/public/css/master.css b/public/css/master.css index f0862ec..9ce1c07 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -308,7 +308,6 @@ table.gb-admin tr td.gb-message { table.info-table tr td { border: none; padding-right: 5px; - vertical-align: bottom; } table.info-table tr td h1, @@ -387,3 +386,8 @@ a:hover { margin: 0; color: var(--foreground) } + +.never-said { + width: 400px; +} + |