Changeset 1166
- Timestamp:
- 06/26/2008 03:14:15 AM (2 years ago)
- Location:
- branches/1.1.7-docs
- Files:
-
- 2 modified
-
css/wikka.css (modified) (1 diff)
-
templates/footer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1.7-docs/css/wikka.css
r1165 r1166 54 54 55 55 .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; 61 58 } 62 59 -
branches/1.1.7-docs/templates/footer.php
r1165 r1166 77 77 ?> 78 78 <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 --> 79 81 <div class="license"> 80 82 <?php echo $this->Action("license type='CC-BY-SA' display='button'"); ?> 81 83 </div> 82 <?php echo $this->FormClose(); ?>83 </div><!-- end footer -->84 85 84 <div class="smallprint"> 86 85 <?php echo $this->Link("http://validator.w3.org/check/referer", "", "Valid XHTML 1.0 Transitional") ?> ::