1
1
mirror of https://github.com/primer/css.git synced 2024-11-11 04:00:54 +03:00

override the .markdown-body dl styles for our docs examples

This commit is contained in:
Mark Otto 2015-06-10 12:39:41 -07:00
parent c490df9bf1
commit 324f630daa

View File

@ -293,6 +293,19 @@ body {
margin-bottom: 0;
}
dl.form {
margin: 15px 0;
> dt {
margin: 0 0 6px;
font-style: normal;
}
> dd {
padding: 0;
}
}
// Flex table
.flex-table-item > .btn {
margin-left: 10px;