Archived
1
0
This commit is contained in:
Jeff Becker 2017-02-05 11:30:26 -05:00
parent eb369ca538
commit e6f6d4ef37

View File

@ -354,10 +354,6 @@ input, textarea {
float: right; float: right;
} }
div {
flex: 1;
flex-direction: row;
}
.post { .post {
background-color: #D6DAF0; background-color: #D6DAF0;
@ -676,3 +672,8 @@ th > label {
animation: flash 1s infinite; animation: flash 1s infinite;
animation-timing-function: linear; animation-timing-function: linear;
} }
.thread {
display: flex;
flex-direction: column;
}