From bc8447229929345cdb3cb3af88e309f0626fe9bb Mon Sep 17 00:00:00 2001 From: arno Date: Sun, 4 Oct 2009 19:14:40 +0200 Subject: [PATCH] allow custom css rules --- README.txt | 8 ++++++++ inc/html/admin.php | 6 ++++++ inc/html/index.php | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/README.txt b/README.txt index 768f9a6..8381162 100644 --- a/README.txt +++ b/README.txt @@ -57,6 +57,14 @@ needed. Currently, SYP does not allow +Custom CSS +---------- +You can define your own css rules by creating custom css files: +- `media/syp_custom.css` for user interface +- `media/admin_custom.css` for admin interface +Those files are sourced after all other css files. So, rules defined in those +custom files will override other rules. + server API ---------- Client/server communication follows an API. This allow for example creation of diff --git a/inc/html/admin.php b/inc/html/admin.php index ca2dd4d..b0df4b5 100644 --- a/inc/html/admin.php +++ b/inc/html/admin.php @@ -53,6 +53,12 @@ if (!$usrtblexists || !$itemstblexists) { +\n"); + } +?> +