Sha256: db83863baced552ec6325f90942d03cbea7be2c3e9d842ba9b88a3665015b04e
Contents?: true
Size: 567 Bytes
Versions: 21
Compression:
Stored size: 567 Bytes
Contents
if (typeof($) == 'function') { $(document).ready(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_swtich 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'); } }); }
Version data entries
21 entries across 21 versions & 2 rubygems