diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-10 14:55:51 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-10 14:55:51 -0400 |
commit | bc7ab99c82e21c5c37a440d51f77d4a0050c207c (patch) | |
tree | 021e076f841a8f82b05e120d2953012056316c19 | |
parent | dd0b341b643d68d92c4b23fc8188e16110c3c1ab (diff) |
background header
darcs-hash:20080610185551-84dde-e8352c4f2632b1281684c37dcb27a9005acf22cb.gz
-rw-r--r-- | theme/stoica/bg-header.gif | bin | 0 -> 2110 bytes | |||
-rw-r--r-- | theme/stoica/display.css | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/theme/stoica/bg-header.gif b/theme/stoica/bg-header.gif Binary files differnew file mode 100644 index 000000000..e301125f9 --- /dev/null +++ b/theme/stoica/bg-header.gif diff --git a/theme/stoica/display.css b/theme/stoica/display.css index efb61ee3c..814a2b1ff 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -7,7 +7,7 @@ body { font-size: 10px; line-height: 12px; color: #193441; - background: url(images/bg-header.gif) repeat-x #FCFFF5; + background: url(bg-header.gif) repeat-x #FCFFF5; } a { color: #C15D42; |