diff options
Diffstat (limited to 'pub/index.css')
-rw-r--r-- | pub/index.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pub/index.css b/pub/index.css index 544873a..ad2ea3b 100644 --- a/pub/index.css +++ b/pub/index.css @@ -263,3 +263,9 @@ dialog[open] { textarea { max-width: 90%; } +#past-container { + margin: 1em 0; +} +ul { + margin: 2px; +} |