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

starting to separate site.css

This commit is contained in:
Luke Pulverenti 2013-03-31 20:22:38 -04:00
parent 9fca56537d
commit 0dc793861e
5 changed files with 39 additions and 33 deletions

View file

@ -0,0 +1,10 @@
/*
Plugin updates Page
*/
#pluginUpdatesForm table {
width: 100%;
}
#pluginUpdatesForm td + td {
text-align: center;
}