mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Update mandoc style sheet
This commit is contained in:
@@ -13,7 +13,7 @@ body {
|
||||
text-align: justify;
|
||||
|
||||
/* Center body horizontally (requires <html> to span full width) */
|
||||
margin: 10px auto;
|
||||
margin: 0 auto;
|
||||
/* `mandoc.css`'s default, but it's applied to <html> there */
|
||||
max-width: 100ex;
|
||||
}
|
||||
@@ -30,6 +30,11 @@ code, pre {
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
pre {
|
||||
/* Avoid horizontal page scrolling on mobile */
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/* Separate lines in tables */
|
||||
table.Bl-column {
|
||||
border-collapse: collapse;
|
||||
|
||||
Reference in New Issue
Block a user