diff options
| author | PayBas <contact@paybas.com> | 2014-04-25 12:56:58 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-04-25 12:56:58 +0200 |
| commit | 5109d3a12f09447c8f74f0619f8703ecd8c56ba6 (patch) | |
| tree | 734cf73a48faa549657cb9483e46c460deeef6cb /phpBB/styles/prosilver/template/viewonline_whois.html | |
| parent | f86bf3c4d359a0f2c09f81d867212e7a248a6535 (diff) | |
| download | forums-5109d3a12f09447c8f74f0619f8703ecd8c56ba6.tar forums-5109d3a12f09447c8f74f0619f8703ecd8c56ba6.tar.gz forums-5109d3a12f09447c8f74f0619f8703ecd8c56ba6.tar.bz2 forums-5109d3a12f09447c8f74f0619f8703ecd8c56ba6.tar.xz forums-5109d3a12f09447c8f74f0619f8703ecd8c56ba6.zip | |
[ticket/12442] Add CSS classes to important headings
PHPBB3-12442
Diffstat (limited to 'phpBB/styles/prosilver/template/viewonline_whois.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/viewonline_whois.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewonline_whois.html b/phpBB/styles/prosilver/template/viewonline_whois.html index 8abd933efa..031f18afdc 100644 --- a/phpBB/styles/prosilver/template/viewonline_whois.html +++ b/phpBB/styles/prosilver/template/viewonline_whois.html @@ -1,6 +1,6 @@ <!-- INCLUDE simple_header.html --> -<h2>{L_WHOIS}</h2> +<h2 class="whois-title">{L_WHOIS}</h2> <div class="panel"> <div class="inner"> |
