svn path=/trunk/boinc/; revision=15773

This commit is contained in:
David Anderson 2008-08-07 21:17:38 +00:00
parent 534c9911c9
commit bff8ebcf8e
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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 */