diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-02-25 17:27:14 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-03-10 10:56:15 +0000 |
commit | bad54dec3d0f153e22bf94bded4be6cf98be3a9c (patch) | |
tree | 61ea3280f278cff65d0f39afa3ccca04a7f7d163 /app/views/general/custom_css.rhtml | |
parent | 75c6cde4d869c190fc10ce36ec96f818efb1970f (diff) |
add a "custom_css" template, so we can easily overlay it from plugins
Diffstat (limited to 'app/views/general/custom_css.rhtml')
-rw-r--r-- | app/views/general/custom_css.rhtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/general/custom_css.rhtml b/app/views/general/custom_css.rhtml new file mode 100644 index 000000000..0def82ed0 --- /dev/null +++ b/app/views/general/custom_css.rhtml @@ -0,0 +1 @@ +// this should be overridden in a local "theme" plugin |