This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
The following commit(s) were added to refs/heads/master by this push:
new 45ad991 Restoring missing draft-colors.css
45ad991 is described below
commit 45ad9913cc87a177d9408368ebc108f0642b7332
Author: Marcus Christie <[email protected]>
AuthorDate: Wed Apr 10 10:15:44 2019 -0400
Restoring missing draft-colors.css
---
django_airavata/static/css/draft-colors.css | 3 +++
1 file changed, 3 insertions(+)
diff --git a/django_airavata/static/css/draft-colors.css
b/django_airavata/static/css/draft-colors.css
new file mode 100644
index 0000000..6e1cb97
--- /dev/null
+++ b/django_airavata/static/css/draft-colors.css
@@ -0,0 +1,3 @@
+.purple {
+ color: purple;
+}