diff options
author | Madhusudan.C.S | 2010-10-17 00:09:13 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-10-17 00:09:13 +0530 |
commit | f44a0e1132abfc621cdeeedbd0f456c6a7220aab (patch) | |
tree | 04a663c7d938f0808af820913bf4952ea57e59aa /project | |
parent | e806ce6e73687f32f10b84f537e41142b4eed690 (diff) | |
download | scipycon-f44a0e1132abfc621cdeeedbd0f456c6a7220aab.tar.gz scipycon-f44a0e1132abfc621cdeeedbd0f456c6a7220aab.tar.bz2 scipycon-f44a0e1132abfc621cdeeedbd0f456c6a7220aab.zip |
Changed CSS to fit the padding.
Diffstat (limited to 'project')
-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 312290e..91ddc84 100644 --- a/project/static/css/styles.css +++ b/project/static/css/styles.css @@ -292,7 +292,7 @@ div.picture img font-size: 0.8em; float: right; margin: 0; - padding: 0 2em 0 0; + padding: 0 0 0 94%; } #right h2 |