mirror of https://github.com/kiwix/libkiwix.git
Merge pull request #400 from kiwix/rgaudin/home-favicon-size
Set fixed size for favicon in home page listing
This commit is contained in:
commit
49f3c56680
|
@ -29,7 +29,7 @@
|
||||||
box-shadow: 2px 2px 5px 0px #ccc;
|
box-shadow: 2px 2px 5px 0px #ccc;
|
||||||
}
|
}
|
||||||
.book:hover { background-color: #F9F9F9; box-shadow: none;}
|
.book:hover { background-color: #F9F9F9; box-shadow: none;}
|
||||||
.book__background { background-repeat: no-repeat; background-size: auto; background-position: top right; }
|
.book__background { background-repeat: no-repeat; background-size: 48px 48px; background-position: top right; }
|
||||||
.book__title {
|
.book__title {
|
||||||
padding: 0 55px 0 0;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
|
padding: 0 55px 0 0;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
|
||||||
font-size: 18px; color: #0645ad; line-height: 1em;
|
font-size: 18px; color: #0645ad; line-height: 1em;
|
||||||
|
|
Loading…
Reference in New Issue