This commit is contained in:
Jeremy Thomas
2017-04-02 14:51:40 +01:00
parent e1f8e9ba1f
commit a8a468a8d8
4 changed files with 43 additions and 0 deletions

View File

@@ -1692,9 +1692,11 @@ input[type="submit"].button {
}
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
margin-bottom: 1em;
}
@@ -1781,6 +1783,18 @@ input[type="submit"].button {
list-style-type: square;
}
.content dd {
margin-left: 2em;
}
.content pre {
-webkit-overflow-scrolling: touch;
overflow-x: auto;
padding: 1.25em 1.5em;
white-space: pre;
word-wrap: normal;
}
.content table {
width: 100%;
}