From 141c6a7c0f24074682d959d765dfed650e6478e8 Mon Sep 17 00:00:00 2001 From: Arvind Tiwari Date: Thu, 29 Mar 2018 01:24:18 +0530 Subject: [PATCH] Update common.css --- datacenterlight/static/datacenterlight/css/common.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/datacenterlight/static/datacenterlight/css/common.css b/datacenterlight/static/datacenterlight/css/common.css index 70902d2d..cddb0f69 100644 --- a/datacenterlight/static/datacenterlight/css/common.css +++ b/datacenterlight/static/datacenterlight/css/common.css @@ -105,6 +105,7 @@ p.copyright { } footer { + font-weight: 300; padding: 25px 0; background-color: #f8f8f8; } @@ -134,4 +135,4 @@ footer .dcl-link-separator::before { height: 2px; border-radius: 100%; background: #777; -} \ No newline at end of file +}