Commit:    475abbef9e219594edeb631e5eabce5e802014da
Author:    Hannes Magnusson <[email protected]>         Thu, 12 Dec 2013 
13:41:52 -0800
Parents:   ab9042d77eb2c66ae6ba8d75af62a6baf09e0612
Branches:  master

Link:       
http://git.php.net/?p=web/people.git;a=commitdiff;h=475abbef9e219594edeb631e5eabce5e802014da

Log:
Be more selective, target the main body mainscreen
Also remove innocent padding in the menu on small devices

Changed paths:
  M  styles.css


Diff:
diff --git a/styles.css b/styles.css
index 41ca413..30f2905 100644
--- a/styles.css
+++ b/styles.css
@@ -192,6 +192,7 @@ body {
   }
   nav ul, nav li, nav a {
     display: block;
+    padding: 0;
   }
   header {
     position: absolute;
@@ -202,7 +203,7 @@ body {
     width: auto;
     padding: 0px 10px 0px 10px;
   }
-  .mainscreen {
+  section.mainscreen {
     width: auto;
   }
   .secondscreen {


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

Reply via email to