summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjokkedk <joakim@jokke.dk>2010-10-28 07:42:38 +0000
committerjokkedk <joakim@jokke.dk>2010-10-28 07:42:38 +0000
commitabbf88e856737dcdf38f7e23bc9b0110caa1950c (patch)
tree0e72f51ae51799cf9bae84b1a475b9daabe47cb4
parent5351a300a3c7237b91f75fe669c3ea112ce5e9d3 (diff)
downloadwebgrind-abbf88e856737dcdf38f7e23bc9b0110caa1950c.zip
webgrind-abbf88e856737dcdf38f7e23bc9b0110caa1950c.tar.gz
webgrind-abbf88e856737dcdf38f7e23bc9b0110caa1950c.tar.bz2
[FIX] Issue #58 again
-rw-r--r--index.php2
-rw-r--r--styles/style.css1
2 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index 1e7d4ea..447a24b 100644
--- a/index.php
+++ b/index.php
@@ -6,7 +6,7 @@
class Webgrind_MasterConfig
{
- static $webgrindVersion = '1.01';
+ static $webgrindVersion = '1.02';
}
require 'config.php';
diff --git a/styles/style.css b/styles/style.css
index 448ea8c..797392e 100644
--- a/styles/style.css
+++ b/styles/style.css
@@ -157,6 +157,7 @@ img.list_reload {
.num {
display:block;
+ clear:left;
color: gray;
text-align: right;
margin-right: 6pt;