Update to Trail Detail pages.
authorLeif Hanson <leif@gaslightmedia.com>
Mon, 8 Jul 2013 18:21:48 +0000 (18:21 +0000)
committerLeif Hanson <leif@gaslightmedia.com>
Mon, 8 Jul 2013 18:21:48 +0000 (18:21 +0000)
Toolkit/Members/css/member.css

index 57998e1..1ccd9d0 100755 (executable)
@@ -345,7 +345,11 @@ div.search-result-more-div a:active {
 #member-img-1 {
        padding-right:0;
        border-radius: 6px;
+       -webkit-box-sizing: border-box; /* Android ≤ 2.3, iOS ≤ 4 */
+     -moz-box-sizing: border-box; /* Firefox 1+ */
+          box-sizing: border-box; /* Chrome, IE 8+, Opera, Safari 5.1 */
        border: 1px solid #B0A487;
+       width: 268px;
        }
 #business-list-contacts {clear: left;}
 #business-list-contacts h2 {margin-bottom: 0;}