Changeset 4245
- Timestamp:
- 10/15/2016 09:53:19 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r4237 r4245 293 293 294 294 /* 295 * Sticky post 296 */ 297 .sticky .o2-post { 298 border: 0; 299 border-top: 2px solid #ddd; 300 background: #e5f5fa; 301 position: relative; 302 } 303 304 .sticky .o2-post:after { 305 content: "\f109"; 306 font-family: dashicons; 307 position: absolute; 308 top: -2px; 309 right: 45px; 310 color: #fff; 311 font-size: 18px; 312 padding: 13px 5px 0px; 313 background: #00a0d2; 314 } 315 316 317 /* 295 318 * Private post status 296 319 */ … … 310 333 top: -2px; 311 334 right: 45px; 312 color: # FFF;335 color: #fff; 313 336 font-size: 18px; 314 337 padding: 13px 5px 0px;
Note: See TracChangeset
for help on using the changeset viewer.