Ticket #21739: 21739.1.diff
| File 21739.1.diff, 891 bytes (added by obenland, 9 months ago) |
|---|
-
wp-content/themes/twentytwelve/style.css
1302 1302 @media screen and (min-width: 600px) { 1303 1303 .entry-content p, 1304 1304 .entry-summary p { 1305 text-align: left;1305 text-align: inherit; 1306 1306 text-justify: auto; 1307 1307 } 1308 1308 #author-avatar { -
wp-content/themes/twentytwelve/rtl.css
189 189 .site-header h2 { 190 190 text-align: right; 191 191 } 192 .entry-content p,193 .entry-summary p {194 text-align: right;195 }196 192 .template-home .widget-area .widget_text img { 197 193 float: right; 198 194 margin: 8px 0 8px 24px;
