aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-02-21 14:23:31 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-02-21 14:23:31 +0000
commit24052a4fcae28f13c412824f24475497d32ba71e (patch)
tree6a73f7cbfb28ce699b8f1369a4a883577b41676d /phpBB/templates
parentc87ced82a1d1a845705006a64b6d80f159b285e1 (diff)
downloadforums-24052a4fcae28f13c412824f24475497d32ba71e.tar
forums-24052a4fcae28f13c412824f24475497d32ba71e.tar.gz
forums-24052a4fcae28f13c412824f24475497d32ba71e.tar.bz2
forums-24052a4fcae28f13c412824f24475497d32ba71e.tar.xz
forums-24052a4fcae28f13c412824f24475497d32ba71e.zip
More doubled up class defns
git-svn-id: file:///svn/phpbb/trunk@3495 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/subSilver.css2
-rw-r--r--phpBB/templates/subSilver/viewforum_body.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/subSilver/subSilver.css b/phpBB/templates/subSilver/subSilver.css
index 3efd0959da..e00a3de61c 100644
--- a/phpBB/templates/subSilver/subSilver.css
+++ b/phpBB/templates/subSilver/subSilver.css
@@ -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;
}
diff --git a/phpBB/templates/subSilver/viewforum_body.html b/phpBB/templates/subSilver/viewforum_body.html
index 75673e7ebc..7b3dbc1c11 100644
--- a/phpBB/templates/subSilver/viewforum_body.html
+++ b/phpBB/templates/subSilver/viewforum_body.html
@@ -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>