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 | 98f2ccefea9ce5191aa25fa0259109d9a6b48131 (patch) | |
tree | 0d6d6bff7c5dfb9eba2ec01f96dea8f96914e6e6 /public/css/master.css | |
parent | 35924db567b6878ab866d0dc4f6ef5a9912660a6 (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; +} + |