Skip to:
Content

BuddyPress.org

Changeset 12900


Ignore:
Timestamp:
04/20/2021 07:42:21 PM (3 years ago)
Author:
imath
Message:

Administration: improve indentation in common styles file

See #8448

Location:
trunk/src/bp-core/admin/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/admin/css/common-rtl.css

    r12739 r12900  
    305305#adminmenu .toplevel_page_network-tools div.wp-menu-image:before {
    306306    content: "";
     307}
     308
     309body.tools-php .bp-tools dt {
     310    font-size: 1.1em;
     311    color: #646970;
     312    font-weight: 600;
     313    margin: 1em 0 0.5em 0;
     314}
     315
     316body.tools-php .bp-tools dd {
     317    margin: 0;
    307318}
    308319
  • trunk/src/bp-core/admin/css/common.css

    r12897 r12900  
    308308
    309309body.tools-php .bp-tools dt {
    310     font-size: 1.1em;
    311     color: #646970;
    312     font-weight: 600;
    313     margin: 1em 0 0.5em 0;
     310    font-size: 1.1em;
     311    color: #646970;
     312    font-weight: 600;
     313    margin: 1em 0 0.5em 0;
    314314}
    315315
    316316body.tools-php .bp-tools dd {
    317     margin: 0;
     317    margin: 0;
    318318}
    319319
Note: See TracChangeset for help on using the changeset viewer.