Making WordPress.org


Ignore:
Timestamp:
06/14/2016 10:06:13 AM (9 years ago)
Author:
obenland
Message:

Plugin Directory: Minor style tweaks.

Improves display of global search bar, local search bar, and categories.

See #1573, #1719.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/secondary/_widgets.scss

    r3337 r3353  
    9292}
    9393
    94 .plugin-meta ul {
    95     @include font-size( ms-unitless( ms(-2) ) );
    96     list-style-type: none;
    97     margin: 0;
    98     padding: 0;
     94.plugin-meta {
     95    @extend .clear;
     96
     97    ul {
     98        @include font-size( ms-unitless( ms( -2 ) ) );
     99        list-style-type: none;
     100        margin: 0;
     101        padding: 0;
     102    }
    99103
    100104    li {
     
    106110        float: right;
    107111        text-align: right;
    108         width: 70%;
     112        width: 60%;
    109113    }
    110114
Note: See TracChangeset for help on using the changeset viewer.