Changeset 5024 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/faq/style.scss
- Timestamp:
- 03/01/2017 06:08:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/faq/style.scss
r4410 r5024 1 #faq {1 .plugin-faq { 2 2 h2:first-of-type { 3 3 font-size: ms( 2 ); … … 40 40 margin: 0 0 1rem; 41 41 42 .no-js & { 43 display: block; 44 } 45 42 46 & p { 43 47 margin: 0; … … 49 53 } 50 54 } 51 52 .no-js #faq dd {53 display: block;54 }
Note: See TracChangeset
for help on using the changeset viewer.