The admin template navbar drop-down uses FontAwesome for the down-arrow glyph, but there's no font-face statement in the page CSS to define and load FA. Fix that.
We also need to Requires: the FA package so it's present to be served up.
Signed-off-by: Howard Johnson merlin@merlinthp.org
rebased
Thanks, this looks good to me.
Commit 586b0b3c fixes this pull-request
Pull-Request has been merged by merlin@merlinthp.org
The admin template navbar drop-down uses FontAwesome for the down-arrow
glyph, but there's no font-face statement in the page CSS to define and
load FA. Fix that.
We also need to Requires: the FA package so it's present to be served up.
Signed-off-by: Howard Johnson merlin@merlinthp.org