From e6f6d4ef37138129d8949c53a6bcbef6a58bfeb4 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sun, 5 Feb 2017 11:30:26 -0500 Subject: [PATCH] more --- contrib/static/site.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index cfe39e1..dc6ad0a 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -354,10 +354,6 @@ input, textarea { float: right; } -div { - flex: 1; - flex-direction: row; -} .post { background-color: #D6DAF0; @@ -675,4 +671,9 @@ th > label { .flashy { animation: flash 1s infinite; animation-timing-function: linear; +} + +.thread { + display: flex; + flex-direction: column; } \ No newline at end of file