diff options
author | elijah <elijah@riseup.net> | 2013-01-13 20:30:24 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-01-13 20:30:24 -0800 |
commit | ec6c48ab589d4174dc192a01c4b99833227c5942 (patch) | |
tree | cdacdfbaecaf7c72761b474be0cebaf8ddab5a48 /provider_base/files | |
parent | 886063ca1db3a4ce8fbd72e4ead9b5f2371979a5 (diff) |
added ability to customize the webapp appearance
Diffstat (limited to 'provider_base/files')
-rw-r--r-- | provider_base/files/branding/head.scss | 1 | ||||
-rw-r--r-- | provider_base/files/branding/tail.scss | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/provider_base/files/branding/head.scss b/provider_base/files/branding/head.scss new file mode 100644 index 00000000..c100a004 --- /dev/null +++ b/provider_base/files/branding/head.scss @@ -0,0 +1 @@ +// no head.scss set diff --git a/provider_base/files/branding/tail.scss b/provider_base/files/branding/tail.scss new file mode 100644 index 00000000..919aeec6 --- /dev/null +++ b/provider_base/files/branding/tail.scss @@ -0,0 +1 @@ +// no tail.scss set |