toodego: remove extra bottom border after profile data

This commit is contained in:
Frédéric Péters 2020-03-16 21:23:07 +01:00
parent 4390a3e8ca
commit 6a0e93fd8a
1 changed files with 4 additions and 1 deletions

View File

@ -636,13 +636,16 @@ body.focus-in #page.search-page {
animation-duration: 2000ms;
}
}
.profile-data {
div.cut-profile div.profile-data {
padding: 1rem;
ul, li {
margin: 0;
padding: 0;
list-style: none;
}
li:last-child {
border: none;
}
li > span {
display: block;
line-height: 35px;