From: Darren Date: Wed, 3 Oct 2012 16:15:01 +0000 (+0100) Subject: Missing image from previous commit X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ca2d4ab28bb924be700cea033859a6eff75e7783;p=KiwiIRC.git Missing image from previous commit --- diff --git a/client_backbone/css/style.css b/client_backbone/css/style.css index fbc037f..5034eb7 100644 --- a/client_backbone/css/style.css +++ b/client_backbone/css/style.css @@ -11,7 +11,7 @@ a { color:#36C; text-decoration:none; cursor:pointer; } height:100%; font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:1.4em; - background: url(http://www.origin.com/ui/skin/oauth/img/background-light.png) left top repeat-x #E3E3E3; + background: url(../img/background-light.png) left top repeat-x #E3E3E3; color: #555555; } diff --git a/client_backbone/img/background-light.png b/client_backbone/img/background-light.png new file mode 100644 index 0000000..e650194 Binary files /dev/null and b/client_backbone/img/background-light.png differ