Topics index - Drop the main board icons
This commit is contained in:
parent
1175ed280b
commit
f60e1140e2
3 changed files with 3 additions and 2 deletions
|
@ -188,7 +188,6 @@ function template_main()
|
|||
echo '
|
||||
<div class="', $topic['css_class'], '">
|
||||
<div class="board_icon">
|
||||
<img src="', $topic['first_post']['icon_url'], '" alt="">
|
||||
<div class="icons">
|
||||
', $topic['is_posted_in'] ? '<span class="main_icons profile_sm"></span>' : '', '
|
||||
';
|
||||
|
|
|
@ -151,7 +151,6 @@ function template_unread()
|
|||
echo '
|
||||
<div class="', $topic['css_class'], '">
|
||||
<div class="board_icon">
|
||||
<img src="', $topic['first_post']['icon_url'], '" alt="">
|
||||
', $topic['is_posted_in'] ? '<span class="main_icons profile_sm"></span>' : '', '
|
||||
</div>
|
||||
<div class="info">';
|
||||
|
|
|
@ -3311,6 +3311,9 @@ h2 .collapse {
|
|||
height: 45px;
|
||||
border-bottom:none;
|
||||
}
|
||||
#messageindex .board_icon a, #messageindex .board_icon div {
|
||||
background: none;
|
||||
}
|
||||
.board_icon a:hover, .board_icon div:hover {
|
||||
border-bottom:none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue