aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-02-17 15:26:24 +0000
committerBart Polot <bart@net.in.tum.de>2014-02-17 15:26:24 +0000
commit1a8b577397f739d74bc977bf2faa9b238c73d840 (patch)
tree8f3fa4d59bc3fbd6cb289df1411faa4b25889e00
parentfdbfcb72c3b8ad1cc4234744dbf11852d9f17827 (diff)
downloadgnunet-1a8b577397f739d74bc977bf2faa9b238c73d840.tar.gz
gnunet-1a8b577397f739d74bc977bf2faa9b238c73d840.zip
- fixes, fonts
-rw-r--r--contrib/log.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/log.php b/contrib/log.php
index 4e408fff6..9a7f0a776 100644
--- a/contrib/log.php
+++ b/contrib/log.php
@@ -119,10 +119,11 @@ if ($start !== null || $stop !== null) {
119 119
120 <style> 120 <style>
121 body { 121 body {
122 font-family: courier,sans-serif; 122 font-family: arial,sans-serif;
123 color:#000;
124 } 123 }
125 table { 124 table {
125 font-family: courier,sans-serif;
126 color:#000;
126 margin-top: 40px; 127 margin-top: 40px;
127 font-size:12px; 128 font-size:12px;
128 border-collapse:collapse; 129 border-collapse:collapse;
@@ -228,7 +229,7 @@ if ($start !== null || $stop !== null) {
228 $("#"+level).addClass("active"); 229 $("#"+level).addClass("active");
229 for (var index = 0; index < types.length; ++index) { 230 for (var index = 0; index < types.length; ++index) {
230 $(".btn-showpeer.active").each(function(){ 231 $(".btn-showpeer.active").each(function(){
231 $("."+types[index]+".P-"+this.id).show(); 232 $("."+types[index]+"."+this.id).show();
232 }); 233 });
233 if (types[index] == level) 234 if (types[index] == level)
234 return; 235 return;