]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Small style changes to the graph.
authorAnt Zucaro <azucaro@gmail.com>
Sat, 16 Jun 2012 14:02:40 +0000 (10:02 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 16 Jun 2012 14:02:40 +0000 (10:02 -0400)
xonstat/static/css/style.css
xonstat/templates/player_info.mako

index 0d8bcb3767091747d23f81a7159108bbeb382733..0e7ff885bd283acd31a2451f6ebd3aa2b1b7374d 100755 (executable)
@@ -3492,6 +3492,7 @@ header h2 { display:none; }
 }
 
 .flot table, .flot td {
+    background-color: black;
        border: 0;
 }
 
index 24ed9056b4fbc77d9bfb97c88e598bf2338b37d2..da1057aaed5f3aa2887a461dc524824865ce968f 100644 (file)
@@ -205,7 +205,7 @@ Player Information
 <div class="row">
   <div class="span10">
     <h3>Accuracy</h3>
-    <div id="acc-graph" class="flot" style="width:800px; height:200px;">
+    <div id="acc-graph" class="flot" style="width:900px; height:200px;">
     </div>
 
     <div class="weapon-nav accuracy-nav">
@@ -271,7 +271,7 @@ Player Information
 <div class="row">
   <div class="span10">
     <h3>Damage Efficiency</h3>
-    <div id="dmg-graph" class="flot" style="width:800px; height:200px;">
+    <div id="dmg-graph" class="flot" style="width:900px; height:200px;">
     </div>
 
     <div class="weapon-nav damage-nav">