1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:25:55 +00:00

tweak feed errors dialog

This commit is contained in:
Andrew Dolgov
2010-11-21 12:01:38 +03:00
parent 05acc0d653
commit f81b681546
2 changed files with 8 additions and 3 deletions

View File

@@ -705,12 +705,16 @@ ul.feedErrorsList {
height : 300px;
overflow : auto;
list-style-type : none;
border : 1px solid gray;
border : 1px solid #c0c0c0;
background-color : white;
margin : 0px 0px 5px 0px;
padding : 0px;
}
ul.feedErrorsList em {
color : gray;
}
ul.userFeedList {
height : 300px;
overflow : auto;