From 47b6a306f5092b4af9a8c5d213b5245cb352b545 Mon Sep 17 00:00:00 2001 From: Mathew Kurian Date: Sun, 21 Dec 2014 15:24:16 -0600 Subject: [PATCH] List fix --- static/style.css | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/static/style.css b/static/style.css index 2bd454c..dbf689a 100644 --- a/static/style.css +++ b/static/style.css @@ -221,7 +221,7 @@ body { * Blocks */ .block { - display: inline-block; + display: block; height: 44px; margin-right: 0; @@ -247,6 +247,8 @@ body { text-align: left; transition: box-shadow 250ms; + margin-bottom: 0; + margin-top: 0; } .block:hover { background: #595e50; @@ -281,20 +283,12 @@ body { height: auto; line-height: 32px; } -.block--file { - height: 48px; - width: 98%; - margin: 4px 1%; - padding: 8px; + { } -.block--file:nth-child(2) { - margin-top: 12px; + { +} + .block--file:nth-child(2) { } - .block--file .block__message { - text-align: left; - line-height: 30px; - width: auto - } .block--date {} .block--date .block__message--top { font-weight: 700;