Changeset 3788 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
- Timestamp:
- 08/09/2016 06:06:41 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r3753 r3788 1183 1183 } 1184 1184 1185 .comment-list li { 1185 .comment-list li, 1186 #comment-preview { 1186 1187 margin-top: 2.5rem; 1187 1188 background: #fff; … … 1193 1194 overflow: auto; 1194 1195 } 1196 } 1197 1198 #comment-preview { 1199 clear:both; 1200 } 1201 1202 #comment-preview .comment-content { 1203 min-height: 6em; 1204 } 1205 1206 #comment-preview .spinner { 1207 background: url("/wp-includes/images/spinner-2x.gif") no-repeat scroll 0 50%; 1208 -webkit-background-size: 20px 20px; 1209 background-size: 20px 20px; 1210 margin: 0 0.5em; 1211 padding-left: 20px; 1195 1212 } 1196 1213
Note: See TracChangeset
for help on using the changeset viewer.