提交 7fd01c02 编写于 作者: C Catouse

* add '.dl-inline' in type.less.

上级 fc560877
......@@ -2,7 +2,6 @@
// Typography
// --------------------------------------------------
// Body text
// -------------------------
......@@ -160,6 +159,25 @@ dd
margin-left: 0; // Undo browser default
}
.dl-inline
{
.clearfix();
dt
{
display: inline-block;
}
dd
{
display: inline-block;
padding-right: 1em;
&:last-child
{
padding-right: 0;
}
}
}
// Horizontal description lists
//
// Defaults to being stacked without any of the below styles applied, until the
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册