font-size fix in home

This commit is contained in:
Rushabh Mehta 2011-08-31 14:18:14 +05:30
parent d3b3eb2272
commit f135abe7c1
2 changed files with 2 additions and 2 deletions

View File

@ -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('<b>What appears here?</b> 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(); }
);

Binary file not shown.