1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

added error handling to image tag generation

This commit is contained in:
Luke Pulverenti 2013-07-05 20:19:44 -04:00
parent 8062c8c011
commit a6ae6b7c2d
5 changed files with 50 additions and 26 deletions

View file

@ -195,6 +195,10 @@
}
.starRating + .rottentomatoesicon {
margin-left: 1em;
}
.smallPosterTileItem .starRating + .rottentomatoesicon {
margin-left: .5em;
}
@ -621,9 +625,6 @@ a.itemTag:hover {
color: #fff;
}
.mediaInfoDetails {
}
.mediaInfoLabel {
color: #bbb;
margin-right: 3px;