diff options
Diffstat (limited to 'template/profile.st')
| -rwxr-xr-x | template/profile.st | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/template/profile.st b/template/profile.st index 527e333..d416c1c 100755 --- a/template/profile.st +++ b/template/profile.st @@ -38,9 +38,9 @@ jQuery(document).ready(function() { </head> <body class="profiledash"> $if(avatar)$ - <div id="dashtotal" style="background-image:url($avatar$);opacity:0.1;width:100%;height:100%;z-index:-1"></div> + <div id="dashtotal" class="dash-total dash-total--avatar" style="background-image:url($avatar$)"></div> $else$ - <div id="dashtotal" style="background-image:url(/static/img/thumbs/stripes.gif);width:100%;height:100%;z-index:-1"></div> + <div id="dashtotal" class="dash-total dash-total--stripes"></div> $endif$ $banner()$ @@ -106,16 +106,16 @@ jQuery(document).ready(function() { <a href="/$nick$/log"><div id="favstxt">$if(is_home)$ your $else$ $nick$'s$endif$ most recent dumps</div></a> <div id="mostrecentdumps"> $imgs: { img | <a target="_blank" href="$img$"><img src="$img$"></img></a> }$ - </div> - <div id="likebutton"> + </div> + <div id="likebutton"> <!-- - <iframe src="https://www.facebook.com/widgets/like.php?href=/$nick$" - scrolling="no" frameborder="0" - style="border:none; width:500px; height:26px"></iframe> + <iframe src="https://www.facebook.com/widgets/like.php?href=/$nick$" + scrolling="no" frameborder="0" + class="fb-like-wide"></iframe> --> - </div> + </div> - </div> + </div> <a href="#"class="msgbtn" id="msgbtn">messages!</a> |
