fix:Fix CSS typo.
This commit is contained in:
parent
54e835b623
commit
ad4757d979
@ -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)
|
||||
-------------------
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
CACHE MANIFEST
|
||||
|
||||
# 2016-02-4:v4
|
||||
# 2016-02-4:v5
|
||||
|
||||
NETWORK:
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user