From: Laury GvR Date: Thu, 16 Oct 2014 18:05:47 +0000 (-0400) Subject: Minor contact form style: block checkboxes X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0376a912a607d8708155890c45b1f3e83a28eee1;p=web%2FWP-Theme-GaslightMedia.git Minor contact form style: block checkboxes --- diff --git a/css/app.css b/css/app.css index 241e840..457a55a 100644 --- a/css/app.css +++ b/css/app.css @@ -6112,6 +6112,10 @@ article h2 { * 4.6 Forms * ------------------------------------ */ +/* Contact Form */ +span.wpcf7-list-item { + display: block; } + /** * 5.0 Plugins * ---------------------------------------------------------------------------- diff --git a/scss/site/_structure.scss b/scss/site/_structure.scss index 9d928f1..584e00a 100644 --- a/scss/site/_structure.scss +++ b/scss/site/_structure.scss @@ -630,7 +630,9 @@ article h2 { */ // Insert styles here - + + /* Contact Form */ + span.wpcf7-list-item { display: block; } /** * 5.0 Plugins