master
Joey Hess 2010-06-08 15:00:58 -04:00
parent 73bb42ccf0
commit 7f3c809fe8
1 changed files with 12 additions and 0 deletions

View File

@ -1 +1,13 @@
as in title, how to align text to the right?
> Add to your local.css a class that aligns text to the right:
.alignright { text-align: right; }
> And then you just just use `<span class="alignright">` around
> other html.
>
> You can refine that, and allow right-aligning markdowned text
> by using the [[ikiwiki/directive/template]]
> directive, with a template that contains the html. The
> [[templates/note]] template does something similar. --[[Joey]]