Making WordPress.org

Changeset 11074


Ignore:
Timestamp:
06/29/2021 10:45:48 AM (4 years ago)
Author:
ocean90
Message:

Translate: Fix missing left border for some tables.

Fixes #5778.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/style.css

    r11070 r11074  
    474474}
    475475
    476 table.locales tr,
    477 table.glossary tr,
    478 table.locale-sub-projects tr,
    479 table.translation-sets tr,
    480 table.translations tr {
    481     box-shadow: -1px 0px 0px #72777c;
     476table.locales,
     477table.glossary,
     478table.locale-sub-projects,
     479table.translation-sets,
     480table.translations {
     481    border-left: 1px solid #72777c;
    482482}
    483483
     
    502502#legend .box {
    503503    border-color: #72777c;
     504    box-sizing: border-box;
    504505}
    505506
Note: See TracChangeset for help on using the changeset viewer.