On a Monday in 2020, Peter Krempa wrote:
Remove the gray background and switch to underlined links.
Here, I prefer the old look. The difference with the ToC might be
that the ToC entries are indented.
This change is done by using the fact that docutils name the top
level
element based on the pagee name. This means that in the stylesheet we
*page
can apply selectors directly to the specific page.
This removes the need to have a RST 'container' named 'panel' in the
file.
Specific selectors are used only for elements on the directory page.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
docs/kbase.rst | 2 +-
docs/libvirt.css | 20 ++++++++------------
2 files changed, 9 insertions(+), 13 deletions(-)
Jano