remove similar users report

This commit is contained in:
Albert Yi
2018-08-03 17:40:00 -07:00
parent d999bd124c
commit 718e641f51
8 changed files with 0 additions and 163 deletions

View File

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