Archived
1
0
This commit is contained in:
Jeff Becker 2016-11-02 15:42:53 -04:00
parent a068fe634d
commit 9a6400e15b
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -349,7 +349,7 @@ input, textarea {
div { div {
flex: 1; flex: 1;
flex-direction: rows; flex-direction: row;
} }
.post { .post {
@ -358,6 +358,9 @@ div {
border: 1px solid #B7C5D9; border: 1px solid #B7C5D9;
border-left: none; border-left: none;
border-top: none; border-top: none;
padding: 2px;
margin: 2px;
/* /*
display: table; display: table;
padding: 2px; padding: 2px;