Commit 52f6711c9bcc0bba8a3afe1b81ca4b1a750a1233
1 parent
a8c23c34
123
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -98,6 +98,15 @@ header a.main:hover{ |
98 | 98 | text-align: center; |
99 | 99 | width: 14%; |
100 | 100 | min-width: 130px; |
101 | + position: relative; | |
102 | +} | |
103 | +.menu li:after{ | |
104 | + content: ''; | |
105 | + top:0px; | |
106 | + right:0px; | |
107 | + width:1px; | |
108 | + height:10px; | |
109 | + background: grey; | |
101 | 110 | } |
102 | 111 | .menu li a{ |
103 | 112 | text-align: center; | ... | ... |