Made changes to CSS for right menu and changed the file name.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Tue, 20 Jul 2010 19:49:45 +0530
changeset 129 5be95b4b3ac3
parent 128 d804be977989
child 130 c435a7c430a4
Made changes to CSS for right menu and changed the file name.
project/static/css/styles-20090809.css
project/static/css/styles-20090826.css
project/static/css/styles-20100720.css
project/static/css/styles.css
project/templates/base.html
--- a/project/static/css/styles-20090809.css	Tue Jul 20 19:28:45 2010 +0530
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-styles.css
\ No newline at end of file
--- a/project/static/css/styles-20090826.css	Tue Jul 20 19:28:45 2010 +0530
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-styles.css
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project/static/css/styles-20100720.css	Tue Jul 20 19:49:45 2010 +0530
@@ -0,0 +1,1 @@
+styles.css
\ No newline at end of file
--- a/project/static/css/styles.css	Tue Jul 20 19:28:45 2010 +0530
+++ b/project/static/css/styles.css	Tue Jul 20 19:49:45 2010 +0530
@@ -289,7 +289,7 @@
     position: absolute;
     top: 0;
     right: 0;
-    width: 250px;
+    width: 260px;
     font-size: 0.8em;
     float: right;
     margin: 0;
@@ -458,6 +458,7 @@
 div.register
 {
     padding-left: 2em;
+    padding-right: 4em;
     margin: 0 0 0 270px;
     border-left: 1px solid #aaa;
 }
--- a/project/templates/base.html	Tue Jul 20 19:28:45 2010 +0530
+++ b/project/templates/base.html	Tue Jul 20 19:49:45 2010 +0530
@@ -5,7 +5,7 @@
   <title>{% block title %}{% endblock %} SciPy.in 2010, December 13 - 18, 2010, Hyderabad, Andra Pradesh, India</title>
 
   <link rel="stylesheet" type="text/css" href="/static/jquery/jquery.jgrowl.css" />
-  <link rel="stylesheet" type="text/css" href="/static/css/styles-20090826.css" />
+  <link rel="stylesheet" type="text/css" href="/static/css/styles-20100720.css" />
 
   <script type="text/javascript" src="/static/jquery/jquery.min.js"></script>
   <script type="text/javascript" src="/static/jquery/jquery.jgrowl_minimized.js"></script>