Mercurial Hosting > disearch
comparison src/site.css @ 11:62dd23f0b549
start add server
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 29 Oct 2023 22:39:31 -0600 |
parents | 88f425d261b3 |
children | 3e2cb946d511 |
comparison
equal
deleted
inserted
replaced
10:ae9ebeb1c246 | 11:62dd23f0b549 |
---|---|
19 | 19 |
20 [pulldown] { | 20 [pulldown] { |
21 position: relative; | 21 position: relative; |
22 } | 22 } |
23 [pulldown_menu] { | 23 [pulldown_menu] { |
24 display: none; | 24 display: none; /* set to flex */ |
25 flex-direction: column; | |
25 z-index: 20; | 26 z-index: 20; |
26 position: absolute; | 27 position: absolute; |
27 top: 40px; | 28 top: 40px; |
28 border: 1px solid #DDDDDD; | 29 border: 1px solid #DDDDDD; |
29 text-align: left; | 30 text-align: left; |
30 background-color: #ffffff; | 31 background-color: #ffffff; |
32 white-space: nowrap; | |
31 } | 33 } |
32 | 34 |
33 div[header] { | 35 div[header] { |
34 display: flex; | 36 display: flex; |
35 justify-content: space-between; | 37 justify-content: space-between; |