From 675bb371d70a6eb4b307ad1985e3ebfb6828217f Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Mon, 5 Jan 2015 20:42:50 -0500 Subject: [PATCH] 2015/assets/css/custom.css: session-speaker has a margin-top instead of margin-bottom. --- 2015/assets/css/custom.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/2015/assets/css/custom.css b/2015/assets/css/custom.css index 5c2914f3..ffd2f305 100644 --- a/2015/assets/css/custom.css +++ b/2015/assets/css/custom.css @@ -85,6 +85,7 @@ h3 { margin-left: 0; float: none; } + #lp-updates { max-width: 100%; margin-left: 0; @@ -524,7 +525,7 @@ hr { } .session-speaker { - margin-bottom: 1.8em; + margin-top: 1.8em; } .speaker-photo { -- 2.25.1