From 8ed8de23f2ebdcf454c074cca384c6523fb7a800 Mon Sep 17 00:00:00 2001 From: lancewillett Date: Wed, 1 Aug 2012 17:38:00 +0000 Subject: [PATCH] Twenty Twelve: update styles for tag/category descriptions on archive pages, props drewstrojny. Closes #21255. git-svn-id: http://core.svn.wordpress.org/trunk@21397 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- style.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index c07ffe300..eb984afda 100644 --- a/style.css +++ b/style.css @@ -1007,13 +1007,12 @@ footer .edit-link { border-bottom: 1px solid #ededed; } .archive-meta { - color: #636363; - font-size: 11px; - font-size: 0.785714286rem; - line-height: 2.181818182; + color: #777; + font-size: 12px; + font-size: 0.857142857rem; + line-height: 2; margin-top: 22px; margin-top: 1.571428571rem; - text-transform: uppercase; }