From fc18663266a597264e3129b45ebe35ea95971f8d Mon Sep 17 00:00:00 2001 From: esquizo Date: Sun, 14 Jun 2026 09:42:30 -0300 Subject: trocado div navbar para nav --- static/style.css | 2 ++ templates/base.m4 | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 6595584..91362c0 100644 --- a/static/style.css +++ b/static/style.css @@ -71,6 +71,8 @@ pre { } .navbar { + display: block; + padding-top: 5px; } .navbar ul { diff --git a/templates/base.m4 b/templates/base.m4 index 3ddd40a..17b1713 100644 --- a/templates/base.m4 +++ b/templates/base.m4 @@ -18,14 +18,14 @@
- +
PAGECONTENT -- cgit v1.2.3