提交 bd7e569f 编写于 作者: D Dmitriy Zaporozhets

Prevent top margin for first element in markdown/wiki/readme typography

上级 2c6577a1
......@@ -76,6 +76,10 @@
}
@mixin md-typography {
*:first-child {
margin-top: 0;
}
code { padding: 0 4px; }
h1 { margin-top: 30px;}
h2 { margin-top: 25px;}
......
......@@ -94,12 +94,16 @@ a:focus {
*
*/
.wiki {
font-size: 14px;
line-height: 1.6;
@include md-typography;
.white .highlight pre { background: #f5f5f5; }
ul { margin: 0 0 9px 25px !important; }
font-size: 14px;
line-height: 1.6;
.white .highlight pre {
background: #f5f5f5;
}
ul {
margin: 0 0 9px 25px !important;
}
}
.md {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册