summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhusudan.C.S2010-07-20 19:49:45 +0530
committerMadhusudan.C.S2010-07-20 19:49:45 +0530
commit0411c5090d2d68b01c3a10d431b3b732c86ea01c (patch)
treefb46f3817ae393ce5fb605d99ec78a6089d41fc7
parent91c05162499472c6262560a5f5554329b71d596d (diff)
downloadscipycon-0411c5090d2d68b01c3a10d431b3b732c86ea01c.tar.gz
scipycon-0411c5090d2d68b01c3a10d431b3b732c86ea01c.tar.bz2
scipycon-0411c5090d2d68b01c3a10d431b3b732c86ea01c.zip
Made changes to CSS for right menu and changed the file name.
l---------project/static/css/styles-20090826.css1
l---------project/static/css/styles-20100720.css (renamed from project/static/css/styles-20090809.css)0
-rw-r--r--project/static/css/styles.css3
-rw-r--r--project/templates/base.html2
4 files changed, 3 insertions, 3 deletions
diff --git a/project/static/css/styles-20090826.css b/project/static/css/styles-20090826.css
deleted file mode 120000
index cdd5ff7..0000000
--- a/project/static/css/styles-20090826.css
+++ /dev/null
@@ -1 +0,0 @@
-styles.css \ No newline at end of file
diff --git a/project/static/css/styles-20090809.css b/project/static/css/styles-20100720.css
index cdd5ff7..cdd5ff7 120000
--- a/project/static/css/styles-20090809.css
+++ b/project/static/css/styles-20100720.css
diff --git a/project/static/css/styles.css b/project/static/css/styles.css
index fc2bd87..3ba85d5 100644
--- a/project/static/css/styles.css
+++ b/project/static/css/styles.css
@@ -289,7 +289,7 @@ div.picture img
position: absolute;
top: 0;
right: 0;
- width: 250px;
+ width: 260px;
font-size: 0.8em;
float: right;
margin: 0;
@@ -458,6 +458,7 @@ div.login
div.register
{
padding-left: 2em;
+ padding-right: 4em;
margin: 0 0 0 270px;
border-left: 1px solid #aaa;
}
diff --git a/project/templates/base.html b/project/templates/base.html
index c946602..6e299eb 100644
--- a/project/templates/base.html
+++ b/project/templates/base.html
@@ -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>