This commit is contained in:
2022-06-05 16:46:26 +03:00
parent d6ffbc416c
commit ba21527e80
195 changed files with 8430 additions and 506 deletions

View File

@@ -1,15 +1,38 @@
.comment .wall-item-body {
padding-left: 42px;
padding-left: 3rem;
}
.wall-item-content-wrapper.comment {
border-bottom: 1px solid #dee2e6;
.wall-item-content-wrapper {
border-bottom: 1px solid rgba(0,0,0,.125);
}
.hide-comments-outer,
.hide-comments-outer:hover {
border: 0;
}
.widget {
border: 1px solid #dee2e6;
border: 1px solid rgba(0,0,0,.125);
}
#note-text {
border: 1px solid transparent;
}
.vcard-card {
border: 1px solid rgba(0,0,0,.125);
border-bottom: 0;
}
.vcard-card .card {
border-top: 0;
border-right: 0;
border-left: 0;
}
.vcard-card .vcard {
border: 1px solid rgba(0,0,0,.125);
border-top: 0;
border-right: 0;
border-left: 0;
}