mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-22 23:18:08 +00:00
Fix linting issues.
This commit is contained in:
parent
953dff90bb
commit
a268f339c0
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue