From 71da10dc6b5b5c5934e20e032fe18695058a5485 Mon Sep 17 00:00:00 2001 From: Jeremy Shipman Date: Fri, 2 Nov 2007 01:41:15 +0000 Subject: [PATCH] Changed h2 style git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44144 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/typography.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/css/typography.css b/css/typography.css index 8d25fc00..0cf66cfb 100644 --- a/css/typography.css +++ b/css/typography.css @@ -10,15 +10,16 @@ p, ul, td, th { } h1, h2 { - color: #0074c6; + color: #222; } h1 { font-size: 20px; } - h2 { - font-size: 18px; + h2{ + font-family:"Helvetica Neue",Helvetica,Arial,Sans-serif; + font-size:12px; + font-weight:bold; } - a { color: #162f42; text-decoration: underline;