diff options
author | Madhusudan.C.S | 2010-11-19 17:17:22 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-11-19 17:17:22 +0530 |
commit | 285b4e5c9ed4cd3ca4fcf332187146f0cb387dfc (patch) | |
tree | 82ca94b6a2b29e5e099a177f4db81f0687250b4a | |
parent | 9c2d06444e10fabc88530e1e571ab3dde68b8591 (diff) | |
download | scipycon-285b4e5c9ed4cd3ca4fcf332187146f0cb387dfc.tar.gz scipycon-285b4e5c9ed4cd3ca4fcf332187146f0cb387dfc.tar.bz2 scipycon-285b4e5c9ed4cd3ca4fcf332187146f0cb387dfc.zip |
Modify the content CSS to have a larger margin.
-rw-r--r-- | project/static/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/static/css/styles.css b/project/static/css/styles.css index aef48ba..c85cc55 100644 --- a/project/static/css/styles.css +++ b/project/static/css/styles.css @@ -305,7 +305,7 @@ div.picture img { font-size: 0.8em; padding: 0; - margin: 0 240px 0 220px; + margin: 0 300px 0 220px; min-height: 850px; } |