summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index e27a155..7dd0fe4 100644
--- a/index.php
+++ b/index.php
@@ -3,6 +3,7 @@
<html>
<head>
<title>cflip.net forum</title>
+ <link rel="stylesheet" href="styles/style.css">
</head>
<body>
<?php include_once 'templates/header.php'; ?>
@@ -43,7 +44,7 @@
echo '<tr>';
echo '<td>';
echo '<b><a href="viewcategory.php?id=' . $category->id . '">' . $category->name . '</a></b>';
- echo '<br>' . $category->description;
+ echo '<br><small>' . $category->description . '</small>';
echo '</td>';
echo '<td>' . $category->thread_count . '</td>';
echo '<td>' . $category->post_count . '</td>';