File tree Expand file tree Collapse file tree 2 files changed +0
-46
lines changed Expand file tree Collapse file tree 2 files changed +0
-46
lines changed Original file line number Diff line number Diff line change @@ -2236,43 +2236,6 @@ footer .download a em {
2236
2236
2237
2237
footer .download a : hover { border-bottom : solid 1px # 888 ; }
2238
2238
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
-
2276
2239
footer h3 {
2277
2240
color : # 777 ;
2278
2241
letter-spacing : normal;
Original file line number Diff line number Diff line change @@ -13,15 +13,6 @@ $(function() {
13
13
* Change navigation elements for smaller screens
14
14
*/
15
15
( 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
-
25
16
// Collapse the site navigation to a select menu
26
17
$ ( "#menu-top" ) . tinyNav ( { header : "Navigate..." } ) ;
27
18
} ) ( ) ;
You can’t perform that action at this time.
0 commit comments