提交 6dd07fd3 编写于 作者: C Catouse

* added style of text.

上级 f7deaae6
......@@ -113,6 +113,19 @@ cite { font-style: normal; }
.text-right { text-align: right; }
.text-center { text-align: center; }
// text wrap
.text-nowrap
{
white-space:nowrap;
overflow:hidden;
}
// text ellipsis
.text-ellipsis
{
.text-nowrap();
text-overflow: ellipsis;
}
// Lists
// --------------------------------------------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册