]> git.wh0rd.org - tt-rss.git/commitdiff
enclose floating elements in public feeds
authorVeit Lehmann <veit.lehmann@googlemail.com>
Mon, 21 Oct 2013 02:51:43 +0000 (04:51 +0200)
committerVeit Lehmann <veit.lehmann@googlemail.com>
Mon, 21 Oct 2013 02:51:43 +0000 (04:51 +0200)
http://tt-rss.org/forum/viewtopic.php?f=10&t=2670&p=15780#p15780

css/utility.css

index b45e9a00f9970d2029ef70e4cf3b97b6431539a7..587061bcc19a84250b95d0016b2a3b909634b5b2 100644 (file)
@@ -15,6 +15,7 @@ form {
 }
 
 div.content {
+       overflow : hidden;
        background : white;
        border : 1px solid #ccc;
        padding : 10px;