summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tt-rss.css1
-rw-r--r--version.php2
2 files changed, 2 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 3bd621066..9b5480263 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -927,6 +927,7 @@ ul.browseFeedList {
height : 300px;
overflow : auto;
list-style-type : none;
+ margin-bottom : 5px;
}
span.subscribers {
diff --git a/version.php b/version.php
index 77683aa6b..db02081b7 100644
--- a/version.php
+++ b/version.php
@@ -1,3 +1,3 @@
<?
- define(VERSION, "1.1.1");
+ define(VERSION, "1.1.1.99");
?>