diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/.DS_Store | bin | 6148 -> 6148 bytes | |||
-rw-r--r-- | res/blogstyle.css | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/res/.DS_Store b/res/.DS_Store index 5008ddfcf53c..6bbb484b850d 100644 --- a/res/.DS_Store +++ b/res/.DS_Store Binary files differdiff --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; |