From d2a64865a7089133345dc9eed63ddab691d43575 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 20 May 2011 02:25:46 -0400
Subject: [PATCH] - Fix func_get_args() usage for PHP<5.3 (#1487928)

---
 skins/default/safari.css |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/skins/default/safari.css b/skins/default/safari.css
index 840fc2b..a1be85a 100644
--- a/skins/default/safari.css
+++ b/skins/default/safari.css
@@ -1,3 +1,8 @@
+body
+{
+  height: 100%;
+}
+
 html>body*#messagelist[id$="messagelist"]:not([class="none"]) { width: 99.8%; }
 html>body*#messagelist[id$="messagelist"]:not([class="none"]) tr td.flag,
 html>body*#messagelist[id$="messagelist"]:not([class="none"]) tr td.icon { width: 20px; }
@@ -9,3 +14,9 @@
 {
   word-wrap: break-word;
 }
+
+#messagelist thead tr td,
+#messagelist tbody tr td
+{
+  height: 18px;
+}

--
Gitblit v1.9.1