]> git.rm.cloudns.org Git - xonotic/xonstat.git/commitdiff
Incorporate Font Awesome.
authorAnt Zucaro <azucaro@gmail.com>
Sat, 28 Feb 2015 21:28:25 +0000 (16:28 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 28 Feb 2015 21:28:25 +0000 (16:28 -0500)
xonstat/templates/base.mako

index 3f81ca25a0655efaa6707adff3e4b5ea281a1d69..a30dff123472f9240692f5c9c36a88fa363fe753 100644 (file)
@@ -13,6 +13,7 @@
 
     <%block name="css">
       <link href="/static/css/foundation.css" rel="stylesheet">
+      <link href="/static/css/font-awesome.min.css" rel="stylesheet">
       <link href="/static/css/app.css" rel="stylesheet">
     </%block>