From 7f3c809fe8c9691a54cb065f0e331c7d041ed611 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 8 Jun 2010 15:00:58 -0400 Subject: [PATCH] response --- .../formating:_how_to_align_text_to_the_right.mdwn | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/forum/formating:_how_to_align_text_to_the_right.mdwn b/doc/forum/formating:_how_to_align_text_to_the_right.mdwn index 832a8cea3..0b3343649 100644 --- a/doc/forum/formating:_how_to_align_text_to_the_right.mdwn +++ b/doc/forum/formating:_how_to_align_text_to_the_right.mdwn @@ -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 `` 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]] -- 2.26.2