Sha256: 389b2d13745546eb2e29e68d3215ec119fa8e132065e1dfc5432f76513ac1cae
Contents?: true
Size: 502 Bytes
Versions: 8
Compression:
Stored size: 502 Bytes
Contents
(function($) { $logo = $('#site_bar_content #site_bar_refinery_cms_logo'); $logo.css('left', ($('#site_bar_content').width() / 2) - ($logo.width() / 2)); $switch_anchor = $('#editor_switch a').not('.ie7 #editor_switch a, .ie6 #editor_switch a'); if ($.isFunction($switch_anchor.corner)) { $switch_anchor.corner('6px'); } $('#editor_switch a').appendTo((span = $('<span></span>').prependTo('#editor_switch'))); if ($.isFunction(span.corner)) { span.corner('6px'); } })(jQuery);
Version data entries
8 entries across 8 versions & 1 rubygems