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 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) v2.1.0 (2016-02-04)
------------------- -------------------

View File

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

View File

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