Changeset 4858 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/modules/_wporg-header.scss
- Timestamp:
- 02/03/2017 04:06:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/modules/_wporg-header.scss
r4779 r4858 53 53 } 54 54 } 55 56 /* Prevent the login link from being hidden on mobile devices. */57 @media screen and ( max-width: 782px ) {58 .wporg-support #wp-toolbar #wp-admin-bar-log-in {59 display: list-item;60 61 .ab-item {62 padding: 0 8px 0 7px;63 }64 }65 }
Note: See TracChangeset
for help on using the changeset viewer.