From bf313c10c13aa2da7a8d9f0ae5323dc1b1664b31 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 11 Dec 2010 06:22:56 -0800 Subject: [PATCH] a img { float: left; } --- 4chan_x.coffee | 1 + 4chan_x.js | 1 + 2 files changed, 2 insertions(+) diff --git a/4chan_x.coffee b/4chan_x.coffee index b0d269b9f..0c10c6849 100644 --- a/4chan_x.coffee +++ b/4chan_x.coffee @@ -928,6 +928,7 @@ GM_addStyle ' } a img { border: 0px; + float: left; } span.navlinks { position: absolute; diff --git a/4chan_x.js b/4chan_x.js index 8ff0648bf..b2a15b8bf 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -1198,6 +1198,7 @@ }\ a img {\ border: 0px;\ + float: left;\ }\ span.navlinks {\ position: absolute;\