Changeset 21434
- Timestamp:
- 08/05/2012 09:34:56 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/rtl.css
r21432 r21434 9 9 */ 10 10 11 12 body { 13 direction: rtl; 14 unicode-bidi: embed; 15 } 11 16 caption, 12 17 th, … … 82 87 -------------------------------------------------------------- */ 83 88 84 .entry-content li { 89 .entry-content li, 90 .comment-content li { 85 91 margin: 0 24px 0 0; 86 } 87 .entry-content td { 92 margin: 0 1.714285714rem 0 0; 93 } 94 .entry-content td, 95 .comment-content td { 88 96 padding: 6px 0 6px 10px; 89 97 } … … 132 140 margin-right: 48px; 133 141 margin-right: 3.428571429rem; 142 margin-left: auto; 134 143 } 135 144 … … 143 152 float: right; 144 153 margin: -18px -16px 0 0; 154 margin: -1.285714286rem -1.142857143rem 0 0; 145 155 } 146 156 … … 152 162 float: right; 153 163 margin: 8px 0 8px 24px; 164 margin: 0.571428571rem 0 0.571428571rem 1.714285714rem; 154 165 } 155 166 … … 185 196 /* Minimum width of 600 pixels. */ 186 197 @media screen and (min-width: 600px) { 198 .site-content, 199 .page-template-homepage-php.has-post-thumbnail article { 200 float: right; 201 } 202 .widget-area, 203 .entry-page-image { 204 float: left; 205 } 206 .site-header h1, 207 .site-header h2 { 208 text-align: right; 209 } 187 210 .entry-content p { 188 211 text-align: right;
Note: See TracChangeset
for help on using the changeset viewer.