| 8e55744c | 28-Apr-2022 |
Jordan Atwood <nightfirecat@nightfirec.at> |
Restrict editor textarea to vertical resizing only
In the default template, it was previously possible to resize the editor textarea in both directions, which made it possible to expand beyond the e
Restrict editor textarea to vertical resizing only
In the default template, it was previously possible to resize the editor textarea in both directions, which made it possible to expand beyond the edge of its container and become unusable. Restricting it to vertical resizing still allows an expanded editing view without the possibility of encountering these problems.
show more ...
|
| 834b0b20 | 06-Mar-2021 |
Anika Henke <anika@selfthinker.org> |
Add semantic section elements to dokuwiki template
This changes the divs for the main content, header, footer, sidebar and page tools to their semantic equivalent (main, header, footer, nav and nav
Add semantic section elements to dokuwiki template
This changes the divs for the main content, header, footer, sidebar and page tools to their semantic equivalent (main, header, footer, nav and nav again) and adds ARIA labels where appropriate. The media manager popup changes to have a main and a nav.
show more ...
|
| 4e5594e3 | 29-Jan-2021 |
Anika Henke <anika@selfthinker.org> |
Fix page's background colour in `export_html` mode
When using the `export_html` mode (page without surrounding layout) the page's background colour is grey with a gradient. That is the same backgrou
Fix page's background colour in `export_html` mode
When using the `export_html` mode (page without surrounding layout) the page's background colour is grey with a gradient. That is the same background that the page with layout has but different to the background the text is on. What you would want is the same colour the text is on, which is white.
show more ...
|