Making WordPress.org

Changeset 6433


Ignore:
Timestamp:
01/25/2018 07:28:56 PM (9 years ago)
Author:
obenland
Message:

Trac: Improve display on small screens.

Props alkesh7.
Fixes #2764.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css

    r5745 r6433  
    1313#content {
    1414        max-width: 940px; /* The width of the content area is smaller for proper padding. */
     15        padding: 0 10px;
    1516}
    1617
     
    637638        border-radius: 3px;
    638639        font-size: 13px;
     640}
     641input[name="description"] {
     642    width: 100%;
    639643}
    640644fieldset {
Note: See TracChangeset for help on using the changeset viewer.