Changeset 587

Show
Ignore:
Timestamp:
09/02/07 22:23:52 (12 months ago)
Author:
michiel
Message:

wrap the dossierinfo in a div so it can be styled.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/CSS-Documentation

    r325 r587  
    4242                                        span.log_post_commentsrss : tag for the RSS url for single post 
    4343                                        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 
    4448 
    4549                        div.log_comment : container tag for comments on single post 
  • trunk/common/mvblog.php

    r586 r587  
    444444                                <?php } ?> 
    445445                        </div> 
     446                </div> 
     447                <div class="log_dossierinfo"> 
    446448                        <?php 
    447449                        if ($row["dossier_id"]) { 
     
    459461                        } 
    460462                        ?> 
    461                         <a name="comments"></a> 
    462463                </div> 
    463464                <div class="log_comment"> 
     465                        <a name="comments"></a> 
    464466                        <?php 
    465467                        if (!$errormode) {