Fix navlink size.

This commit is contained in:
Zixaphir 2013-04-19 14:03:25 -07:00
parent d61f7e6f3d
commit d252916621
5 changed files with 0 additions and 8 deletions

View File

@ -7699,11 +7699,9 @@
id: 'navlinks'
});
prev = $.el('a', {
textContent: '▲',
href: 'javascript:;'
});
next = $.el('a', {
textContent: '▼',
href: 'javascript:;'
});
$.on(prev, 'click', this.prev);

View File

@ -7691,11 +7691,9 @@
id: 'navlinks'
});
prev = $.el('a', {
textContent: '▲',
href: 'javascript:;'
});
next = $.el('a', {
textContent: '▼',
href: 'javascript:;'
});
$.on(prev, 'click', this.prev);

Binary file not shown.

View File

@ -7613,11 +7613,9 @@
id: 'navlinks'
});
prev = $.el('a', {
textContent: '▲',
href: 'javascript:;'
});
next = $.el('a', {
textContent: '▼',
href: 'javascript:;'
});
$.on(prev, 'click', this.prev);

View File

@ -11,10 +11,8 @@ Nav =
span = $.el 'span',
id: 'navlinks'
prev = $.el 'a',
textContent: ''
href: 'javascript:;'
next = $.el 'a',
textContent: ''
href: 'javascript:;'
$.on prev, 'click', @prev