add user similarity report

This commit is contained in:
r888888888
2015-12-30 18:13:59 -08:00
parent 9f3bc6ac8f
commit f3071e66ec
6 changed files with 125 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
#c-reports {
#a-similar-users {
div.box {
h2, h3 {
color: #333;
}
margin-bottom: 2em;
}
/* clearfix hacks */
div.box:before, div.box:after {
content: "";
display: table;
}
div.box:after {
clear: both;
}
}
}