Commit:    7281fd2806a558814e6de98dac00c4373a375378
Author:    Kadet <kadet1...@gmail.com>         Sun, 15 Jun 2014 23:08:26 +0200
Parents:   ea83e5aaf62907197d9b6705750063d3190a1bc1
Branches:  master

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

Log:
Fixed user data display.

Changed paths:
  M  styles/people.css


Diff:
diff --git a/styles/people.css b/styles/people.css
index 54ea637..546101c 100644
--- a/styles/people.css
+++ b/styles/people.css
@@ -12,52 +12,46 @@ footer {
 /* }}} */
 
 /* {{{ Users List: */
+.twrapper {
+  padding: 15px 0;
+  background: #F2F4F6;
+}
 table {
   padding-right: 0;
   box-shadow: 0 0 1px #4F5B93;
 }
-
 th {
   text-align: left;
 }
-
 th:first-child {
   width: 32px;
 }
-
 table .gravatar img {
   display: block;
   height: 32px;
   width: 32px;
   border-radius: 3px;
 }
-
 a.pagination {
   color: white;
   border-bottom: none;
 }
-
 a.pagination:hover {
   color: #4F5B93;
 }
-
 a.pagination.next {
   float: right;
 }
-
 a.pagination.prev {
   float: left;
 }
-
 tfoot th {
   text-align: center;
 }
-
 table .username a {
   display: block;
   border-bottom: none;
 }
-
 span.page {
   color: white;
 }
@@ -226,7 +220,6 @@ html, body {
 .wrap > section.fullscreen {
   background: #fff;
   height: 100%;
-  margin: 40px auto;
 }
 footer {
   display: table-row;


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

Reply via email to