diff options
author | Frankie B <git@diskfloppy.me> | 2023-10-25 23:32:55 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-10-25 23:32:55 +0100 |
commit | 59e5dc34707e992323eb1ff2fae6879b1d30b43e (patch) | |
tree | 940ed43acda8e2b74470c7e20e8d8c0be1a60360 /public | |
parent | 41c22dd7f465abb17023450c52ce5bb763eb1827 (diff) |
Remove unnecessary CSS
Diffstat (limited to 'public')
-rw-r--r-- | public/css/master.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/public/css/master.css b/public/css/master.css index ed3bde8..f36a500 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -386,8 +386,3 @@ a:hover { margin: 0; color: var(--foreground) } - -.never-said caption { - width: 400px; -} - |