Changeset 1166

Show
Ignore:
Timestamp:
06/26/2008 03:14:15 AM (12 months ago)
Author:
DarTar
Message:

Changed position of license button in the footer, refs #708

Location:
branches/1.1.7-docs
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/1.1.7-docs/css/wikka.css

    r1165 r1166  
    5454 
    5555.license { 
    56         float:right; 
    57         margin-left: 10px; 
    58         margin-right: 0px; 
    59         margin-top: 10px; 
    60         margin-bottom: 1px; 
     56        float:right; 
     57        margin: 5px 5px 5px 10px; 
    6158} 
    6259 
  • branches/1.1.7-docs/templates/footer.php

    r1165 r1166  
    7777?>  
    7878<label for="src_phrase"><?php echo SEARCH_LABEL;?></label> <input id="src_phrase" name="phrase" size="15" class="searchbox" /> 
     79<?php echo $this->FormClose(); ?> 
     80</div><!-- end footer --> 
    7981<div class="license"> 
    8082        <?php echo $this->Action("license type='CC-BY-SA' display='button'"); ?> 
    8183</div> 
    82 <?php echo $this->FormClose(); ?> 
    83 </div><!-- end footer --> 
    84  
    8584<div class="smallprint"> 
    8685<?php echo $this->Link("http://validator.w3.org/check/referer", "", "Valid XHTML 1.0 Transitional") ?> ::