Skip to content

Instantly share code, notes, and snippets.

@jdlrobson
Created April 18, 2012 18:11
Show Gist options
  • Save jdlrobson/2415518 to your computer and use it in GitHub Desktop.
Save jdlrobson/2415518 to your computer and use it in GitHub Desktop.
diff --git a/stylesheets/contact-us.css b/stylesheets/contact-us.css
index 5f19ea1..6244f99 100644
--- a/stylesheets/contact-us.css
+++ b/stylesheets/contact-us.css
@@ -23,12 +23,12 @@ Change-Id: I57557fd2e359264853efadc1e5da1c9cbe6a0d97
cursor: pointer;
}
-#feedback input#mw-input-wpsubject {
+#mw-input-wpsubject {
height: 38px;
}
#feedback textarea,
-#feedback input#mw-input-wpsubject {
+#mw-input-wpsubject {
padding: 12px 16px;
width: 100%;
border: solid 1px #888888;
@@ -39,7 +39,7 @@ Change-Id: I57557fd2e359264853efadc1e5da1c9cbe6a0d97
}
#feedback textarea,
-#feedback #mw-input-wpsubject {
+#mw-input-wpsubject {
font-size: 1.5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment