From bff8ebcf8e23ac362141850da43991b6b48ad88f Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 7 Aug 2008 21:17:38 +0000 Subject: [PATCH] svn path=/trunk/boinc/; revision=15773 --- checkin_notes | 6 ++++++ html/user/white.css | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 405b2146b5..e5e864f06d 100644 --- a/checkin_notes +++ b/checkin_notes @@ -6312,3 +6312,9 @@ David 7 Aug 2008 gray_gradient.png sched/ validator.C + +David 7 Aug 2008 + - web: add -webkit-border-radius so that rounded corners work on Safari + + html/user/ + white.css diff --git a/html/user/white.css b/html/user/white.css index 3165935bb5..caf38aa363 100644 --- a/html/user/white.css +++ b/html/user/white.css @@ -44,6 +44,7 @@ table { padding: 2px; margin: 2px 2px 2px 2px; -moz-border-radius: 6px; + -webkit-border-radius: 6px; background-color: white; } @@ -107,7 +108,6 @@ td.friend { tr.row0 { background-color: #d9d9d9; text-align: left; -#-moz-border-radius: 6px; } tr.row1 { @@ -125,6 +125,7 @@ input, select, textarea{ border: 1px solid #d8d8d8; background color: #eeeeee; -moz-border-radius: 5px; + -webkit-border-radius: 5px; padding: 2px; font-size: 12px; } @@ -149,6 +150,7 @@ img.userimg { border: 0px; } padding: 10px; margin: 4px; -moz-border-radius: 10px; + -webkit-border-radius: 10px; } #news h2, #uotd h2, #mainnav h2 { @@ -173,6 +175,7 @@ img.userimg { border: 0px; } padding: 10px; margin: 4px; -moz-border-radius: 10px; + -webkit-border-radius: 10px; } /* Forum */