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 | 5084e11cc740d6a3c57f2ddd76862800eee379d7 (patch) | |
tree | 940ed43acda8e2b74470c7e20e8d8c0be1a60360 /public/css | |
parent | b6564409c8c0187c4a9948f9602d6a14dcf6b968 (diff) |
Remove unnecessary CSS
Diffstat (limited to 'public/css')
-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; -} - |