]> ruin.nu Git - ndwebbie.git/commitdiff
some more fixes
authorMichael Andreen <harv@ruin.nu>
Thu, 1 Feb 2007 18:59:27 +0000 (18:59 +0000)
committerMichael Andreen <harv@ruin.nu>
Thu, 1 Feb 2007 18:59:27 +0000 (18:59 +0000)
stylesheets/black.css
templates/alliances.tmpl
templates/intel.tmpl

index d32d3445464d28a65adce4937bb92e7df1cd53be..94e2ce3a1fc835b1cdd861285d30ba92621f2acd 100644 (file)
@@ -50,7 +50,7 @@ table.boards th {
        font-size: larger;
 }
 
-table.boards a {
+table.boards,table.stats a {
        text-decoration: none;
        width: 100%;
        display: block;
index 4f27a2c4c22c17fa05d9737a9294a7c70c2f1979..07a4aab9438f42e1c157d565a2d8a564294ef1a3 100644 (file)
@@ -26,7 +26,7 @@
 <img class="graph" src="/graph/allianceavg/<TMPL_VAR NAME=Id>" alt="Avg alliance size and score vs members" height="300" width="500"/>
 </div>
 <div class="leftinfo">
-<table>
+<table class="stats">
        <tr>
                <th><a href="/<TMPL_VAR NAME=PAGE>?alliance=<TMPL_VAR NAME=Id>&amp;order=coords">Coords</a></th>
                <th>Nick</th>
@@ -54,7 +54,7 @@
 </table>
 </div>
 <div class="leftinfo">
-<table>
+<table class="stats">
        <tr>
                <th>Alliance</th><th>Sender</th>
                <th>Mission</th><th>Landing tick</th><th>ETA</th><th>Amount</th>
@@ -79,7 +79,7 @@
 </div>
 
 <TMPL_ELSE>
-<table>
+<table class="stats">
        <tr>
                <th>User</th>
                <th>Known members</th>
index b872faf355c0b99f6bd19c93c1a9caf04e19d6d8..fccdf1b8751f9487eec6dab397cad801797f42cf 100644 (file)
@@ -9,7 +9,7 @@
 <p><a href="/<TMPL_VAR NAME=PAGE>?<TMPL_IF Coords>&amp;coords=<TMPL_VAR NAME=Coords></TMPL_IF>&amp;show=all">Show all ticks</a></p>
 
 <TMPL_IF CoordList>
-<table>
+<table class="stats">
        <tr><th>Coords</th><th>Alliance</th></tr>
        <TMPL_LOOP CoordList>
        <tr>
@@ -63,7 +63,7 @@
 </TMPL_IF>
 <TMPL_IF ChannelUsers>
 <p>Planets sharing this channel</p>
-<table>
+<table class="stats">
        <tr>
        <th>Coords</th><th>Alliance</th><th>Nick</th><th>Channel</th>
        </tr>
@@ -94,7 +94,7 @@
 
 <TMPL_LOOP IntelLists>
 <TMPL_IF Message><p><TMPL_VAR NAME=Message></p></TMPL_IF>
-<table>
+<table class="stats">
        <tr>
                <TMPL_IF Origin><th>Alliance</th><th>Sender</th></TMPL_IF>
                <th>Mission</th><th>Landing tick</th><th>ETA</th><th>Amount</th>