Changeset 3555
- Timestamp:
- 06/22/2016 03:20:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r3551 r3555 185 185 border: 0; 186 186 } 187 188 /* 189 * Private post status 190 */ 191 article.status-private { 192 background: #fef0f0; 193 } 194 195 .status-private .o2-post { 196 position: relative; 197 } 198 199 .status-private .o2-post:after { 200 content: "\f530"; 201 font-family: dashicons; 202 position: absolute; 203 top: -2px; 204 right: 45px; 205 color: #FFF; 206 font-size: 18px; 207 padding: 13px 5px 0px; 208 background: #dc3232 ; 209 }
Note: See TracChangeset
for help on using the changeset viewer.