From e1a5dfcb722fc3a38f411be155fdd5bc6aaa812f Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Fri, 31 Aug 2012 16:26:56 +0800 Subject: [PATCH] Fix the font rule for the tutorial link. --- styles/home.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/home.css b/styles/home.css index f2627677c..0ad9fea52 100644 --- a/styles/home.css +++ b/styles/home.css @@ -32,7 +32,8 @@ complimentary greens: 9FB553 7B8851 61761B C6DA82 CCDA99 border: 1px solid rgba(0,0,0,.9); border-bottom-width:3px; text-align: center; - font:1em bold inherit; + font-size:1em; + font-weight: bold; color: #fff; color: rgba(255,255,255,.8); text-shadow: 0 -1px 0 rgba(0,0,0,.3);