From 0b8525847f1ffbf9024fce93c6f217d8daec891b Mon Sep 17 00:00:00 2001 From: Hector Ramos Date: Fri, 29 Sep 2017 14:41:15 -0700 Subject: [PATCH] Fix method titles in props --- website/static/css/docs.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/static/css/docs.css b/website/static/css/docs.css index 3468015705f..1a4cd98af7b 100644 --- a/website/static/css/docs.css +++ b/website/static/css/docs.css @@ -29,9 +29,9 @@ } .methodTitle { - font-weight: bold; - font-size: 24px; - color: #025268; + font-weight: bold !important; + font-size: 24px !important; + color: #025268 !important; } .compactProps .methodTitle {