implement experimental web-based updater

This commit is contained in:
Andrew Dolgov
2012-08-23 20:23:19 +04:00
parent 639ad60035
commit 27211afe92
4 changed files with 110 additions and 2 deletions
+11
View File
@@ -678,6 +678,17 @@ ul.feedErrorsList {
padding : 5px;
}
pre.selfUpdateList {
height : 200px;
font-size : 10px;
overflow : auto;
list-style-type : none;
border : 1px solid #c0c0c0;
background-color : #ecf4ff;
margin : 0px 0px 5px 0px;
padding : 5px;
}
ul.feedErrorsList em {
color : gray;
}