From e7d3e0613c79039e3a41e35cd05b1328a9cd07d2 Mon Sep 17 00:00:00 2001
From: x2003bruneau
Date: Sat, 16 Sep 2006 20:24:38 +0000
Subject: [PATCH] Fix mYk's issues
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@844 839d8a87-29fc-0310-9880-83ba4fa771e5
---
ChangeLog | 3 +++
htdocs/.htaccess | 2 +-
htdocs/css/xnet.css | 4 ++--
templates/xnet/index.tpl | 2 +-
4 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 05f82b3..49e9243 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -58,6 +58,9 @@ New:
* Search:
- Switch to the new URI scheme. -MC
+ * Skins:
+ - New skin: keynote -FRU
+
* Stats:
- Switch to the new URI scheme. -MC
diff --git a/htdocs/.htaccess b/htdocs/.htaccess
index 3753de7..779dae2 100644
--- a/htdocs/.htaccess
+++ b/htdocs/.htaccess
@@ -1,7 +1,7 @@
Options +FollowSymLinks
RewriteEngine on
-RewriteBase /~x2000habouzit
+RewriteBase /~x2003bruneau
# Rewrite URLs of the form 'index.php?q=x':
RewriteCond %{REQUEST_FILENAME} !-f
diff --git a/htdocs/css/xnet.css b/htdocs/css/xnet.css
index 22ccfa2..10599b3 100644
--- a/htdocs/css/xnet.css
+++ b/htdocs/css/xnet.css
@@ -299,12 +299,12 @@ td.oval, td.oval2 {
td.oval {
background: url("../images/oval.png") no-repeat top center;
width: 130px;
- padding: 4px 12px;
+ padding: 0px 35px;
}
td.oval2 {
background: url("../images/oval2.png") no-repeat top center;
width: 160px;
- padding: 4px 10px;
+ padding: 0px 12px;
}
diff --git a/templates/xnet/index.tpl b/templates/xnet/index.tpl
index e0ee5d9..eafe888 100644
--- a/templates/xnet/index.tpl
+++ b/templates/xnet/index.tpl
@@ -36,7 +36,7 @@
Ce site vous propose des liens vers les forums de discussions et les sites webs des
différentes associations, des adresses où les contacter, et tous les renseignements utiles
pour mieux les connaître. Il offre d'autre part des
- outils de gestion de groupe à l'intention de leurs responsables.
+ outils de gestion de groupe à l'intention de leurs responsables.
Si vous recherchez la page d'un groupe particulier, vous pouvez
--
2.1.4