summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;