Changeset 5836 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
- Timestamp:
- 08/23/2017 06:15:13 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r5835 r5836 2013 2013 position: relative; 2014 2014 2015 &:first-child{2016 @media(min-width: 571px){2015 @media(min-width: 571px) { 2016 &:first-child { 2017 2017 right: -6px; 2018 2018 border-radius: 3px 0 0 3px; 2019 2019 } 2020 } 2021 &:last-child { 2022 @media(min-width: 571px) { 2020 &:last-child { 2023 2021 border-radius: 0 3px 3px 0; 2024 2022 }
Note: See TracChangeset
for help on using the changeset viewer.