Skip to content

Commit

Permalink
Adding champion's position.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuet committed Apr 1, 2013
1 parent cb65677 commit cfa6958
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions module/Ololz/public/assets/ololz/ololz.css
Expand Up @@ -102,6 +102,11 @@ div.container a.brand {
.summoner-invocation-details > div:nth-child(n+2) {
margin-left: 5px;
}

.champion-details .champion-name {
width: 100px;
}

/* Invocation section */
.summoner-invocation-details > * p,
.match-details-summary > p {
Expand Down
5 changes: 5 additions & 0 deletions module/Ololz/view/ololz/champion/partials/line.phtml
Expand Up @@ -9,4 +9,9 @@
<p><?php echo $champion->getName() ?></p>
</div>
</div>
<div class="cell">
<div class="champion-position">
<p><?php echo $champion->getPosition() ?></p>
</div>
</div>
</div>

0 comments on commit cfa6958

Please sign in to comment.