Changeset 7312
- Timestamp:
- 06/16/2018 09:29:27 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r6841 r7312 559 559 * Sticky post 560 560 */ 561 . sticky .o2-post {561 .post.sticky .o2-post { 562 562 border: 0; 563 563 border-top: 2px solid #ddd; 564 564 background: #e5f5fa; 565 padding-top: 3em; 565 566 position: relative; 566 567 } … … 587 588 } 588 589 589 .status-private .o2-post { 590 .post.status-private .o2-post { 591 padding-top: 3em; 590 592 position: relative; 591 593 }
Note: See TracChangeset
for help on using the changeset viewer.