1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-28 09:11:34 +00:00

floating title: fix feed styling

This commit is contained in:
Andrew Dolgov
2013-07-10 22:17:27 +04:00
parent d095f42fa4
commit b532ef24ed

View File

@@ -278,6 +278,12 @@ div#floatingTitle div.hlFeed {
white-space : nowrap;
}
div#floatingTitle div.hlFeed a {
border-radius : 4px;
display : inline-block;
padding : 1px 4px 1px 4px;
}
div#floatingTitle span.updated {
padding-right : 10px;
white-space : nowrap;