aboutsummaryrefslogtreecommitdiff
path: root/views/default/css.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-15 17:55:54 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-15 17:55:54 +0000
commiteb3656c011ebcbf733f21893865fd91a2ec8b6f1 (patch)
tree7fd56871e56ddad7886c57f054cf80d054300ae6 /views/default/css.php
parent495b7a95cf4cef8378882a2c55fd1156403e2bb7 (diff)
downloadelgg-eb3656c011ebcbf733f21893865fd91a2ec8b6f1.tar.gz
elgg-eb3656c011ebcbf733f21893865fd91a2ec8b6f1.tar.bz2
Natty page handling functions. See engine/lib/pagehandler.php
git-svn-id: https://code.elgg.org/elgg/trunk@470 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r--views/default/css.php10
1 files changed, 5 insertions, 5 deletions
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(<?php echo $vars['url']; ?>/graphics/header.gif) repeat-x; /* #d9e2f2 */
+ background:#fff url(<?php echo $vars['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(<?php echo $vars['url']; ?>/graphics/blockquote.png) no-repeat bottom left;
+ background: #EEE url(<?php echo $vars['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(<?php echo $vars['url']; ?>/graphics/sidebar-top.gif) no-repeat top;
+ background:#efefef url(<?php echo $vars['url']; ?>/_graphics/sidebar-top.gif) no-repeat top;
}
div#sidebar-menu-bottom {
- background:url(<?php echo $vars['url']; ?>/graphics/sidebar-bottom.gif) no-repeat bottom;
+ background:url(<?php echo $vars['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(<?php echo $vars['url']; ?>/graphics/footer.gif) repeat-x;
+ background:url(<?php echo $vars['url']; ?>/_graphics/footer.gif) repeat-x;
}
div#footer img {