Make WordPress Core

Changeset 18126


Ignore:
Timestamp:
06/03/2011 09:00:49 AM (13 years ago)
Author:
markjaquith
Message:

Tighten up the Credits page so it's not so spaced out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/credits.php

    r18116 r18126  
    2626<style type="text/css">
    2727h3.wp-people-group, h3.wp-props-group { clear: both; }
    28 ul.wp-people-group { margin-bottom: 50px; }
     28ul.wp-people-group { margin-bottom: 30px; float: left; clear: both; }
    2929<?php if ( is_rtl() ) { ?>
    30 li.wp-person { float: right; height: 100px; width: 240px; margin-left: 20px; }
     30li.wp-person { float: right; height: 70px; width: 220px; margin-left: 10px; }
    3131li.wp-person img.gravatar { float: right; margin-left: 10px; margin-bottom: 10px; width: 60px; height: 60px }
    3232<?php } else { ?>
    33 li.wp-person { float: left; height: 100px; width: 240px; margin-right: 20px; }
     33li.wp-person { float: left; height: 70px; width: 220px; margin-right: 10px; }
    3434li.wp-person img.gravatar { float: left; margin-right: 10px; margin-bottom: 10px; width: 60px; height: 60px }
    3535<?php } ?>
Note: See TracChangeset for help on using the changeset viewer.