Consolidate local overrides of messages and styles in "local" subdirectory. Allows customisation without creating a new thmee.

This commit is contained in:
Graham Triggs 2017-10-02 18:23:49 +01:00
parent 9797afe881
commit 3ad80a9cf6
7 changed files with 24 additions and 2 deletions

View file

@ -0,0 +1,5 @@
/*
Override theme CSS styles by placing them in this file
Note - all themes must include <../../..>/local/css/local.css as the last import.
*/

View file

@ -0,0 +1,5 @@
#
# Local customisations override any provided messages
#
# Default (English)
#

View file

@ -23,4 +23,5 @@ VIVO wilma theme: screen styles
@charset "UTF-8";
@import url("reset.css");
@import url("vitroTheme.css");
@import url("vitroTheme.css");
@import url("../../../local/css/local.css");