Changeset 4684 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/modules/_wporg-header.scss
- Timestamp:
- 01/14/2017 03:38:10 AM (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
r4248 r4684 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.