From: x2003cortot Date: Sun, 3 Oct 2004 17:35:34 +0000 (+0000) Subject: absolute paths in css X-Git-Tag: xorg/old~1446 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=e07d990c69480a50f4b4dbd7b15d79fa8b7b0587;p=platal.git absolute paths in css --- diff --git a/htdocs/css/linux.css b/htdocs/css/linux.css index 6bf490f..68035b7 100644 --- a/htdocs/css/linux.css +++ b/htdocs/css/linux.css @@ -31,7 +31,7 @@ div.rubrique { color: #eeeeee; background-color: #444444; - background-image: url( "../images/sk_linux_titre.jpg"); + background-image: url( "/images/sk_linux_titre.jpg"); background-repeat: repeat-x; } @@ -92,10 +92,10 @@ table.tinybicol th, table.bicol th { #body-menu .menu_title { color: #000000; - background-image: url("../images/sk_linux_menu.jpg"); + background-image: url("/images/sk_linux_menu.jpg"); border-top: none; border-bottom: none; } /* vim: set et ts=4 sts=4 sw=4: */ -/* $Id: linux.css,v 1.1 2004-10-03 15:11:34 x2003cortot Exp $ */ +/* $Id: linux.css,v 1.2 2004-10-03 17:35:34 x2003cortot Exp $ */