Changeset 21426
- Timestamp:
- 08/05/2012 07:56:42 PM (12 years ago)
- Location:
- trunk/wp-content/themes/twentytwelve
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/rtl.css
r21404 r21426 188 188 /* Minimum width of 600 pixels. */ 189 189 @media screen and (min-width: 600px) { 190 .entry-content p { 191 text-align: right; 192 } 190 193 .page-template-homepage-php .widget-area .widget_text img { 191 194 float: right; -
trunk/wp-content/themes/twentytwelve/style.css
r21410 r21426 766 766 margin: 0 0 1.714285714rem; 767 767 line-height: 1.714285714; 768 text-align: justify; 769 text-justify: distribute; 768 770 } 769 771 .entry-content ol, … … 1322 1324 /* Minimum width of 600 pixels. */ 1323 1325 @media screen and (min-width: 600px) { 1326 .entry-content p { 1327 text-align: left; 1328 text-justify: auto; 1329 } 1324 1330 #author-avatar { 1325 1331 float: left;
Note: See TracChangeset
for help on using the changeset viewer.