diff options
author | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2020-11-04 22:54:37 +0100 |
---|---|---|
committer | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2020-11-04 22:54:37 +0100 |
commit | 69d77e8a05bec240f99a2045605876e6f6cd8aa3 (patch) | |
tree | e9b4b79c4a7af0ce75712c03df357763c5674803 /public/style.css | |
parent | a65c91f28529d0bd444334e6dfed37b173c7e649 (diff) |
added back button in readmail; corrected generated html
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/public/style.css b/public/style.css index 287a653..fd39792 100644 --- a/public/style.css +++ b/public/style.css @@ -331,6 +331,9 @@ p#empty { padding: 25px 0 25px 1cm; margin: 0; } +nav#read-nav { + margin-top: 10px; +} /* ANIMATIONS */ @@ -344,4 +347,4 @@ p#empty { 0% { opacity: 1; } 90% { opacity: 1; } 100% { opacity: 0; display: none; } -}
\ No newline at end of file +} |