Changeset 2441
- Timestamp:
- 02/01/2016 07:52:00 PM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/style
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/forum-wp4-rtl.css
r1824 r2441 111 111 padding-right: 0; 112 112 } 113 114 .callout-tip { 115 padding: 15px 46 15px 40px; 116 } 117 118 .tipicon:before { 119 left: auto; 120 right: 10px; 121 } -
sites/trunk/wordpress.org/public_html/style/forum-wp4.css
r1824 r2441 487 487 } 488 488 489 /* New Post Form */ 490 .callout-tip { 491 position: relative; 492 overflow: auto; 493 background: #eff7ed; 494 border: 1px solid #64b450; 495 border-bottom: 3px solid #64b450; 496 margin-bottom: 1.5em; 497 padding: 15px 40px 15px 46px; 498 } 499 500 .callout-tip ul { 501 margin-bottom: 5px !important; 502 } 503 504 .tipicon:before { 505 position: absolute; 506 top: 12px; 507 left: 10px; 508 width: 20px; 509 height: 20px; 510 font-size: 26px; 511 content: "\f339"; 512 font-family: "dashicons"; 513 color: #64b450; 514 } 515 489 516 @media screen and ( max-width: 960px ) { 490 517 .col-6, .col-7, .col-8, .col-10, .col-12 {
Note: See TracChangeset
for help on using the changeset viewer.