From 16a8494bd555a6a596b1b215718939a61987d766 Mon Sep 17 00:00:00 2001 From: lancewillett Date: Sun, 5 Aug 2012 22:39:26 +0000 Subject: [PATCH] Twenty Twelve: better button styles for consistent look across browsers. Props obenland, fixes #21473. git-svn-id: http://core.svn.wordpress.org/trunk@21438 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index d67193334..620eba02e 100644 --- a/style.css +++ b/style.css @@ -198,11 +198,11 @@ article.format-link footer.entry-meta { input#searchsubmit, article.post-password-required input[type=submit], li.bypostauthor cite span { - padding: 1px 10px; - padding: 0.071428571rem 0.714285714rem; + padding: 6px 10px; + padding: 0.428571429rem 0.714285714rem; font-size: 11px; font-size: 0.785714286rem; - line-height: 2.181818182; + line-height: 1.428571429; font-weight: normal; color: #7c7c7c; background-color: #e6e6e6;