Centering button on searchform
authorLaury GvR <laury@gaslightmedia.com>
Tue, 19 Aug 2014 13:43:53 +0000 (09:43 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 19 Aug 2014 13:43:53 +0000 (09:43 -0400)
Toolkit/Members/css/member.css

index 40cc3f7..3617eeb 100755 (executable)
@@ -1296,4 +1296,7 @@ div.thumb {
         padding-bottom: 25px;
         padding-top: 20px;
     }
+}
+#SearchForm fieldset ol li:last-child {
+    text-align:center;
 }
\ No newline at end of file