Commit:    4754232cb6fc31b91987e00f5c1c6c6317b6a316
Author:    Peter Cowburn <petercowb...@gmail.com>         Sun, 8 Jun 2014 
18:38:31 +0100
Parents:   a38513ae795dc85bae016f303a7585cac0fc730e
Branches:  master

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

Log:
better intermediate sizing for people sidebar

Changed paths:
  M  styles/people.css


Diff:
diff --git a/styles/people.css b/styles/people.css
index 1666fc1..3841923 100644
--- a/styles/people.css
+++ b/styles/people.css
@@ -65,19 +65,30 @@ footer {
   }
   section.fullscreen .mainscreen {
     padding: 20px;
-    margin-left: -260px;
+    margin-left: -280px;
     float: right;
   }
   section.fullscreen .secondscreen {
-    width: 280px;
+    width: 230px;
     padding: 20px;
     float: left;
   }
+  .profile-side img {
+    width: 180px;
+    height: 180px;
+  }
 }
 @media (min-width: 66rem) {
   .fullscreen {
     width: 60rem;
   }
+  section.fullscreen .secondscreen {
+    width: 280px;
+  }
+  .profile-side img {
+    width: 230px;
+    height: 230px;
+  }
 }
 /* }}} */


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

Reply via email to