projects
/
xonotic
/
xonstat.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1590f4
)
Change chart heights to 250px.
author
Ant Zucaro <azucaro@gmail.com>
Thu, 4 Dec 2014 03:01:26 +0000
(22:01 -0500)
committer
Ant Zucaro <azucaro@gmail.com>
Thu, 4 Dec 2014 03:01:26 +0000
(22:01 -0500)
xonstat/templates/player_info.mako
patch
|
blob
|
history
diff --git
a/xonstat/templates/player_info.mako
b/xonstat/templates/player_info.mako
index dfd190d2e980cba48411082e0241b7e9a9fbe710..62e1389dcc4ec5e1588a3ea6b1e1c617f603d9fa 100644
(file)
--- a/
xonstat/templates/player_info.mako
+++ b/
xonstat/templates/player_info.mako
@@
-15,7
+15,7
@@
${parent.css()}
<link href="/static/css/nv.d3.css" rel="stylesheet" type="text/css">
<style>
#damageChartSVG, #accuracyChartSVG {
- height:
30
0px;
+ height:
25
0px;
}
</style>
</%block>