Reverted forum style, used for genres now

This commit is contained in:
2016-11-20 03:02:33 +09:00
parent e17f377dc6
commit 9794a09f12
17 changed files with 127 additions and 70 deletions

View File

@ -1,2 +1,5 @@
component Icon(name string)
i(class="fa fa-fw fa-" + name)
i(class="fa fa-fw fa-" + name)
component GridIcon(name string)
span(class="fa fa-" + name + " grid-icon")