1
0

References Issue #280

* Issue 280: Allow every theme to utilize a "style_user.css" file
     that gets loaded on top of the frontend (or backend, if in admin/
     subdirectory) theme. This file can be used for customized CSS
     of a blog-admin which carries over to future Serendipity updates
This commit is contained in:
Garvin Hicking
2015-02-11 14:57:55 +01:00
parent 9290ee29da
commit 0f175d9478
2 changed files with 13 additions and 0 deletions

View File

@ -25,6 +25,11 @@ Version 2.1 ()
Version 2.0.1 ()
------------------------------------------------------------------------
* Issue 280: Allow every theme to utilize a "style_user.css" file
that gets loaded on top of the frontend (or backend, if in admin/
subdirectory) theme. This file can be used for customized CSS
of a blog-admin which carries over to future Serendipity updates
* Issue 299: Do not display dashboard for users with no permission
to perform actions in the backend (frontend-users)