nav menu: remove duplicate "More »" link.
Remove a second hidden "More »" link from the nav menu. This was leftover code first added inf2f524b87and later reverted in68161f7b8.
This commit is contained in:
@@ -14,10 +14,6 @@ NewsUpdate.initialize = function() {
|
||||
$("#news-updates").hide();
|
||||
Cookie.put("news-ticker", key);
|
||||
|
||||
// need to reset the more link
|
||||
var $site_map_link = $("#site-map-link");
|
||||
$("#more-links").hide().offset({top: $site_map_link.offset().top + $site_map_link.height() + 10, left: $site_map_link.offset().left});
|
||||
|
||||
return false;
|
||||
});
|
||||
}
|
||||
|
||||
@@ -84,14 +84,3 @@ footer#page-footer {
|
||||
div.clearfix {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
div#more-links {
|
||||
z-index: 5000;
|
||||
position: absolute;
|
||||
background: white;
|
||||
border: 1px solid #999;
|
||||
width: 8em;
|
||||
line-height: 1.3em;
|
||||
padding: 0.2em 0.6em;
|
||||
@include box-shadow(2px 2px 2px #ccc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user