Changeset 2733
- Timestamp:
- 07/08/08 22:05:06 (16 months ago)
- Location:
- branches/release-41
- Files:
-
- 3 modified
-
default_templates/entry.mtml (modified) (2 diffs)
-
default_templates/entry_summary.mtml (modified) (1 diff)
-
mt-static/themes-base/blog.css (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-41/default_templates/entry.mtml
r2619 r2733 60 60 <mt:If tag="EntryCategories"> 61 61 <div class="entry-categories"> 62 <h4 class="entry-categories-header"><__trans phrase="Categories"><span class="delimiter">:</span></h4>63 <ul class="entry-categories-list">64 <li class="entry-category"><mt:EntryCategories glue='<span class="delimiter">,</span></li> <li class="entry-category">'><a href="<$mt:CategoryArchiveLink$>" rel="tag"><$mt:CategoryLabel$></a></mt:EntryCategories></li>62 <h4><__trans phrase="Categories"><span class="delimiter">:</span></h4> 63 <ul> 64 <li><mt:EntryCategories glue='<span class="delimiter">,</span></li> <li class="entry-category">'><a href="<$mt:CategoryArchiveLink$>" rel="tag"><$mt:CategoryLabel$></a></mt:EntryCategories></li> 65 65 </ul> 66 66 </div> … … 69 69 <mt:EntryIfTagged> 70 70 <div class="entry-tags"> 71 <h4 class="entry-tags-header"><__trans phrase="Tags"><span class="delimiter">:</span></h4>72 <ul class="entry-tags-list">73 <li class="entry-tag"><mt:EntryTags glue='<span class="delimiter">,</span></li> <li class="entry-tag">'><a href="javascript:void(0)" onclick="location.href='<$mt:TagSearchLink encode_js="1"$>';return false;" rel="tag"><$mt:TagName$></a></mt:EntryTags></li>71 <h4><__trans phrase="Tags"><span class="delimiter">:</span></h4> 72 <ul> 73 <li><mt:EntryTags glue='<span class="delimiter">,</span></li> <li>'><a href="javascript:void(0)" onclick="location.href='<$mt:TagSearchLink encode_js="1"$>';return false;" rel="tag"><$mt:TagName$></a></mt:EntryTags></li> 74 74 </ul> 75 75 </div> -
branches/release-41/default_templates/entry_summary.mtml
r2604 r2733 26 26 <mt:EntryIfTagged> 27 27 <div class="entry-tags"> 28 <h4 class="entry-tags-header"><__trans phrase="Tags"><span class="delimiter">:</span></h4>29 <ul class="entry-tags-list">30 <li class="entry-tag"><mt:EntryTags glue='<span class="delimiter">,</span></li> <li class="entry-tag">'><a href="javascript:void(0)" onclick="location.href='<$mt:TagSearchLink encode_js="1"$>';return false;" rel="tag"><$mt:TagName$></a></mt:EntryTags></li>28 <h4><__trans phrase="Tags"><span class="delimiter">:</span></h4> 29 <ul> 30 <li><mt:EntryTags glue='<span class="delimiter">,</span></li> <li>'><a href="javascript:void(0)" onclick="location.href='<$mt:TagSearchLink encode_js="1"$>';return false;" rel="tag"><$mt:TagName$></a></mt:EntryTags></li> 31 31 </ul> 32 32 </div> -
branches/release-41/mt-static/themes-base/blog.css
r2724 r2733 349 349 } 350 350 351 .entry-tags -header,352 .entry-categories -header{351 .entry-tags h4, 352 .entry-categories h4 { 353 353 margin-bottom: 0; 354 354 margin-right: .25em; … … 357 357 } 358 358 359 .entry-tags -list,360 .entry-categories -list{359 .entry-tags ul, 360 .entry-categories ul { 361 361 display: inline; 362 362 list-style: none; … … 364 364 padding-left: 0; 365 365 } 366 .entry-tags -list .entry-tag,367 .entry-categories -list .entry-category{366 .entry-tags ul li, 367 .entry-categories ul li { 368 368 display: inline; 369 369 } … … 459 459 } 460 460 461 .widget-list, /*legacy selector*/462 .archive-list, /*legacy selector*/463 461 .archive-content ul, 464 .widget .widget-content ul {462 .widget-content ul { 465 463 margin: 0; 466 464 padding: 0; … … 468 466 } 469 467 470 .widget .widget-content ul ul, 471 .widget .widget-list .widget-list { /*legacy selector*/ 468 .widget-content ul ul { 472 469 margin-left: 15px; 473 470 } 474 471 475 .widget-content li, 476 .widget-list-item { /*legacy selector*/ 472 .widget-content li { 477 473 margin-top: 5px; 478 474 margin-bottom: 5px; 479 475 } 480 476 481 .widget-tag-cloud .widget-content ul, 482 .widget-tag-cloud .widget-list { /*legacy selector*/ 477 .widget-tag-cloud .widget-content ul { 483 478 margin-right: 0; 484 479 margin-left: 0; 485 480 } 486 481 487 .widget-tag-cloud .widget-content li, 488 .widget-tag-cloud .widget-list-item { /*legacy selector*/ 482 .widget-tag-cloud .widget-content li { 489 483 display: inline; 490 484 margin: 0 5px 0 0; … … 510 504 } 511 505 512 .widget-recent-assets .widget-content ul, 513 .widget-recent-assets .widget-content .widget-list { /*legacy selector*/ 506 .widget-recent-assets .widget-content ul { 514 507 overflow: auto; 515 508 margin-right: 0;
