Ana Costa
Ana Costa
This tries to fix inconsistent font sizing in paragraphs (`p`) and lists (`ul`) elements inside tables. Fixes: #289 _Note: There has been several attempts of solving this same issue across...
This narrows the JS selector scope that is currently targeting possible unwanted elements. * Fixes #1278.
### Problem The `enable()` function in `theme.js` is called by the application to initialize the versions flyout menu that is used in all versions. This function, however, is also performing...
### Changes * Added a close button inside the sidebar just above the toctree * CSS: Made the button visible only on small screens * CSS: Made the sidebar 100%,...
### Problem Long links are not wrapping and are either triggering the body horizontal scrollbar or overflowing outside the document. ### Changes Adds the following styles ```css .rst-content p a...
### Problem On small screens, the scrollbar on the sidebar navigation is shown. ### Reproducing the problem The issue can be reproduced on any small screen, but is best checked...
Related issues: #869, #810 ### Adds highlight color to linked anchors Highlights any targeted `dt` and any `h1` `h2` `h3` `h4` or `h5` that is a direct child of a...