diff options
Diffstat (limited to 'template/profilenew.st')
| -rwxr-xr-x | template/profilenew.st | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/profilenew.st b/template/profilenew.st index 547c1c6..262bf02 100755 --- a/template/profilenew.st +++ b/template/profilenew.st @@ -32,9 +32,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()$ |
