From 28b5818a83f95b10483630c40138e3cfdbfaea83 Mon Sep 17 00:00:00 2001 From: Álvaro Fernando Date: Mon, 7 Sep 2015 18:56:39 -0300 Subject: [PATCH] Removing bold form tabs selected and fixing call for arial font --- css/community-pages.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/community-pages.css b/css/community-pages.css index 3354808..9600c59 100644 --- a/css/community-pages.css +++ b/css/community-pages.css @@ -327,7 +327,7 @@ max-width: 555px; max-height: 40px; border: none; - font: normal normal bold 16px/20px arial; + font: normal normal bold 16px/20px Arial; overflow: hidden; display: inline-block; } @@ -343,7 +343,7 @@ #content #blog-tab .blog .blog-post .publishing-info { border-top: none; color: #172838; - font: 13px/21px arial; + font: 13px/21px Arial; } #content #blog-tab .blog .publishing-info{ @@ -376,7 +376,7 @@ color: #172738; text-align: left; text-overflow: ellipsis; - font: 14px/21px arial; + font: 14px/21px Arial; overflow: hidden; } @@ -830,7 +830,7 @@ float: left; .action-profile-members #content .profile-members-tabs-container .ui-tabs .ui-tabs-nav li.ui-tabs-active a { color: #FF0366; - font-weight: 700; + font-weight: 300; } /* Sort selection */ -- libgit2 0.21.2