pull in some CSS

This commit is contained in:
Andrew Manning 2017-01-15 07:27:48 -05:00
parent 128d47430d
commit b1f3ccc6ee

View File

@ -141,6 +141,16 @@ input, optgroup, select, textarea {
resize: vertical;
}
.selected-doco-nav {
font-weight: bold;
text-shadow: 2px 2px 3px lightgray;
}
#doco-content img {
width: 100%;
}
#help-content pre code {
overflow-x: auto;
white-space: pre;