Changeset 9407
- Timestamp:
- 01/22/2020 12:35:41 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/stylesheets/callout-boxes.css
r6357 r9407 1 1 .callout { 2 padding: 1 em 3em 1em 3.7em;2 padding: 1.5em 3em 1.6em 3.7em; 3 3 margin-bottom: 1.5em; 4 4 overflow: auto; … … 9 9 } 10 10 .callout p { 11 margin-bottom: 0.6em !important;12 margin-top: 0.5em !important;11 margin-bottom: 0.6em; 12 margin-top: 0.5em; 13 13 } 14 .callout p ~ p { 15 margin-top: 1em; 14 .callout p:first-child { 15 margin-top: 0; 16 } 17 .callout p:last-child { 18 margin-bottom: 0; 16 19 } 17 20 .callout:before {
Note: See TracChangeset
for help on using the changeset viewer.