changeset 39:faf2283e2bd6

mathieui: Add a margin around the navtabs.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 23 May 2020 18:03:05 +0200
parents c2e2b107c7c1
children bd343ef0942f
files prosody.css
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/prosody.css
+++ b/prosody.css
@@ -20,6 +20,10 @@ h1 img {
 		height: auto;
 	}
 }
+#navtabs {
+    margin-bottom: 1em;
+    margin-top: 1em;
+}
 .navbar {
 	background-color: #6197d6;
 	background-image: linear-gradient(to right, #000080, #6197d6);