fix:Fix CSS typo.

This commit is contained in:
jcass 2016-02-04 22:05:08 +02:00
parent 54e835b623
commit ad4757d979
3 changed files with 5 additions and 4 deletions

View File

@ -58,10 +58,10 @@ Project resources
Changelog
=========
v2.1.1 (2016-02-04)
v2.1.1 (UNRELEASED)
-------------------
- Replace Javascript for truncating text with CSS equivalent for better reliability.
- Replace Javascript for truncating text with more reliable CSS equivalent.
v2.1.0 (2016-02-04)
-------------------

View File

@ -470,13 +470,14 @@ a {
white-space: nowrap;
font-weight: bold;
font-size: 14px;
text-overflow: ellipses;
text-overflow: ellipsis;
}
#infoartist {
overflow: hidden;
font-size: 11px;
white-space: nowrap;
text-overflow: ellipsis;
}
#infocover {

View File

@ -1,6 +1,6 @@
CACHE MANIFEST
# 2016-02-4:v4
# 2016-02-4:v5
NETWORK:
*