mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-19 07:08:09 +01:00
More doubled up class defns
git-svn-id: file:///svn/phpbb/trunk@3495 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c87ced82a1
commit
24052a4fca
@ -234,7 +234,7 @@ span.hilit {
|
||||
/* titles for the topics: could specify viewed link colour too */
|
||||
.topictitle {
|
||||
color: black;
|
||||
font-size: 82%;
|
||||
font-size: 70%;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
<!-- IF S_TOPIC_ICONS -->
|
||||
<td class="row1" align="center" valign="middle">{topicrow.TOPIC_ICON}</td>
|
||||
<!-- ENDIF -->
|
||||
<td class="row1" width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />{topicrow.GOTO_PAGE}</span></td>
|
||||
<td class="row1" width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />{topicrow.GOTO_PAGE}</span></td>
|
||||
<td class="row2" align="center" valign="middle"><span class="name">{topicrow.TOPIC_AUTHOR}</span></td>
|
||||
<td class="row1" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td>
|
||||
<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.VIEWS}</span></td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user