Changeset 10068 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
- Timestamp:
- 07/13/2020 10:40:31 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r9716 r10068 1088 1088 font-style: italic; 1089 1089 } 1090 1091 ul { 1092 margin-left: 25px; 1093 margin-left: 2.5rem; 1094 } 1090 1095 } 1091 1096 .param-hash { 1092 1097 margin-left: 1.2em; 1093 1098 margin-bottom: 0.5em; 1094 li {1099 > li { 1095 1100 margin-top: 1em; 1101 } 1102 li li { 1103 list-style-type: circle; 1104 } 1105 .param-hash > li { 1106 list-style-type: disc; 1096 1107 } 1097 1108 }
Note: See TracChangeset
for help on using the changeset viewer.