Making WordPress.org

Changeset 50


Ignore:
Timestamp:
07/01/2013 09:11:22 PM (12 years ago)
Author:
nacin
Message:

WP.org P2: Prevent action links (Reply/Follow/Log in) from overlapping page content.

File:
1 edited

Legend:

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

    r28 r50  
    157157.jetpack_subscription_widget input[type="submit"] {
    158158    padding:0 10px !important;
     159}
     160
     161/* Fix styling of action links which can clash with the content below it */
     162#main h4 {
     163    position: static;
     164}
     165#main ul#postlist li {
     166    position: relative;
     167}
     168#main span.meta span.actions {
     169    top: 6px;
    159170}
    160171
Note: See TracChangeset for help on using the changeset viewer.