Author: smarru
Date: Thu Sep 20 17:56:58 2012
New Revision: 1388140

URL: http://svn.apache.org/viewvc?rev=1388140&view=rev
Log:
updating css paths

Modified:
    airavata/site/trunk/templates/skeleton.html

Modified: airavata/site/trunk/templates/skeleton.html
URL: 
http://svn.apache.org/viewvc/airavata/site/trunk/templates/skeleton.html?rev=1388140&r1=1388139&r2=1388140&view=diff
==============================================================================
--- airavata/site/trunk/templates/skeleton.html (original)
+++ airavata/site/trunk/templates/skeleton.html Thu Sep 20 17:56:58 2012
@@ -18,16 +18,16 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <link href="/airavata/css/airavata.css" rel="stylesheet" type="text/css">
+  <link href="/css/airavata.css" rel="stylesheet" type="text/css">
   <title>{% block title %}{{ headers.title }}{% endblock %}</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 </head>
 
 <body>
   <div id="banner">
-    <img id="logo" alt="Apache airavata" 
src="/airavata/images/airavata-logo-2.png"/>
+    <img id="logo" alt="Apache airavata" src="/images/airavata-logo-2.png"/>
     <div id="bannertext">
-      <img id="logo-text"  alt="Apache airavata" 
src="/airavata/images/airavata-title-text.png" />
+      <img id="logo-text"  alt="Apache airavata" 
src="/images/airavata-title-text.png" />
       </div><br />
   </div>
 


Reply via email to