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

display similar items on detail page

This commit is contained in:
Luke Pulverenti 2013-05-15 18:55:24 -04:00
parent 8ee91b74ab
commit 12e7761111
5 changed files with 70 additions and 8 deletions

View file

@ -203,6 +203,7 @@
.criticRatingSummary {
background-color: #FFE482!important;
background-color: rgba(255,228,130,0.7);
color: #000!important;
}
@ -368,6 +369,9 @@ a.itemTag:hover {
border: 1px solid #181818;
background: #222;
margin-top: 2em;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.detailSectionContent {