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

removed list page css class. made generic list page more like the others

This commit is contained in:
Luke Pulverenti 2013-04-14 17:30:10 -04:00
parent 08c3a1f107
commit 95da7ac9fb
11 changed files with 60 additions and 275 deletions

View file

@ -20,7 +20,7 @@
}
.libraryPage, .itemListContent {
background: #494949 url(images/bgflip.png) repeat-x!important;
background: #262626!important;
background-attachment: fixed!important;
}
@ -28,8 +28,8 @@
color: #fff;
}
.listPage {
background: #262626!important;
.type-home {
background: #494949 url(images/bgflip.png) repeat-x!important;
}
.listHeader {