1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:25: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 { div.content {
overflow : hidden;
background : white; background : white;
border : 1px solid #ccc; border : 1px solid #ccc;
padding : 10px; padding : 10px;