projects
/
don.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ca1cd6
)
* fix background image url
author
Don Armstrong
<don@donarmstrong.com>
Fri, 25 Nov 2011 20:18:32 +0000
(12:18 -0800)
committer
Don Armstrong
<don@donarmstrong.com>
Fri, 25 Nov 2011 20:18:32 +0000
(12:18 -0800)
local.css
patch
|
blob
|
history
diff --git
a/local.css
b/local.css
index
c9428c3
..
83f2ce5
100644
(file)
--- a/
local.css
+++ b/
local.css
@@
-548,7
+548,7
@@
body {
border-color: #999;
border-style: none none solid none;
border-width: 1px;
- background-image:
/images/da_background.jpg
;
+ background-image:
url('/images/da_background.jpg')
;
background-repeat: no-repeat;
}