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

This commit is contained in:
David Anderson 2009-04-15 20:12:19 +00:00
parent 04fd1e4800
commit fb70908040
3 changed files with 4 additions and 2 deletions

View File

@ -3894,9 +3894,11 @@ David 15 Apr 2009
inc/
util.inc
user/
main.css
main.css (new)
sample_index.php
user_search.php
white.css
img/
white_grad.png (new)
sched/
sched_plan.cpp

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -80,7 +80,7 @@ input[type="button"],
input[type="submit"],
.btn,
a.button {
background: #f2f2f2 url(img/white-grad.png) repeat-x scroll left top;
background: #f2f2f2 url(img/white_grad.png) repeat-x scroll left top;
color: black;
border-color: #ccc;
}