mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 19:20:17 +01:00
Tweak the docs - TOC look and feel
This commit is contained in:
@@ -23,15 +23,18 @@ novice users to overlook this information, leading them to frustration and a
|
||||
bad first impression. Please take a moment to peruse the sections below, which
|
||||
should make the experience of learning Window Maker a more pleasant one.
|
||||
|
||||
.. class:: contents
|
||||
|
||||
- `Installation Basics <installation.html>`_
|
||||
- `Window Maker Compilation and Installation <wmaker_install.html>`_
|
||||
- `Window Maker Internationalisation <wmaker_i18n.html>`_
|
||||
- `Guided Tour <guidedtour/index.html>`_
|
||||
- `User Guide <guide_toc.html>`_
|
||||
- `Desktop/X Integration <desktop.php>`_
|
||||
- `FAQ <FAQ.html>`_
|
||||
- `WINGs <wings.html>`_
|
||||
|
||||
.. - `Desktop/X Integration <desktop.php>`_
|
||||
|
||||
Very frequently asked question
|
||||
------------------------------
|
||||
|
||||
|
||||
@@ -9,7 +9,9 @@ Window Maker Internationalisation
|
||||
A guide to enable support for language translations in WINDOW MAKER and to the
|
||||
contributors who want to help translating.
|
||||
|
||||
.. sectnum::
|
||||
.. contents:: Table of Contents
|
||||
:backlinks: none
|
||||
|
||||
This manual is for Window Maker, version git#next.
|
||||
|
||||
|
||||
@@ -10,7 +10,9 @@ Window Maker Compilation and Installation
|
||||
|
||||
A guide to configure, compile and install WINDOW MAKER from sources.
|
||||
|
||||
.. sectnum::
|
||||
.. contents:: Table of Contents
|
||||
:backlinks: none
|
||||
|
||||
This manual is for Window Maker, version git#next.
|
||||
|
||||
|
||||
@@ -204,6 +204,11 @@ header h1 a span.first {color: black}
|
||||
border-right: 1px solid #555555;
|
||||
}
|
||||
|
||||
/* TOC */
|
||||
.contents p {
|
||||
margin: 0.2em;
|
||||
}
|
||||
|
||||
/* pre/code highlighted theme - taken from wombat256grf vim colorscheme */
|
||||
.highlight { background-color: #242424 }
|
||||
.highlight .c { color: #99968b; font-style: italic} /* Comment */
|
||||
|
||||
Reference in New Issue
Block a user