diff --git a/checkin_notes b/checkin_notes index 5c6d393dbc..3319ce128e 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/html/user/img/white_grad.png b/html/user/img/white_grad.png new file mode 100644 index 0000000000..7ceddd9fad Binary files /dev/null and b/html/user/img/white_grad.png differ diff --git a/html/user/white.css b/html/user/white.css index 447cf2104d..ebc5f1b126 100644 --- a/html/user/white.css +++ b/html/user/white.css @@ -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; }