guestbook/guestbook.css

22 lines
375 B
CSS

.guestbookpost {
padding: 10px;
border: var(--line-width) solid;
border-left-style: none;
border-right-style: none;
border-top-style: solid;
border-bottom-style: none;
text-align: left;
padding-bottom: 20px;
padding-top: 10px;
}
.date {
padding-top: 0px;
padding-bottom: 15px;
}
h4 {
margin-top: 0px;
}
p {
padding-left: 4px;
}