diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2013-04-28 22:33:01 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2013-04-28 22:33:01 +0200 |
commit | 58d7f8b32216cc22c9624b0898c2f2ef0c5d05b0 (patch) | |
tree | b4eb45276f530d423cfee07d65eebcb10be5a610 | |
parent | c84742b4db2400e9aa36541b1b1ed127946e26ec (diff) |
Updated mail address
-rw-r--r-- | content/pages/cv.rst | 5 | ||||
-rwxr-xr-x | theme/static/css/main.css | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/content/pages/cv.rst b/content/pages/cv.rst index 28e5f63..e5b1c7f 100644 --- a/content/pages/cv.rst +++ b/content/pages/cv.rst @@ -10,10 +10,13 @@ Dailly Sébastien Chef de projet Sefas Inovation +.. role:: rtl + + Contact ------- -:Email: contact—remove this part—@chimrod.com +:Email: :rtl:`moc.dormihc@tcatnoc` Compétences ----------- diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 31a2d33..c8c0a01 100755 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -297,3 +297,7 @@ div#page { padding: 5px 20px; } +.rtl { + direction:rtl; + unicode-bidi:bidi-override; +} |