diff options
author | petrus comestor <petrus@comestor.org> | 2024-07-24 14:35:57 -0400 |
---|---|---|
committer | petrus comestor <petrus@comestor.org> | 2024-07-24 14:35:57 -0400 |
commit | b1cdec737f01c9b99267a9c5ad61bd1fe29f12dd (patch) | |
tree | deb28a442ef44c0ffb1aee44efede7de791a4137 /static | |
parent | b7ee7b74033ce57a25dc1dc591542d66a50500bb (diff) |
trial
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index 3dc950a..f070e3f 100644 --- a/static/styles.css +++ b/static/styles.css @@ -137,6 +137,10 @@ a:hover { margin: 0 auto; } +.trial-run { + font-style: italic; +} + .event-data { width: fit-content; } |