pull in some CSS
This commit is contained in:
parent
128d47430d
commit
b1f3ccc6ee
@ -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;
|
||||
|
Reference in New Issue
Block a user