Default theme: Add definition list styling
Resolves #339. Thanks @Marcussacapuces91
This commit is contained in:
parent
2d2491e36f
commit
3fbcea7837
1 changed files with 6 additions and 4 deletions
|
@ -137,13 +137,12 @@ h3 {
|
|||
margin-top: 2em;
|
||||
}
|
||||
|
||||
p, table {
|
||||
p, table, ol, ul, pre, blockquote, dl {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
ol, ul {
|
||||
padding-left: 30px;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
b, strong {
|
||||
|
@ -198,17 +197,20 @@ code {
|
|||
pre {
|
||||
background: #eee;
|
||||
padding: 20px;
|
||||
margin-bottom: 1em;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
font-style: italic;
|
||||
margin: 0 0 1em 15px;
|
||||
margin-left: 15px;
|
||||
padding-left: 10px;
|
||||
border-left: 5px solid #dddddd;
|
||||
}
|
||||
|
||||
dd {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
/* Structure Styles
|
||||
/*---------------------------------------------*/
|
||||
.inner {
|
||||
|
|
Loading…
Reference in a new issue