Formatting for definition lists

This commit is contained in:
Jermolene 2013-12-11 13:12:56 +00:00
parent 062822d45c
commit bc84df1707

View file

@ -72,6 +72,11 @@ blockquote {
padding-left: 10px;
}
dl dt {
font-weight: bold;
margin-top: 6px;
}
/*
Markdown likes putting code elements inside pre elements
*/