From a268f339c0740b7c302eded6f3814f7b84faf4e1 Mon Sep 17 00:00:00 2001 From: Fabien Basmaison Date: Sun, 25 Apr 2021 15:45:49 +0200 Subject: [PATCH] Fix linting issues. --- bookwyrm/static/css/bookwyrm.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bookwyrm/static/css/bookwyrm.css b/bookwyrm/static/css/bookwyrm.css index a1e55ce9..9488f0d7 100644 --- a/bookwyrm/static/css/bookwyrm.css +++ b/bookwyrm/static/css/bookwyrm.css @@ -136,7 +136,7 @@ body { } /* Book cover - -------------------------------------------------------------------------- */ + * -------------------------------------------------------------------------- */ .book-cover { display: block; width: auto; @@ -154,10 +154,10 @@ body { } /* Cover caption - -------------------------------------------------------------------------- */ + * -------------------------------------------------------------------------- */ .no-cover .cover_caption { position: absolute; - padding: .25em; + padding: 0.25em; color: white; top: 0; left: 0;