diff options
author | Jayaram Pai | 2013-11-25 18:47:52 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-11-25 18:47:52 +0530 |
commit | 1d6100617b0eae1bdd7a4c4b5fb8721c29f61e79 (patch) | |
tree | fab16e371dc434389e5bed7e39b1b490a153bab4 /website | |
parent | 942507e5d4ec16f3b135d2a61af9f7e88eac0441 (diff) | |
download | SciPy2013-1d6100617b0eae1bdd7a4c4b5fb8721c29f61e79.tar.gz SciPy2013-1d6100617b0eae1bdd7a4c4b5fb8721c29f61e79.tar.bz2 SciPy2013-1d6100617b0eae1bdd7a4c4b5fb8721c29f61e79.zip |
adding border-radius to twitter feed
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 67e3f79..2675c4f 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -103,7 +103,7 @@ </div> </div> <div class="four large-4 columns"> - <div id="previous-conference" style="overflow:hidden; height:300px; margin-top:10px;"> + <div id="previous-conference" style="overflow:hidden; height:300px; margin-top:10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius:5px; -o-border-radius: 5px;"> <a class="twitter-timeline" href="https://twitter.com/ScipyIndia" data-widget-id="404921110312910848">Tweets by @ScipyIndia</a> </div> </div> |