Making WordPress.org

Changeset 2337


Ignore:
Timestamp:
01/20/2016 03:25:05 PM (11 years ago)
Author:
ocean90
Message:

WordPress.org Themes: Reset the padding for the filter links.

Also increase the min width of count bubble to keep the links from jumping around.

Fixes #1335.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/style-rtl.css

    r2142 r2337  
    11511151        display: inline-block;
    11521152        vertical-align: middle;
    1153         min-width: 4em;
     1153        min-width: 4.3em;
    11541154}
    11551155
     
    11791179        display: inline-block;
    11801180        margin: 0;
     1181        padding: 0;
    11811182}
    11821183
     
    12181219        margin: 0;
    12191220        padding: 3px 5px;
    1220         width: 280px;
     1221        width: 270px;
    12211222        font-size: 16px;
    12221223        font-weight: 300;
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/style.css

    r2142 r2337  
    11511151        display: inline-block;
    11521152        vertical-align: middle;
    1153         min-width: 4em;
     1153        min-width: 4.3em;
    11541154}
    11551155
     
    11791179        display: inline-block;
    11801180        margin: 0;
     1181        padding: 0;
    11811182}
    11821183
     
    12181219        margin: 0;
    12191220        padding: 3px 5px;
    1220         width: 280px;
     1221        width: 270px;
    12211222        font-size: 16px;
    12221223        font-weight: 300;
Note: See TracChangeset for help on using the changeset viewer.