From c15608deb5d0adc1b2b2d588835d888fb2509845 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sun, 15 May 2011 21:38:58 +0200 Subject: [PATCH] Peasant IDs instead of Master Race selectors. --- 4chan_x.js | 6 +++--- script.coffee | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/4chan_x.js b/4chan_x.js index 0447e7b78..1fe5faf70 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -918,7 +918,7 @@ var dialog, hiddenNum, hiddenThreads, html, input, _i, _len, _ref; hiddenThreads = $.getValue("hiddenThreads/" + g.BOARD + "/", {}); hiddenNum = Object.keys(g.hiddenReplies).length + Object.keys(hiddenThreads).length; - html = "
Options X



Sauce flavors
Donate
Support: GitHub | support throd | uso
"; + html = "
Options X



Sauce flavors
Donate
Support: GitHub | support throd | uso
"; dialog = ui.dialog('options', { top: '25%', left: '25%' @@ -2492,7 +2492,7 @@ position: fixed;\ padding: 5px;\ }\ - #options .move, #options > div:nth-last-of-type(2) {\ + #options .move, #credits {\ text-align: right;\ }\ .column {\ @@ -2507,7 +2507,7 @@ #options li:first-child {\ text-decoration: underline;\ }\ - #options > div:nth-last-of-type(3) {\ + #floaty {\ float: left;\ }\ #options textarea {\ diff --git a/script.coffee b/script.coffee index b00f7f6fa..332870e8e 100644 --- a/script.coffee +++ b/script.coffee @@ -703,11 +703,11 @@ options =


-
+ -
+
Donate
Support: GitHub | support throd | uso
@@ -1960,7 +1960,7 @@ main = position: fixed; padding: 5px; } - #options .move, #options > div:nth-last-of-type(2) { + #options .move, #credits { text-align: right; } .column { @@ -1975,7 +1975,7 @@ main = #options li:first-child { text-decoration: underline; } - #options > div:nth-last-of-type(3) { + #floaty { float: left; } #options textarea {