mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=17820
This commit is contained in:
parent
04fd1e4800
commit
fb70908040
|
@ -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 |
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue