From cbe15039e52d5b95a76f4663eb5ef9ef3dd363c7 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Thu, 19 Sep 2024 09:53:42 +0000 Subject: [PATCH] Update CSS. --- .../io7m/calino/documentation/document.css | 22 +++++++++---------- .../io7m/calino/specification/document.css | 17 ++++---------- 2 files changed, 15 insertions(+), 24 deletions(-) diff --git a/com.io7m.calino.documentation/src/main/resources/com/io7m/calino/documentation/document.css b/com.io7m.calino.documentation/src/main/resources/com/io7m/calino/documentation/document.css index 033a5ba..fdbfcd9 100644 --- a/com.io7m.calino.documentation/src/main/resources/com/io7m/calino/documentation/document.css +++ b/com.io7m.calino.documentation/src/main/resources/com/io7m/calino/documentation/document.css @@ -1,5 +1,5 @@ /* - * Copyright © 2022 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,18 +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%; } .command, @@ -36,16 +32,20 @@ .expression, .file, .package, -.parameter, -.term +.parameter { font-family: monospace; } +.term, +.emphasis +{ + font-style: italic; +} + .genericTable { border: 1px solid #dddddd; - width: 100%; border-collapse: collapse; } .genericTable th diff --git a/com.io7m.calino.specification/src/main/resources/com/io7m/calino/specification/document.css b/com.io7m.calino.specification/src/main/resources/com/io7m/calino/specification/document.css index 307c052..fdbfcd9 100644 --- a/com.io7m.calino.specification/src/main/resources/com/io7m/calino/specification/document.css +++ b/com.io7m.calino.specification/src/main/resources/com/io7m/calino/specification/document.css @@ -1,5 +1,5 @@ /* - * Copyright © 2022 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,22 +16,14 @@ .brandingContainer { - margin: 1em; + margin-top: 1em; + margin-bottom: 2em; + font-size: 80%; } .branding { font-family: monospace; - font-size: 80%; -} - -.brandingContainerHeader -{ - -} -.brandingContainerFooter -{ - margin-top: 2em; } .command, @@ -54,7 +46,6 @@ .genericTable { border: 1px solid #dddddd; - width: 100%; border-collapse: collapse; } .genericTable th