Skip to content

Commit 7fdaf0c

Browse files
committed
jquery.com: remove unused #content #banner-secondary .downloads-box p rule
Doesn't match any elements at the moment. I considered applying it to `.downloads-box` instead, but it's not obvious that that's better or intended. Even 10+ years ago, this rule didn't apply: <https://web.archive.org/web/20131001004201/http://jquery.com/>
1 parent cbf4237 commit 7fdaf0c

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

themes/jquery.com/page.php

-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@
22

33
// jquery.com doesn't use sidebars, so we alias page to page-contentfull
44
get_template_part( 'page', 'contentfull' );
5-
6-
?>

themes/jquery.com/style.css

-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ a,
5454
transform: rotate(6.28rad);
5555
}
5656

57-
#content #banner-secondary .downloads-box p {
58-
margin: 15px 0 5px;
59-
}
6057
.download-options,
6158
.download-help {
6259
margin-top: 1em;

0 commit comments

Comments
 (0)