Changeset 24309
- Timestamp:
- 05/20/2013 10:35:08 PM (13 years ago)
- Location:
- trunk/wp-content/themes/twentythirteen
- Files:
-
- 1 deleted
- 2 edited
-
css/editor-style-rtl.css (deleted)
-
css/editor-style.css (modified) (9 diffs)
-
style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/css/editor-style.css
r24308 r24309 3 3 Description: Used to style the TinyMCE editor. 4 4 */ 5 6 7 /** 8 * Table of Contents: 9 * 10 * 1.0 - Body 11 * 2.0 - Headings 12 * 3.0 - Text Elements 13 * 4.0 - Links 14 * 5.0 - Alignment 15 * 6.0 - Tables 16 * 7.0 - Images 17 * 8.0 - Post Formats 18 * 9.0 - RTL 19 * ---------------------------------------------------------------------------- 20 */ 21 22 23 /** 24 * 1.0 Body 25 * ---------------------------------------------------------------------------- 26 */ 5 27 6 28 html .mceContentBody { … … 19 41 20 42 /** 21 * Headings43 * 2.0 Headings 22 44 * ---------------------------------------------------------------------------- 23 45 */ … … 74 96 75 97 /** 76 * Text elements98 * 3.0 Text Elements 77 99 * ---------------------------------------------------------------------------- 78 100 */ … … 211 233 212 234 /** 213 * Links235 * 4.0 Links 214 236 * ---------------------------------------------------------------------------- 215 237 */ … … 240 262 241 263 /** 242 * Alignment264 * 5.0 Alignment 243 265 * ---------------------------------------------------------------------------- 244 266 */ … … 265 287 266 288 /** 267 * Tables289 * 6.0 Tables 268 290 * ---------------------------------------------------------------------------- 269 291 */ … … 303 325 304 326 /** 305 * Images327 * 7.0 Images 306 328 * ---------------------------------------------------------------------------- 307 329 */ … … 345 367 346 368 /** 347 * Post Formats369 * 8.0 Post Formats 348 370 * ---------------------------------------------------------------------------- 349 371 */ … … 490 512 color: #fbfaf3; 491 513 } 514 515 516 /** 517 * 9.0 RTL 518 * ---------------------------------------------------------------------------- 519 */ 520 521 html .mceContentBody.rtl { 522 direction: rtl; 523 unicode-bidi: embed; 524 } 525 526 .rtl ol, 527 .rtl ul { 528 padding: 0 40px 0 0; 529 } 530 531 .rtl .wp-caption, 532 .rtl tr th { 533 text-align: right; 534 } 535 536 .rtl td { 537 padding: 6px 0 6px 10px; 538 text-align: right; 539 } -
trunk/wp-content/themes/twentythirteen/style.css
r24286 r24309 21 21 * 1.0 - Reset 22 22 * 2.0 - Repeatable Patterns 23 * 3.0 - SiteStructure23 * 3.0 - Basic Structure 24 24 * 4.0 - Header 25 25 * 4.1 - Site Header … … 454 454 455 455 /** 456 * 2.0 Repeatable patterns456 * 2.0 Repeatable Patterns 457 457 * ---------------------------------------------------------------------------- 458 458 */
Note: See TracChangeset
for help on using the changeset viewer.