mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Upadated craftysaurus player height, to accommodate new headgear.
This commit is contained in:
parent
da10900a48
commit
d0b0e33a63
@ -164,7 +164,7 @@ body {
|
||||
.players .player {
|
||||
position: relative;
|
||||
width: 32px;
|
||||
height: 79px; /* 64 + 15 */
|
||||
height: 80px; /* 65 + 15 */
|
||||
}
|
||||
.players .player .link {
|
||||
display: block;
|
||||
|
@ -51,7 +51,7 @@
|
||||
|
||||
<div class="players">
|
||||
<div class="player player-craftysaurus" title="visit my website">
|
||||
<iframe src="http://marcuswhybrow.github.com/minecraft-widgets/skin.html?playername=craftysaurus&scale=2" allowtransparency="true" frameborder="0" scrolling="0" width="32" height="64"></iframe>
|
||||
<iframe src="http://marcuswhybrow.github.com/minecraft-widgets/skin.html?playername=craftysaurus&scale=2" allowtransparency="true" frameborder="0" scrolling="0" width="32" height="65"></iframe>
|
||||
<div class="shadow"></div>
|
||||
<a class="link" href="http://marcuswhybrow.net/" onclick="_gaq.push(['_trackEvent', 'Masthead Actions', 'Created by craftysaurus']);"></a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user