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

Merge pull request #323 from levito/patch-6

enclose floating elements in public feeds
This commit is contained in:
Andrew Dolgov
2013-10-20 22:10:09 -07:00

View File

@@ -15,6 +15,7 @@ form {
}
div.content {
overflow : hidden;
background : white;
border : 1px solid #ccc;
padding : 10px;