gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32376 - gnunet/contrib


From: gnunet
Subject: [GNUnet-SVN] r32376 - gnunet/contrib
Date: Mon, 17 Feb 2014 16:26:25 +0100

Author: bartpolot
Date: 2014-02-17 16:26:24 +0100 (Mon, 17 Feb 2014)
New Revision: 32376

Modified:
   gnunet/contrib/log.php
Log:
- fixes, fonts

Modified: gnunet/contrib/log.php
===================================================================
--- gnunet/contrib/log.php      2014-02-17 15:26:24 UTC (rev 32375)
+++ gnunet/contrib/log.php      2014-02-17 15:26:24 UTC (rev 32376)
@@ -119,10 +119,11 @@
 
   <style>
     body {
+      font-family: arial,sans-serif;
+    }
+    table {
       font-family: courier,sans-serif;
       color:#000;
-    }
-    table {
       margin-top: 40px;
       font-size:12px;
       border-collapse:collapse;
@@ -228,7 +229,7 @@
       $("#"+level).addClass("active");
       for (var index = 0; index < types.length; ++index) {
         $(".btn-showpeer.active").each(function(){
-          $("."+types[index]+".P-"+this.id).show();
+          $("."+types[index]+"."+this.id).show();
         });
        if (types[index] == level)
          return;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]