From f78ab4f463a42bd2a6368f958d831725148bcf9b Mon Sep 17 00:00:00 2001
From: "lpsolit%gmail.com" <>
Date: Wed, 3 Jun 2009 21:24:36 +0000
Subject: [PATCH] =?UTF-8?q?Bug=20495865:=20Buttons=20to=20change=20columns?=
 =?UTF-8?q?=20are=20rendered=20incorrectly=20in=20Internet=20Explorer=208?=
 =?UTF-8?q?=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20<?=
 =?UTF-8?q?LpSolit@gmail.com>=20r=3Dghendricks=20a=3DLpSolit?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 skins/standard/global.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/skins/standard/global.css b/skins/standard/global.css
index def4e82d2..d36f88f4a 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -501,6 +501,7 @@ form#Create .comment {
     background-repeat: no-repeat;
     background-position: center center;
     width: 30px;
+    height: 20px;
 }
 
 #select_button {
-- 
2.24.1