changeset 1:72124c0555c8

x.css 2026-03-13
author Atarwn Gard <a@qwa.su>
date Fri, 13 Mar 2026 14:25:43 +0500
parents ac64aa92dea1
children 3222f88c0afe
files in/x.css
diffstat 1 files changed, 3 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/in/x.css	Fri Mar 13 13:13:07 2026 +0500
+++ b/in/x.css	Fri Mar 13 14:25:43 2026 +0500
@@ -51,18 +51,12 @@
 nav ul {
     list-style: none;
     padding-bottom: 0.5rem;
-}
-
-nav ul:first-child:not(:last-child) {
-    float: left;
+    display: inline-block;
+    border-bottom: 1px solid #eee;
 }
 
 nav ul:last-child {
-    border-bottom: 1px solid #eee;
-}
-
-nav ul:nth-child(2) {
-    text-align: right;
+    float: right;
 }
 
 nav li {