From 463c4d7dd1edbc7a9cf2f8ef3a154802e4f9bd64 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 1 Mar 2013 04:04:52 +0000 Subject: [PATCH] Twenty Thirteen: more CSS cleanup, props SergeyBiryukov. See #23652. git-svn-id: http://core.svn.wordpress.org/trunk@23549 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 8a3bd4171c..7e933eee24 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -601,8 +601,8 @@ input[type="submit"], input[type="button"], input[type="reset"] { background: #e05d22; /* Old browsers */ - background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome10+,Safari5.1+ */ - background: linear-gradient( to bottom, #e05d22 0%, #d94412 100%); /* W3C */ + background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */ + background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e05d22', endColorstr='#d94412', GradientType=0); /* IE6-9 */ display: inline-block; padding: 11px 24px 10px 24px; @@ -622,8 +622,8 @@ input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus { background: #ed6a31; /* Old browsers */ - background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome10+,Safari5.1+ */ - background: linear-gradient( to bottom, #ed6a31 0%, #e55627 100%); /* W3C */ + background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */ + background: linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed6a31', endColorstr='#e55627', GradientType=0); /* IE6-9 */ outline: none; } @@ -633,8 +633,8 @@ input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active { background: #d94412; /* Old browsers */ - background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome10+,Safari5.1+ */ - background: linear-gradient( to bottom, #d94412 0%, #e05d22 100%); /* W3C */ + background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */ + background: linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d94412', endColorstr='#e05d22', GradientType=0); /* IE6-9 */ border: none; border-top: 3px solid #b93207; @@ -2539,7 +2539,7 @@ footer.entry-meta { display: block; } -.widget_calendar a:hover{ +.widget_calendar a:hover { background-color: rgba(0, 0, 0, 0.15); }