Fix linting issues.
This commit is contained in:
parent
953dff90bb
commit
a268f339c0
|
@ -136,7 +136,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Book cover
|
/* Book cover
|
||||||
-------------------------------------------------------------------------- */
|
* -------------------------------------------------------------------------- */
|
||||||
.book-cover {
|
.book-cover {
|
||||||
display: block;
|
display: block;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
@ -154,10 +154,10 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Cover caption
|
/* Cover caption
|
||||||
-------------------------------------------------------------------------- */
|
* -------------------------------------------------------------------------- */
|
||||||
.no-cover .cover_caption {
|
.no-cover .cover_caption {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding: .25em;
|
padding: 0.25em;
|
||||||
color: white;
|
color: white;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
Loading…
Reference in New Issue