Skip to content

Commit

Permalink
fixed alignment of back to top link
Browse files Browse the repository at this point in the history
darcs-hash:20071017182454-23886-890b6ddd111e4d4334f4a47adec93880e01aa884.gz
  • Loading branch information
Michael Klier committed Oct 17, 2007
1 parent 46a71c2 commit f3604be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dokubook_design.css
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,7 @@ div.dokuwiki div#toolbox a.profile {
background: transparent url(images/tool-profile.png) 0px 1px no-repeat;
padding: 1px 0px 1px 18px;
}

div.dokuwiki a.top {
float: right;
}
2 changes: 2 additions & 0 deletions main.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@

<?php tpl_actionlink('top')?>

<div class="clearer"></div>

</div>

<?php flush()?>
Expand Down

0 comments on commit f3604be

Please sign in to comment.