diff --git a/com.io7m.canonmill.documentation/src/main/resources/com/io7m/canonmill/documentation/document.css b/com.io7m.canonmill.documentation/src/main/resources/com/io7m/canonmill/documentation/document.css index 1f6a7f0..c6f9f51 100644 --- a/com.io7m.canonmill.documentation/src/main/resources/com/io7m/canonmill/documentation/document.css +++ b/com.io7m.canonmill.documentation/src/main/resources/com/io7m/canonmill/documentation/document.css @@ -1,5 +1,5 @@ /* - * Copyright © 2023 Mark Raynsford https://www.io7m.com + * Copyright © 2024 Mark Raynsford https://www.io7m.com * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -16,23 +16,14 @@ .brandingContainer { - margin: 1em; -} - -.brandingContainerFooter -{ - margin-top: 2em; + margin-top: 1em; + margin-bottom: 2em; + font-size: 80%; } .branding { font-family: monospace; - font-size: 80%; -} - -.term -{ - font-style: italic; } .command, @@ -47,10 +38,15 @@ font-family: monospace; } +.term, +.emphasis +{ + font-style: italic; +} + .genericTable { border: 1px solid #dddddd; - width: 100%; border-collapse: collapse; } .genericTable th