Changeset 24706
- Timestamp:
- 07/15/2013 04:52:14 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/css/editor-style.css
r24657 r24706 395 395 .post-format-audio { 396 396 background-color: #db572f; 397 padding-left: 120px;398 397 } 399 398 … … 405 404 background: url(../images/dotted-line.png) repeat-y 85px 0; 406 405 background-size: 4px 4px; 407 -webkit-font-smoothing: antialiased; 406 content: "\f109"; 407 display: block; 408 float: left; 408 409 font-family: Genericons; 409 410 font-size: 64px; 410 content: "\f109"; 411 float: left; 411 -webkit-font-smoothing: antialiased; 412 height: 100%; 413 line-height: 1; 412 414 width: 120px; 413 display: block;414 height: 100%;415 position: absolute;416 left: 0;417 top: 4px;418 415 } 419 416 … … 508 505 content: ""; 509 506 display: block; 507 float: left; 510 508 height: 100%; 511 position: absolute; 512 left: 15px; 513 top: 0; 509 position: relative; 510 left: -30px; 514 511 width: 1px; 515 512 } … … 567 564 margin-right: 24px; 568 565 } 566 567 .rtl.post-format-audio:before, 568 .rtl.post-format-status:before, 569 .rtl.post-format-status > p:first-child:before { 570 background: none; 571 content: none; 572 }
Note: See TracChangeset
for help on using the changeset viewer.