Skip to content

Commit a034657

Browse files
committed
All: Remove unused .footer-icon-links JS and CSS code
This doesn't match any currently-generated output. Ref #294 Ref 68fa4fd Ref 1b27da3
1 parent 0eb4ec3 commit a034657

File tree

2 files changed

+0
-46
lines changed

2 files changed

+0
-46
lines changed

themes/jquery/css/base.css

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2236,43 +2236,6 @@ footer .download a em {
22362236

22372237
footer .download a:hover { border-bottom: solid 1px #888; }
22382238

2239-
footer .footer-icon-links li {
2240-
width: 22%;
2241-
margin-left: 11%;
2242-
float: left;
2243-
}
2244-
2245-
footer .footer-icon-links li a {
2246-
display: block;
2247-
line-height: inherit;
2248-
font-size: 18px;
2249-
float: left;
2250-
position: relative;
2251-
width: auto;
2252-
text-align: left;
2253-
padding-left: 10px;
2254-
}
2255-
2256-
footer .footer-icon-links li a:before {
2257-
position: absolute;
2258-
left: -35px;
2259-
top: 10px;
2260-
font-size: 2em;
2261-
color: #4d4d4d;
2262-
text-shadow: 0 -1px 0 #000000;
2263-
}
2264-
2265-
footer .footer-icon-links li small {
2266-
display: block;
2267-
font-size: 14px;
2268-
color: #777;
2269-
line-height: 120%;
2270-
}
2271-
2272-
footer .footer-icon-links li:hover a:before {
2273-
color: #d1d1d1;
2274-
}
2275-
22762239
footer h3 {
22772240
color: #777;
22782241
letter-spacing: normal;

themes/jquery/js/main.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@ $(function() {
1313
* Change navigation elements for smaller screens
1414
*/
1515
(function() {
16-
17-
// Move the global nav to the footer and collapse to a select menu
18-
var globalLinks = $( "#global-nav .links" ).tinyNav({ header: "Browse..." }),
19-
nav = globalLinks.next(),
20-
container = $( "<div class='tinynav-container'></div>" ),
21-
header = $( "<h3><span>More jQuery Sites</span></h3>" );
22-
23-
container.append( header, nav ).insertBefore( "ul.footer-icon-links" );
24-
2516
// Collapse the site navigation to a select menu
2617
$( "#menu-top" ).tinyNav({ header: "Navigate..." });
2718
})();

0 commit comments

Comments
 (0)