Missing image from previous commit
authorDarren <darren@darrenwhitlen.com>
Wed, 3 Oct 2012 16:15:01 +0000 (17:15 +0100)
committerDarren <darren@darrenwhitlen.com>
Wed, 3 Oct 2012 16:15:01 +0000 (17:15 +0100)
client_backbone/css/style.css
client_backbone/img/background-light.png [new file with mode: 0644]

index fbc037f8dbdc72b8479c1b4bf8002ab82021bbe4..5034eb7b1815d891c29a3703ea5d57cb1a8321fc 100644 (file)
@@ -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 (file)
index 0000000..e650194
Binary files /dev/null and b/client_backbone/img/background-light.png differ