You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2018/10/10 13:23:04 UTC

[airavata-django-portal] 01/02: Remove IU CSS

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

commit 466c2b9f9b55e91431db5782abb8dcf93e6898cd
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Fri Oct 5 16:06:15 2018 -0400

    Remove IU CSS
    
    Need to figure out how to add for just the IU Cybergateway theme
---
 django_airavata/templates/includes/head-extra.html | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/django_airavata/templates/includes/head-extra.html b/django_airavata/templates/includes/head-extra.html
index 01caf03..28b26a2 100644
--- a/django_airavata/templates/includes/head-extra.html
+++ b/django_airavata/templates/includes/head-extra.html
@@ -1,9 +1,2 @@
 <link rel=stylesheet type=text/css href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css>
 <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
-
-<!--- IU CYBERGATEWAY THEME -->
-<link rel="icon" href="/resources/assets/favicon.ico" type="image/x-icon">
-<link media="all" type="text/css" rel="stylesheet" href="https://assets.iu.edu/brand/3.x/brand.css">
-<link media="all" type="text/css" rel="stylesheet" href="https://assets.iu.edu/search/3.x/search.css">
-<link media="all" type="text/css" rel="stylesheet" href="https://assets.iu.edu/web/3.x/css/iu-framework.min.css">
-<script src="https://assets.iu.edu/web/1.5/libs/modernizr.min.js"></script>