From: arno Date: Sun, 4 Oct 2009 17:14:40 +0000 (+0200) Subject: allow custom css rules X-Git-Tag: v0.4~8 X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=commitdiff_plain;h=bc8447229929345cdb3cb3af88e309f0626fe9bb allow custom css rules --- 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"); + } +?> +