Changeset 30958
- Timestamp:
- 12/17/2014 05:35:04 PM (10 years ago)
- Location:
- branches/4.1
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1
- Property svn:mergeinfo changed
/trunk merged: 30953,30955-30956
- Property svn:mergeinfo changed
-
branches/4.1/src/wp-content/themes/twentyfifteen/css/editor-style.css
r30937 r30958 454 454 */ 455 455 456 body.rtl { 457 font-family: "Noto Serif", Tahoma, serif; 458 } 459 456 460 .rtl blockquote { 457 461 border-left: none; -
branches/4.1/src/wp-content/themes/twentyfifteen/rtl.css
r30814 r30958 127 127 } 128 128 129 .secondary-toggle:before {130 right: 0;131 left: auto;132 }133 134 .secondary-toggle.toggled-on:before {135 right: 0;136 left: auto;137 }138 139 129 .post-navigation .has-post-thumbnail a:before { 140 130 right: 0; -
branches/4.1/src/wp-content/themes/twentyfifteen/style.css
r30947 r30958 623 623 } 624 624 625 .search-form input[type="submit"], 626 .widget .search-form input[type="submit"] { 627 padding: 0; 628 } 629 625 630 626 631 /** … … 898 903 color: #333; 899 904 content: "\f419"; 900 line-height: 42px; 901 position: relative; 902 top: -1px; 903 left: 0; 905 line-height: 40px; 906 width: 40px; 904 907 } 905 908 … … 915 918 content: "\f405"; 916 919 font-size: 32px; 917 top: 0; 920 position: relative; 921 top: 1px; 918 922 left: -1px; 919 923 } … … 2879 2883 2880 2884 .secondary-toggle:before { 2881 line-height: 56px; 2885 line-height: 54px; 2886 width: 54px; 2882 2887 } 2883 2888 … … 3471 3476 3472 3477 .secondary-toggle:before { 3473 line-height: 64px; 3478 line-height: 62px; 3479 width: 62px; 3474 3480 } 3475 3481
Note: See TracChangeset
for help on using the changeset viewer.