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

rounding on new indicator

This commit is contained in:
Luke Pulverenti 2013-04-10 00:49:36 -04:00
parent 0fc85f7e3a
commit 3016dbcdc6

View file

@ -183,5 +183,6 @@
right: 0; right: 0;
text-align: center; text-align: center;
background-color: #008FBB; background-color: #008FBB;
padding: 2px 10px; padding: 3px 10px;
border-bottom-left-radius: 10px;
} }