diff options
-rw-r--r-- | index.php | 2 | ||||
-rw-r--r-- | styles/style.css | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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; |