single poster, centered

This commit is contained in:
Sanj 2011-06-26 22:22:47 +05:30
parent f276192138
commit ffd91aff4e
2 changed files with 6 additions and 1 deletions

View File

@ -8,3 +8,8 @@
.highlighted { .highlighted {
font-weight: bold; font-weight: bold;
} }
.padmaPosters {
text-align: center;
margin-top: 4px;
}

View File

@ -109,7 +109,7 @@ $(function() {
}); });
function getPostersHTML(padma_ids) { function getPostersHTML(padma_ids) {
var limit = 1; var limit = 0; //limit is the no of posters to show minus one
var html = ''; var html = '';
for (var i=0; i<padma_ids.length; i++) { for (var i=0; i<padma_ids.length; i++) {
if (i>limit) { break; } if (i>limit) { break; }