diff --git a/sections/forums/forum.php b/sections/forums/forum.php
index 3e2a4afb..d37cea46 100644
--- a/sections/forums/forum.php
+++ b/sections/forums/forum.php
@@ -225,6 +225,9 @@
}
} ?>
+
diff --git a/sections/forums/thread.php b/sections/forums/thread.php
index 23b6c5e7..118ede29 100644
--- a/sections/forums/thread.php
+++ b/sections/forums/thread.php
@@ -434,6 +434,11 @@
} ?>
+
=$Pages?>
diff --git a/static/styles/global.css b/static/styles/global.css
index 023b4c61..ad4d04b7 100644
--- a/static/styles/global.css
+++ b/static/styles/global.css
@@ -171,3 +171,5 @@ div#AddArtists a {
span.rbt { display: block; padding: 8px 0 0; background: url('../rippy/rippy_top.gif') no-repeat top; }
span.rbm { display: block; background: url('../rippy/rippy_middle.gif') repeat bottom; padding: 2px; }
span.rbb { display: block; padding: 4px 0px 18px; margin-bottom: 5px; background: url('../rippy/rippy_bottom.gif') no-repeat bottom; }
+
+.breadcrumbs { font-weight: bold; text-align: right; }
\ No newline at end of file