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.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/apioforum/static/style.css b/apioforum/static/style.css
index 4273de3..4efc1ec 100644
--- a/apioforum/static/style.css
+++ b/apioforum/static/style.css
@@ -50,11 +50,9 @@ body { font-family: sans-serif }
img { max-width: 100% }
-nav ul { list-style-type: none; margin: 0px; padding: 0px }
-nav { width:max-content; padding: 5px; margin: 2px; border: 1px solid black }
-nav li { margin-left: 15px; margin-bottom: 10px; margin-right: 10px }
-nav li {display: inline }
-nav li:first-of-type { margin-left:0.5em }
+nav { width:max-content; padding: 5px; margin: 2px; border: 1px solid black; display:flex; align-items: center }
+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 { float: right }
nav a { color: blue; text-decoration: none }