From 232c1edabfa93b1bdd6ec58e52afa9769c9b57c6 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Mon, 2 Jul 2012 20:30:27 +0200 Subject: [PATCH] Revert "Try a smaller arrow for the menu button. #565" This reverts commit 7b47a89b47a1e48c0f8a64d609a869ce41790cec. --- 4chan_x.user.js | 5 +---- script.coffee | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 8595be025..7c3080166 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1100,7 +1100,7 @@ this.a = $.el('a', { className: 'menu_button', href: 'javascript:;', - innerHTML: '[▾]' + innerHTML: '[▼]' }); this.el = $.el('div', { className: 'reply dialog', @@ -4999,9 +4999,6 @@ a[href="javascript:;"] {\ display: none !important;\ }\ \ -.menu_button {\ - letter-spacing: 2px;\ -}\ #menu {\ position: absolute;\ outline: none;\ diff --git a/script.coffee b/script.coffee index 608b49e37..d03d5ca02 100644 --- a/script.coffee +++ b/script.coffee @@ -837,7 +837,7 @@ Menu = @a = $.el 'a', className: 'menu_button' href: 'javascript:;' - innerHTML: '[▾]' + innerHTML: '[▼]' @el = $.el 'div', className: 'reply dialog' id: 'menu' @@ -3891,9 +3891,6 @@ a[href="javascript:;"] { display: none !important; } -.menu_button { - letter-spacing: 2px; -} #menu { position: absolute; outline: none;