summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-10-20 22:10:09 -0700
committerAndrew Dolgov <[email protected]>2013-10-20 22:10:09 -0700
commit41489735b50965ccd0121fac2c14bb01ad095c9b (patch)
tree8f16920a79cb733a1f9a01700c470ef3fa008ab1
parent24940c3dc9279a2cf18495b19d6c9a2efa299cd8 (diff)
parent24432dd5b36ce11bfbba72e59c72ff39612bc1aa (diff)
Merge pull request #323 from levito/patch-6
enclose floating elements in public feeds
-rw-r--r--css/utility.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/utility.css b/css/utility.css
index b45e9a00f..587061bcc 100644
--- a/css/utility.css
+++ b/css/utility.css
@@ -15,6 +15,7 @@ form {
}
div.content {
+ overflow : hidden;
background : white;
border : 1px solid #ccc;
padding : 10px;