Changeset 5836
- Timestamp:
- 08/23/2017 06:15:13 PM (7 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer
- Files:
-
- 2 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 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css
r5835 r5836 2339 2339 border-radius: 3px 0 0 3px; 2340 2340 } 2341 }2342 2343 @media (min-width: 571px) {2344 2341 .single-command .btn-group > a:last-child { 2345 2342 border-radius: 0 3px 3px 0;
Note: See TracChangeset
for help on using the changeset viewer.