Making WordPress.org


Ignore:
Timestamp:
06/12/2016 07:58:50 AM (10 years ago)
Author:
obenland
Message:

Plugin Directory: Update category styles in meta widget.

See #1573.

File:
1 edited

Legend:

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

    r3261 r3337  
    9999
    100100        li {
     101                border-top: 1px solid #eee;
    101102                padding: 0.5rem 0;
    102                 border-top: 1px solid #eee;
     103        }
     104
     105        .tags {
     106                float: right;
     107                text-align: right;
     108                width: 70%;
     109        }
     110
     111        [rel="tag"] {
     112                background: #eee;
     113                border-radius: 2px;
     114                color: #000;
     115                display: inline-block;
     116                @include font-size( ms-unitless( ms(-4) ) );
     117                margin: 2px;
     118                padding: 3px 6px;
     119                position: relative;
     120                white-space: nowrap;
     121                width: auto;
     122
     123                &:hover {
     124                        background: #f3f3f3;
     125                }
     126                &:active {
     127                        background: #dfdfdf;
     128                }
    103129        }
    104130}
Note: See TracChangeset for help on using the changeset viewer.