From eb3656c011ebcbf733f21893865fd91a2ec8b6f1 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 15 Apr 2008 17:55:54 +0000 Subject: Natty page handling functions. See engine/lib/pagehandler.php git-svn-id: https://code.elgg.org/elgg/trunk@470 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index 5d4415009..e8386223c 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -25,7 +25,7 @@ */ body { - background:#fff url(/graphics/header.gif) repeat-x; /* #d9e2f2 */ + background:#fff url(/_graphics/header.gif) repeat-x; /* #d9e2f2 */ color:#697C83; font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif; text-align:left; @@ -58,7 +58,7 @@ h2, h3, h4, h5 { } blockquote{ - background: #EEE url(/graphics/blockquote.png) no-repeat bottom left; + background: #EEE url(/_graphics/blockquote.png) no-repeat bottom left; padding: 10px; padding-bottom: 40px; margin: 1em; @@ -167,11 +167,11 @@ div#sidebar_menu { margin:20px 10px 20px 0; padding:0; float: right; - background:#efefef url(/graphics/sidebar-top.gif) no-repeat top; + background:#efefef url(/_graphics/sidebar-top.gif) no-repeat top; } div#sidebar-menu-bottom { - background:url(/graphics/sidebar-bottom.gif) no-repeat bottom; + background:url(/_graphics/sidebar-bottom.gif) no-repeat bottom; height:9px; width:250px; margin:0; @@ -234,7 +234,7 @@ div#footer { font-weight:bold; width:100%; padding:3px 0 0 0; - background:url(/graphics/footer.gif) repeat-x; + background:url(/_graphics/footer.gif) repeat-x; } div#footer img { -- cgit v1.2.3