Commit:    3cddd7475863f70f2db6caab3070b4130f9e20ad
Author:    Hannes Magnusson <[email protected]>         Fri, 13 Dec 2013 
00:45:10 -0800
Parents:   c3d617d0fa492d39f50840059bc37d23d1d043af
Branches:  master

Link:       
http://git.php.net/?p=web/shared.git;a=commitdiff;h=3cddd7475863f70f2db6caab3070b4130f9e20ad

Log:
Don't mess with the margin on input fields

Changed paths:
  M  styles/defaults.css


Diff:
diff --git a/styles/defaults.css b/styles/defaults.css
index 1b7c519..1096f74 100644
--- a/styles/defaults.css
+++ b/styles/defaults.css
@@ -85,7 +85,7 @@ nav input {
   line-height: 1.5;
 }
 /* Pad the #fragment below the header */
-section *[id] {
+section *[id]:not(input){
   margin-top: -50px;
   padding-top: 50px;
 }


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to