Making WordPress.org


Ignore:
Timestamp:
10/27/2017 06:47:58 PM (8 years ago)
Author:
obenland
Message:

Main: Style updates.

  • Fixes a bug where pages were misaligned.
  • Underlines links in entry content and lists. Fixes #3216.
  • Improves comment metadata and reply.
  • Adds wporg header styles in case we ever get to a point where we can ditch wp4.css.

See #2861.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/css/components/_comments.scss

    r5939 r6058  
    2929            border-top: 1px solid #eaeaea;
    3030            padding: 1.6em 0;
     31        }
     32
     33        article:not(:only-child) {
     34            padding-bottom: 0;
     35        }
     36
     37        article + .comment-respond {
     38            padding-bottom: 1.6em;
    3139        }
    3240
     
    6472        a {
    6573            color: #777;
    66             border-bottom: 1px solid #dfdfdf;
    67 
    68             &:hover,
    69             &:focus {
    70                 color: #d54e21;
    71                 border-bottom-color: #d54e21;
    72             }
    7374        }
    7475    }
    7576
    7677    .comment-metadata {
     78        font-size: ms( -2 );
    7779        margin-bottom: 1.6em;
    7880
Note: See TracChangeset for help on using the changeset viewer.