summaryrefslogtreecommitdiff
path: root/bubble.html
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2014-05-21 13:48:57 +0200
committerPeter Wu <peter@lekensteyn.nl>2014-05-21 13:48:57 +0200
commita6fb7ce01144236b68666a5f3d4e4293deb66acd (patch)
treeb7036f75de5734895510e4c4e7d3f64d6df0a95b /bubble.html
parent830dd5e5d40ed39b435c8d0ab2a834c7abfaf7a0 (diff)
downloadd3viz-a6fb7ce01144236b68666a5f3d4e4293deb66acd.tar.gz
Split From and To in user info box
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>