Add basic support for editing page help info
site admin should be able to point help wherever they want
This commit is contained in:
parent
ed54092268
commit
9fe9983bf9
8 changed files with 315 additions and 28 deletions
|
@ -112,6 +112,19 @@ header .level .theme-picker {
|
|||
margin-top: 1em;
|
||||
}
|
||||
|
||||
/******************************
|
||||
* markdown
|
||||
******************************/
|
||||
|
||||
.rendered-markdown p,
|
||||
.rendered-markdown ul {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.rendered-markdown .codehilite {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
/******************************
|
||||
* fix datepicker within modals
|
||||
* TODO: someday this may not be necessary? cf.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue