summaryrefslogtreecommitdiff
path: root/bubble.html
diff options
context:
space:
mode:
Diffstat (limited to 'bubble.html')
-rw-r--r--bubble.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/bubble.html b/bubble.html
index 79359d6..f635c23 100644
--- a/bubble.html
+++ b/bubble.html
@@ -78,9 +78,6 @@ html, body {
margin: 0;
padding: 0;
}
-#infobox .user-info .relations:empty:before {
- content: "(none)";
-}
/* style for svg contents */
.node {
stroke: #fff;
@@ -128,9 +125,11 @@ html, body {
<p>
Tweets: <span class="tweet-count"></span>.<br>
Spam: <span class="spam-status"></span>.<br>
- Relations (<span class="relations-count"></span>):
+ Relations (<span class="relations-from-count"></span> +
+ <span class="relations-to-count"></span>):
</p>
- <ul class="relations"></ul>
+ <ul class="relations-from"></ul>
+ <ul class="relations-to"></ul>
</div>
</div>
</div>