Ticket #21151: 21151.2.diff
File 21151.2.diff, 1.2 KB (added by , 11 years ago) |
---|
-
wp-content/themes/twentyten/style.css
782 782 img.size-full, 783 783 img.size-large, 784 784 img.size-medium, 785 .attachment img { 785 .attachment img, 786 .widget-container img { 786 787 max-width: 100%; /* When images are too wide for containing element, force them to fit. */ 787 788 height: auto; /* Override height to match resized width for correct aspect ratio. */ 788 789 } … … 1130 1131 display: none; 1131 1132 } 1132 1133 .widget-container { 1134 word-wrap: break-word; 1135 -webkit-hyphens: auto; 1136 -moz-hyphens: auto; 1137 hyphens: auto; 1133 1138 margin: 0 0 18px 0; 1134 1139 } 1140 .widget-container .wp-caption img { 1141 margin: auto; 1142 } 1135 1143 .widget-title { 1136 1144 color: #222; 1137 1145 font-weight: bold; -
wp-content/themes/twentyeleven/style.css
1752 1752 font-size: 12px; 1753 1753 } 1754 1754 .widget { 1755 word-wrap: break-word; 1756 -webkit-hyphens: auto; 1757 -moz-hyphens: auto; 1758 hyphens: auto; 1755 1759 clear: both; 1756 1760 margin: 0 0 2.2em; 1757 1761 }