This commit is contained in:
John O'Nolan 2013-10-31 19:09:15 +01:00
parent 9096fbd977
commit 38be6803b4

View file

@ -162,7 +162,7 @@ h4 a, h5 a, h6 a {
}
p, ul, ol {
p, ul, ol, dl {
margin: 1.6em 0;
}
@ -171,6 +171,23 @@ ul ol, ol ul {
margin: 0.4em 0;
}
dl dt {
float: left;
width: 180px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: bold;
margin-bottom: 1em
}
dl dd {
margin-left: 200px;
margin-bottom: 1em
}
hr {
display: block;
height: 1px;
@ -208,28 +225,6 @@ blockquote cite {
blockquote cite a { font-weight: normal; }
dl {
margin: 1.6em 0;
}
dl dt {
float: left;
width: 180px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: bold;
margin-bottom: 1em
}
dl dd {
margin-left: 200px;
margin-bottom: 1em
}
mark {
background-color: #ffc336;
}