diff options
author | "Vincent Ambo ext:(%22) <tazjin@me.com> | 2012-02-23T02·30+0100 |
---|---|---|
committer | "Vincent Ambo ext:(%22) <tazjin@me.com> | 2012-02-23T02·30+0100 |
commit | 2fa129e7e3107dee64d855df4260dbc9f2188a83 (patch) | |
tree | d5a88ae23c496d12d27e91cd15347276197fd6de /res | |
parent | 47c8d9a96d8532931c4415230e9385470062d907 (diff) |
* blog footer, language handling, emptyTest
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; |