From bbb7fd0966e68bb3bf03981029f67efa04adf06f Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Mon, 17 Sep 2012 15:57:58 -0400 Subject: [PATCH] Lower margin on blockquotes (imported from commit 20e06c7424c51ae3e0974472539f2e401cff5d70) --- zephyr/static/styles/zephyr.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 5f6053e2da..612ebae479 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -120,6 +120,10 @@ table.zephyr_table { margin-left: 45px; } +blockquote { + margin-bottom: 6px; +} + td.messagebox { width: 470px; max-width: 470px;