Changeset 11733
- Timestamp:
- 04/01/2022 01:25:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/style.css
r11732 r11733 32 32 .gp-content table tbody tr:nth-child(2n):not(:hover) { 33 33 background-color: unset; 34 } 35 36 .gp-content .form-table { 37 width: auto; 38 border: 0; 39 } 40 41 .gp-content .form-table * { 42 border: inherit; 43 } 44 45 .gp-content .form-table tr { 46 background: none !important; 47 } 48 49 .gp-content .form-table th { 50 padding-right: 1rem; 51 } 52 53 .gp-content dt { 54 margin-bottom: 2px; 55 } 56 57 .gp-content dd { 58 margin: 0; 59 } 60 61 .gp-content dd + dt { 62 margin-top: 10px; 34 63 } 35 64 … … 451 480 } 452 481 453 .gp-content h2 a.glossary-link {454 margin-top: .25em;455 color: #006799;456 }457 458 482 .gp-content h3 { 459 padding: 0;483 font-size: 1.25rem; 460 484 margin: 2px 0 .6em; 461 485 } … … 470 494 p.description { 471 495 margin: 1em; 496 } 497 498 a.project-actions { 499 display: inline-block; 500 margin-bottom: 1rem; 501 } 502 503 a.project-actions:not(:hover):not(:focus) { 504 text-decoration: none; 505 } 506 507 a.project-actions.open { 508 display: inline-block; 509 margin-bottom: .5rem; 510 } 511 512 small code { 513 font-size: 1em; 472 514 } 473 515 … … 580 622 width: 100%; 581 623 float: none; 582 }583 584 table.glossary .editor .strings dt {585 margin-bottom: 2px;586 }587 588 table.glossary .editor .strings dd {589 margin: 0 0 10px;590 624 } 591 625 … … 2205 2239 } 2206 2240 2207 table.translations tr.preview > td.priority + td.original {2241 table.translations tr.preview:not(.has-warnings) > td.priority + td.original { 2208 2242 border-left: none; 2209 2243 }
Note: See TracChangeset
for help on using the changeset viewer.