Files
core/view/theme/redbasic/schema/Focus-Boxy.css
2021-12-15 12:17:19 +00:00

34 lines
491 B
CSS

.comment .wall-item-body {
padding-left: 42px;
}
.wall-item-content-wrapper.comment {
border-bottom: 1px solid rgba(0,0,0,.125);
}
.widget {
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;
}