diff --git a/home/page/event_updates/event_updates.js b/home/page/event_updates/event_updates.js index 9aa3da244a7..e93ed9db639 100644 --- a/home/page/event_updates/event_updates.js +++ b/home/page/event_updates/event_updates.js @@ -431,13 +431,13 @@ FeedList.prototype.make_head = function() { // head $a(this.head,'h1','', {display:'inline'}, 'Home'); - $a(this.head,'span','link_type', {marginLeft:'7px'}, 'help', function() { + $a(this.head,'span','link_type', {marginLeft:'7px', fontSize:'11px'}, 'help', function() { msgprint('What appears here? This is where you get updates of everything you are permitted to follow') }) // refresh $a(this.head,'span','link_type', - {cursor:'pointer', marginLeft:'7px', fontSize:'11px'}, 'refresh', + {marginLeft:'7px', fontSize:'11px'}, 'refresh', function() { me.run(); } ); diff --git a/master.sql.gz b/master.sql.gz index 3d3e220c869..f3eaf3488a8 100644 Binary files a/master.sql.gz and b/master.sql.gz differ