diff options
author | Jayaram Pai | 2013-11-13 16:03:53 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-11-13 16:03:53 +0530 |
commit | 828fbab492da5417a505c7be1aef1546d17a8735 (patch) | |
tree | 2d5343326620a856398f7e1596502871144232fa /website | |
parent | 48896cada6c939e7969a43a2f4efa1457e2a36c6 (diff) | |
download | SciPy2013-828fbab492da5417a505c7be1aef1546d17a8735.tar.gz SciPy2013-828fbab492da5417a505c7be1aef1546d17a8735.tar.bz2 SciPy2013-828fbab492da5417a505c7be1aef1546d17a8735.zip |
previous box padding fix
Diffstat (limited to 'website')
-rw-r--r-- | website/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index ef84514..db826b8 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -146,7 +146,7 @@ <div id="previous-conference"> <table> <thead> - <th style="padding-top:16px;"><a href="http://scipy.in/2012" target="_blank">Scipy 2012</a></th> + <th style="padding-top:15px;"><a href="http://scipy.in/2012" target="_blank">Scipy 2012</a></th> </thead> <tbody> <tr> |