Changeset 587
- Timestamp:
- 09/02/07 22:23:52 (12 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
CSS-Documentation (modified) (1 diff)
-
common/mvblog.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CSS-Documentation
r325 r587 42 42 span.log_post_commentsrss : tag for the RSS url for single post 43 43 span.log_post_trackbacklink : tag for the trackback url for single post 44 45 div.log_dossierinfo : container tag for dossier info and links to other articles in the dossier 46 47 div.log_dossierinfo a : hyperlink to the article 44 48 45 49 div.log_comment : container tag for comments on single post -
trunk/common/mvblog.php
r586 r587 444 444 <?php } ?> 445 445 </div> 446 </div> 447 <div class="log_dossierinfo"> 446 448 <?php 447 449 if ($row["dossier_id"]) { … … 459 461 } 460 462 ?> 461 <a name="comments"></a>462 463 </div> 463 464 <div class="log_comment"> 465 <a name="comments"></a> 464 466 <?php 465 467 if (!$errormode) {
