From f89d3c0729a535abce0d4a072db318cbca7f4a13 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 19 Sep 2016 11:50:53 -0400 Subject: [PATCH] Added top-margin to liveCam descr field mem detail Added top-margin to the live Cam section's description field on the member detail pages. Just like the video description margin. --- css/front.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/front.css b/css/front.css index 203e4f43..42664cd4 100644 --- a/css/front.css +++ b/css/front.css @@ -892,6 +892,7 @@ input[type="submit"].glm-member-button { padding: 5px; } } +.glm-member-detail-live-cam-descr, .glm-member-detail-video-descr { margin-top: 20px; } -- 2.17.1