1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

browser interface tweaks

This commit is contained in:
Andrew Dolgov
2005-12-30 07:00:36 +01:00
parent 0010d872eb
commit c2b2aee071
3 changed files with 63 additions and 9 deletions

View File

@@ -955,3 +955,18 @@ div.browserDetails {
display : none;
padding : 5px;
}
ul.compact {
list-style-type : none;
margin : 0px;
padding : 0px;
}
ul.compact li {
margin : 0px;
padding : 0px;
}
div.detailsPart {
margin : 5px 0px 5px 5px;
}