diff options
author | raylu <raylu@gridium.com> | 2013-10-21 21:58:52 -0700 |
---|---|---|
committer | raylu <raylu@gridium.com> | 2013-10-21 22:05:19 -0700 |
commit | 02c3d525e4712f8c0d9a938a099f582483b10d56 (patch) | |
tree | b1e35899ce6abe8d08171e7450b7eed05c1dd4b5 /web/templates | |
parent | 5849a1738cf4fb36b1b6b5c9a22c516c132088d5 (diff) | |
download | ykill-02c3d525e4712f8c0d9a938a099f582483b10d56.tar.xz |
touch up styles on kills page
Diffstat (limited to 'web/templates')
-rw-r--r-- | web/templates/base.html | 3 | ||||
-rw-r--r-- | web/templates/kill.html | 8 |
2 files changed, 9 insertions, 2 deletions
diff --git a/web/templates/base.html b/web/templates/base.html index b05a4fa..47b7a99 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -1,7 +1,8 @@ <!DOCTYPE html> <html> <head> - <link rel="stylesheet" type="text/css" href="/css/base.css" /> + <link rel="stylesheet" type="text/css" href="/css/base.css"> + <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Metrophobic"> {% block css %}{% end %} <script src="//ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools.js"></script> <script> diff --git a/web/templates/kill.html b/web/templates/kill.html index 48abdaa..818529e 100644 --- a/web/templates/kill.html +++ b/web/templates/kill.html @@ -57,7 +57,13 @@ <table id="attackers"></table> -<table id="items"></table> +<table id="items"> + <thead><tr> + <th></th> + <th></th> + <th></th> + </tr></thead> +</table> <div class="clear"></div> |