diff --git a/mod/network.php b/mod/network.php
index f68b399f8b..17d36dfb28 100644
--- a/mod/network.php
+++ b/mod/network.php
@@ -546,6 +546,10 @@ function network_content(&$a, $update = 0) {
}
if(! $update) {
+ if($blowhard_count > 3)
+ $o .= '';
+
+
$o .= paginate($a);
$o .= '
';
}
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 7ab85344d5..0d89fa3b1c 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -51,6 +51,11 @@ blockquote:before {
content: '>> ';
}
+.icollapse-wrapper, .ccollapse-wrapper {
+ border: 1px solid #CCC;
+ padding: 5px;
+}
+
#panel {
background-color: ivory;
position: absolute;