the title of my article in the list page of the biblio in Chinese does not shown correctly, and should be turned a 90 degree.
please see the attached picture to see.

CommentFileSizeAuthor
node_page.JPG43.14 KBsunhuaifeng
list_page.JPG33.96 KBsunhuaifeng

Comments

sunhuaifeng’s picture

hi,
i have fixed the problem.
edit the biblio.css

.biblio-title a {
font-weight: bold;
text-decoration: none;
font-style: normal;
line-height: normal;
text-align: left;
font-family: "@Arial Unicode MS", Arial, sans-serif;
color: #336599;
}

delete the font definition and it works.