Fix for overflow issue on member detail pages.
authorLeif Hanson <leif@gaslightmedia.com>
Thu, 6 Jun 2013 16:20:21 +0000 (16:20 +0000)
committerLeif Hanson <leif@gaslightmedia.com>
Thu, 6 Jun 2013 16:20:21 +0000 (16:20 +0000)
Toolkit/Members/css/member.css

index 6810d70..9e7cc92 100755 (executable)
@@ -164,6 +164,9 @@ div.search-result-more-div a:active {
        clear: left;
        padding-top: 10px;
        }
+#home #member-detail, #inside #member-detail {
+       clear: none;
+}
 #member-img-1 { padding-right:10px; }
 #business-list-contacts {clear: left;}
 #business-list-contacts h2 {margin-bottom: 0;}