bump milestone 1.1.7 to 1.2.0
This commit is contained in:
parent
fa7bce14ca
commit
f3477b4056
3
NEWS
3
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/)
|
* XML-RPC Interface (using XML-RPC for PHP, from http://phpxmlrpc.sourceforge.net/)
|
||||||
* Basic support for themes
|
* Basic support for themes
|
||||||
* New default interface theme
|
* New default interface theme
|
||||||
* New filter action: set starred
|
* New filter action: set starred
|
||||||
|
* Various usability improvements
|
||||||
|
|
||||||
v1.1.6 (May 02, 2006)
|
v1.1.6 (May 02, 2006)
|
||||||
|
|
||||||
|
|
|
@ -942,7 +942,7 @@ ul.userFeedList {
|
||||||
height : 300px;
|
height : 300px;
|
||||||
overflow : auto;
|
overflow : auto;
|
||||||
list-style-type : none;
|
list-style-type : none;
|
||||||
border : 1px solid #88b0f0;
|
border : 1px solid #88b0f0;
|
||||||
background-color : white;
|
background-color : white;
|
||||||
margin : 0px 0px 5px 0px;
|
margin : 0px 0px 5px 0px;
|
||||||
padding : 0px;
|
padding : 0px;
|
||||||
|
|
Loading…
Reference in New Issue