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 {
flex: 1;
flex-direction: rows;
flex-direction: row;
}
.post {
@ -358,6 +358,9 @@ div {
border: 1px solid #B7C5D9;
border-left: none;
border-top: none;
padding: 2px;
margin: 2px;
/*
display: table;
padding: 2px;