aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewtopic_body.html
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-04-01 12:53:13 +0200
committerPayBas <contact@paybas.com>2014-04-01 12:53:13 +0200
commite0f64b70580601a7678f2d42971bc9d14deb32f6 (patch)
tree3bf4271c71d48511141562e38edad63a7618f878 /phpBB/styles/prosilver/template/viewtopic_body.html
parent39398dec1b4e654d444e674320418ee167c814ea (diff)
downloadforums-e0f64b70580601a7678f2d42971bc9d14deb32f6.tar
forums-e0f64b70580601a7678f2d42971bc9d14deb32f6.tar.gz
forums-e0f64b70580601a7678f2d42971bc9d14deb32f6.tar.bz2
forums-e0f64b70580601a7678f2d42971bc9d14deb32f6.tar.xz
forums-e0f64b70580601a7678f2d42971bc9d14deb32f6.zip
[ticket/12329] changed all CSS classes to ".stat-block"
PHPBB3-12329
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_body.html')
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index a3f13ea1a4..515451a1c1 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -343,7 +343,7 @@
<!-- ENDIF -->
<!-- IF S_DISPLAY_ONLINE_LIST -->
- <div class="misc-block online-list">
+ <div class="stat-block online-list">
<h3><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF --></h3>
<p>{LOGGED_IN_USER_LIST}</p>
</div>