# HG changeset patch # User Steve Kemp # Date 1216835066 -3600 # Node ID 5a0a37364853fbcd0244e1be4e02dfdd728cf4f4 # Parent ede363a3042c53885a6865c57dba5386d91f3cf3 Updated to fix the path to the images diff -r ede363a3042c -r 5a0a37364853 themes/blog.mail-scanning.com/layout.css --- a/themes/blog.mail-scanning.com/layout.css Mon Jul 21 22:07:50 2008 +0100 +++ b/themes/blog.mail-scanning.com/layout.css Wed Jul 23 18:44:26 2008 +0100 @@ -86,7 +86,7 @@ /* navigation */ .navigation { - background: #D9E1E5 url(/images/nav.gif); + background: #D9E1E5 url(/nav.gif); border: 1px solid #DFEEF7; border-color: #DFEEF7 #CFDEE7; height: 41px; @@ -96,7 +96,7 @@ } .navigation a { - background: #D9E1E5 url(/images/nav.gif); + background: #D9E1E5 url(/nav.gif); border-right: 1px solid #AFBEC7; color: #456; display: block;