facts: recreate the choices experience in facts

recreates the choices view in facts, allowing for display of any fact
category in the system, and providing a random item from it

bss/dr.botzo#15
This commit is contained in:
2017-02-11 09:32:30 -06:00
parent 368dfd4a83
commit fb04732ec3
8 changed files with 67 additions and 0 deletions

4
static/css/facts.css Normal file
View File

@@ -0,0 +1,4 @@
.fact-category-items {
margin-top: 20px;
color: #999999;
}