From 46f784dfaea9e42598cbf81f90a2af014472defb Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sat, 9 Jan 2016 06:00:31 +0000 Subject: [PATCH] changed the common style of the title-band class a bit more --- codepot/src/css/common.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/codepot/src/css/common.css b/codepot/src/css/common.css index 1d4b24e5..0e274976 100644 --- a/codepot/src/css/common.css +++ b/codepot/src/css/common.css @@ -751,15 +751,15 @@ textarea { font-weight: bold; font-size: 1.2em !important; line-height: 1.5em; - margin: 0; - padding: 0; + margin: 0 !important; + padding: 0 !important; } .content .title-band .actions { float: right; line-height: 1.5em; - margin: 0; - padding: 0; + margin: 0 !important; + padding: 0 !important; } .content .sidebar {