summaryrefslogtreecommitdiffhomepage
path: root/apioforum/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'apioforum/static/style.css')
-rw-r--r--apioforum/static/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/apioforum/static/style.css b/apioforum/static/style.css
index cc06258..141cb2e 100644
--- a/apioforum/static/style.css
+++ b/apioforum/static/style.css
@@ -54,6 +54,7 @@ nav { float: right; padding: 5px; margin: 2px; border: 1px solid black; display:
nav p { margin-left: 15px; margin-top: 0; margin-bottom: 0; margin-right: 10px; padding: 0 }
nav p:first-of-type { margin-left:0.5em }
nav a { color: blue; text-decoration: none }
+nav .links { display: flex; }
/* todo: make the navbar less bad */
.flashmsg { border: 1px solid black; background-color: yellow; max-width: max-content; padding: 5px; clear: both;}