Minor contact form style: block checkboxes
authorLaury GvR <laury@gaslightmedia.com>
Thu, 16 Oct 2014 18:05:47 +0000 (14:05 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 16 Oct 2014 18:05:47 +0000 (14:05 -0400)
css/app.css
scss/site/_structure.scss

index 241e840..457a55a 100644 (file)
@@ -6112,6 +6112,10 @@ article h2 {
      * 4.6 Forms
      * ------------------------------------
      */
+/* Contact Form */
+span.wpcf7-list-item {
+  display: block; }
+
 /**
  * 5.0 Plugins
  * ----------------------------------------------------------------------------
index 9d928f1..584e00a 100644 (file)
@@ -630,7 +630,9 @@ article h2 {
      */
 
     // Insert styles here
-
+    
+    /* Contact Form */
+    span.wpcf7-list-item { display: block; }
 
 /**
  * 5.0 Plugins