Changes

Jump to navigation Jump to search
Created page with "Setup of the page : == Content == Build from: * <code>csv</code> list of the Manuals, including kind of categorization * a python script, which includes manuals links to on..."
Setup of the page :

== Content ==

Build from:
* <code>csv</code> list of the Manuals, including kind of categorization
* a python script, which includes manuals links to one specific wiki page for each category


== HTML & CSS ==

use of html list and CSS grid features, in particular

* For <code><nowiki><ul></nowiki></code> element
** <code><nowiki>grid-template-columns: repeat(auto-fit, minmax(25em, 1fr));</nowiki></code>
** <code><nowiki>justify-content: space-between;</nowiki></code>

* For <code><nowiki><li></nowiki></code> elements
** <code><nowiki><li style="height: stretch;"></nowiki></code>

Navigation menu