diff --git a/assets/images/header.png b/assets/images/header.png new file mode 100644 index 0000000..bbeb103 Binary files /dev/null and b/assets/images/header.png differ diff --git a/assets/stylesheets/budget.css b/assets/stylesheets/budget.css index 4ce5094..90af87c 100644 --- a/assets/stylesheets/budget.css +++ b/assets/stylesheets/budget.css @@ -1,4 +1,4 @@ -#budget-summary { background-color:#507AAA;padding:10px; } +#budget-summary { background-image:url('../images/header.png');padding: 20px 10px 10px 10px; border: 2px solid #DDDDDD } #budget-list { } table.list.deliverables { margin-top: 10px; } @@ -21,4 +21,4 @@ tr.deliverable-details span { font-weight:bold; } span.budget-calculation { color:#999999; font-weight:bold; display:block; text-align:right; width: 100%;} p.total-budget { font-weight: bold; } -p.total-budget #total-budget-calculation { } \ No newline at end of file +p.total-budget #total-budget-calculation { }