diff options
Diffstat (limited to 'res/blogstyle.css')
-rw-r--r-- | res/blogstyle.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/blogstyle.css b/res/blogstyle.css index 8c065c53ce20..63330a97751b 100644 --- a/res/blogstyle.css +++ b/res/blogstyle.css @@ -43,6 +43,10 @@ body { text-align:center; } +.rightbox { + text-align:right; +} + .innerBox { width: 100%; margin-top: 20px; |