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.
| Comment | File | Size | Author |
|---|---|---|---|
| node_page.JPG | 43.14 KB | sunhuaifeng | |
| list_page.JPG | 33.96 KB | sunhuaifeng |
Comments
Comment #1
sunhuaifeng commentedhi,
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.