summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--tt-rss.css2
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 74555001d..267c1cf46 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,10 @@
-v1.1.7 (Jun 20, 2006)
+v1.2.0 (Jun 20, 2006)
* XML-RPC Interface (using XML-RPC for PHP, from http://phpxmlrpc.sourceforge.net/)
* Basic support for themes
* New default interface theme
* New filter action: set starred
+ * Various usability improvements
v1.1.6 (May 02, 2006)
diff --git a/tt-rss.css b/tt-rss.css
index 9b4d3eac9..0c2f11b2b 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -942,7 +942,7 @@ ul.userFeedList {
height : 300px;
overflow : auto;
list-style-type : none;
- border : 1px solid #88b0f0;
+ border : 1px solid #88b0f0;
background-color : white;
margin : 0px 0px 5px 0px;
padding : 0px;