mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-25 12:32:07 +00:00
Improve style of man page HTML renders
See individual comments within `rgbds.css` for more info Not too fond of having to modify `mandoc.css`, but I did my best to modify as little as possible
This commit is contained in:
@@ -5,7 +5,10 @@
|
||||
|
||||
/* Global defaults. */
|
||||
|
||||
html { max-width: 100ex; }
|
||||
/* This is handled in `rgbds.css` instead
|
||||
*
|
||||
* html { max-width: 100ex; }
|
||||
*/
|
||||
body { font-family: Helvetica,Arial,sans-serif; }
|
||||
table { margin-top: 0em;
|
||||
margin-bottom: 0em; }
|
||||
|
||||
Reference in New Issue
Block a user