Changeset 3832 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/plugin/section/_faq.scss
- Timestamp:
- 08/19/2016 09:06:55 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/plugin/section/_faq.scss
r3828 r3832 18 18 19 19 dl { 20 border-bottom: 1px solid #eee;20 border-bottom: 1px solid $color__border; 21 21 } 22 22 23 23 dt { 24 border-top: 1px solid #eee;24 border-top: 1px solid $color__border; 25 25 cursor: pointer; 26 26 @include font-size( ms-unitless( ms(0) ) );
Note: See TracChangeset
for help on using the changeset viewer.