Mercurial Hosting > qwb
comparison in/x.css @ 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 |
comparison
equal
deleted
inserted
replaced
| 0:ac64aa92dea1 | 1:72124c0555c8 |
|---|---|
| 49 } | 49 } |
| 50 | 50 |
| 51 nav ul { | 51 nav ul { |
| 52 list-style: none; | 52 list-style: none; |
| 53 padding-bottom: 0.5rem; | 53 padding-bottom: 0.5rem; |
| 54 } | 54 display: inline-block; |
| 55 | 55 border-bottom: 1px solid #eee; |
| 56 nav ul:first-child:not(:last-child) { | |
| 57 float: left; | |
| 58 } | 56 } |
| 59 | 57 |
| 60 nav ul:last-child { | 58 nav ul:last-child { |
| 61 border-bottom: 1px solid #eee; | 59 float: right; |
| 62 } | |
| 63 | |
| 64 nav ul:nth-child(2) { | |
| 65 text-align: right; | |
| 66 } | 60 } |
| 67 | 61 |
| 68 nav li { | 62 nav li { |
| 69 display: inline; | 63 display: inline; |
| 70 margin-right: 1rem; | 64 margin-right: 1rem; |
