mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-30 14:57:50 +00:00
Update style overrides for new mandoc.css
This commit is contained in:
@@ -10,7 +10,10 @@
|
||||
|
||||
/* Global defaults. */
|
||||
|
||||
html { max-width: 65em; }
|
||||
/* This is handled in `rgbds.css` instead
|
||||
*
|
||||
* html { max-width: 65em; }
|
||||
*/
|
||||
body { font-family: Helvetica,Arial,sans-serif; }
|
||||
table { margin-top: 0em;
|
||||
margin-bottom: 0em;
|
||||
|
||||
@@ -15,7 +15,7 @@ body {
|
||||
/* Center body horizontally (requires <html> to span full width) */
|
||||
margin: 0 auto;
|
||||
/* `mandoc.css`'s default, but it's applied to <html> there */
|
||||
max-width: 100ex;
|
||||
max-width: 65em;
|
||||
}
|
||||
@media print {
|
||||
body {
|
||||
|
||||
Reference in New Issue
Block a user