Making WordPress.org

Changeset 7312


Ignore:
Timestamp:
06/16/2018 09:29:27 AM (7 years ago)
Author:
obenland
Message:

P2: Give sticky/private post indicator more room

Prevents the indicator from overlapping post meta and author bio elements.

Props seusmaniqbal.
Fixes #3585.

File:
1 edited

Legend:

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

    r6841 r7312  
    559559 * Sticky post
    560560 */
    561 .sticky .o2-post {
     561.post.sticky .o2-post {
    562562    border: 0;
    563563    border-top: 2px solid #ddd;
    564564    background: #e5f5fa;
     565    padding-top: 3em;
    565566    position: relative;
    566567}
     
    587588}
    588589
    589 .status-private .o2-post {
     590.post.status-private .o2-post {
     591    padding-top: 3em;
    590592    position: relative;
    591593}
Note: See TracChangeset for help on using the changeset viewer.