From c473aac4cfc9ec5be51655ea194649f7dac41da5 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 11 Dec 2010 06:32:33 -0800 Subject: [PATCH] yeah I guess margin is cool too --- 4chan_x.coffee | 1 + 4chan_x.js | 1 + 2 files changed, 2 insertions(+) diff --git a/4chan_x.coffee b/4chan_x.coffee index 0c10c6849..1888490e6 100644 --- a/4chan_x.coffee +++ b/4chan_x.coffee @@ -929,6 +929,7 @@ GM_addStyle ' a img { border: 0px; float: left; + margin: 0px 20px; } span.navlinks { position: absolute; diff --git a/4chan_x.js b/4chan_x.js index b2a15b8bf..3494a3466 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -1199,6 +1199,7 @@ a img {\ border: 0px;\ float: left;\ + margin: 0px 20px;\ }\ span.navlinks {\ position: absolute;\