Changeset 1751
- Timestamp:
- 07/18/2015 02:37:57 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/translate.wordpress.org/public_html/gp-templates/style.css
r1734 r1751 123 123 } 124 124 125 table.translations tr .even,125 table.translations tr:nth-child(4n+3), 126 126 .translation-sets tr, 127 127 .locales tr { … … 129 129 } 130 130 131 .translation-sets tr.odd:hover, 132 .locales tr.odd:hover, 131 .translations tr.preview:hover, 132 .translation-sets tr:nth-child(odd):hover, 133 .locales tr:nth-child(odd):hover, 133 134 .translation-sets tr:hover, 134 135 .locales tr:hover, … … 572 573 } 573 574 575 .projects .project-icon .icon img { 576 width: 128px; 577 height: auto; 578 } 579 574 580 .projects .project-status { 575 581 font-size: 13px; … … 679 685 .project-box .project-icon .wordpress-icon span { 680 686 color: #fff; 687 } 688 689 .projects .project-icon .icon img { 690 width: 64px; 691 height: auto; 681 692 } 682 693
Note: See TracChangeset
for help on using the changeset viewer.