diff options
| author | Yuval Adam <yuval@top7.com> | 2011-03-10 13:09:17 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@top7.com> | 2011-03-10 13:09:17 +0200 |
| commit | 708b1c943c636eefaeb491e30f5a8339905471c1 (patch) | |
| tree | c8ac9480531459760f1ccfeb4b03020c681f0730 /templates | |
| parent | 9226077cc61d467b9352582f961cd96a657e8641 (diff) | |
borders and shit
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/main.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/main.html b/templates/main.html index ff1f912..2527fcd 100644 --- a/templates/main.html +++ b/templates/main.html @@ -40,11 +40,11 @@ <div class="scores span-14 last"> <div class="span-2"> - {% if m.player3 %}<img src="http://top7.com/css/images/us/{{ m.player3|lower }}.jpg" ">{% else %}<span style="opacity: 0;">bla</span>{% endif %} + {% if m.player3 %}<div class="pic"><img src="http://top7.com/css/images/us/{{ m.player3|lower }}.jpg" "></div>{% else %}<span style="opacity: 0;">bla</span>{% endif %} </div> <div class="span-2"> - <img src="http://top7.com/css/images/us/{{ m.player1|lower }}.jpg" "> + <div class="pic"><img src="http://top7.com/css/images/us/{{ m.player1|lower }}.jpg" "></div> </div> <div class="side_a span-2"> @@ -66,11 +66,11 @@ </div> <div class="span-2" style="text-align: right"s> - <img src="http://top7.com/css/images/us/{{ m.player2|lower }}.jpg" "> + <div class="pic"><img src="http://top7.com/css/images/us/{{ m.player2|lower }}.jpg" "></div> </div> <div class="span-2 last"> - {% if m.player4 %}<img src="http://top7.com/css/images/us/{{ m.player4|lower }}.jpg" ">{% else %}<span style="opacity: 0;">bla</span>{% endif %} + {% if m.player4 %}<div class="pic"><img src="http://top7.com/css/images/us/{{ m.player4|lower }}.jpg" "></div>{% else %}<span style="opacity: 0;">bla</span>{% endif %} </div> </div> |
