mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Documentation/: Applies a stylesheet to static HTML files. I've also tried to put the TOC of each document to the side, where it made sense (in some documents the TOC was actually inside a section so it wasn't possible). In some cases the TOC is built with a table, in others with a <ul> element, so I had to acomodate for this. I also didn't go into collapsing, although this could really help for some long TOCs.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<head>
|
||||
<title>NX Graphics Subsystem</title>
|
||||
<meta name="author" content="Gregory Nutt">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
|
||||
<body background="backgd.gif">
|
||||
|
||||
Reference in New Issue
Block a user