forked from leftypol/leftypol
Rename CSS rule to "capcode"
This commit is contained in:
parent
6b77865110
commit
614491880f
2 changed files with 2 additions and 2 deletions
2
post.php
2
post.php
|
@ -292,7 +292,7 @@
|
||||||
if(strlen($post['password']) > 20) error(sprintf($config['error']['toolong'], 'password'));
|
if(strlen($post['password']) > 20) error(sprintf($config['error']['toolong'], 'password'));
|
||||||
|
|
||||||
if($post['mod_tag'])
|
if($post['mod_tag'])
|
||||||
$post['trip'] .= ' <a class="nametag">## ' . $post['mod_tag'] . '</a>';
|
$post['trip'] .= ' <a class="capcode">## ' . $post['mod_tag'] . '</a>';
|
||||||
|
|
||||||
wordfilters($post['body']);
|
wordfilters($post['body']);
|
||||||
|
|
||||||
|
|
|
@ -160,7 +160,7 @@ p.intro span.name {
|
||||||
color: #117743;
|
color: #117743;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
p.intro a.nametag {
|
p.intro a.capcode, p.intro a.nametag {
|
||||||
color: #F00000;
|
color: #F00000;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue