summaryrefslogtreecommitdiff
path: root/template/profile.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/profile.st')
-rwxr-xr-xtemplate/profile.st8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/profile.st b/template/profile.st
index f46ef5d..527e333 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" style="background-image:url($avatar$);opacity:0.1;width:100%;height:100%;z-index:-1"></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" style="background-image:url(/static/img/thumbs/stripes.gif);width:100%;height:100%;z-index:-1"></div>
$endif$
$banner()$
@@ -64,9 +64,9 @@ jQuery(document).ready(function() {
$if(is_home)$
- <div id="avatar-editing" style="display: none">
+ <div id="avatar-editing" class="is-hidden">
<input id="uploadp" value="Upload Icon" type="submit">
- <img id="spinner" src="/static/img/spinner.gif" style="display: none" />
+ <img id="spinner" src="/static/img/spinner.gif" class="is-hidden" />
</div>
$endif$
<div id="dashinfo">