diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-08-02 11:40:07 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-08-02 11:40:07 +0200 |
commit | 914d2f9440a829e009b42c5a242715bb26ca08a4 (patch) | |
tree | d8863a590f2078a6548e4937455ffa3eca668305 /src | |
parent | b14e33198c74a940105e00e16178e00d121b082f (diff) | |
download | website-914d2f9440a829e009b42c5a242715bb26ca08a4.tar.xz |
about: Move left instead?
Diffstat (limited to 'src')
-rw-r--r-- | src/about.rst | 2 | ||||
-rw-r--r-- | src/style.css | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/about.rst b/src/about.rst index 165d156..9da80b3 100644 --- a/src/about.rst +++ b/src/about.rst @@ -21,7 +21,7 @@ life. .. image:: http://stackexchange.com/users/flair/425023.png :alt: Profile for kyrias on Stack Exchange - :class: picture-right + :class: picture-left :target: http://stackexchange.com/users/425023 Online you can find me in various places under different names, though in diff --git a/src/style.css b/src/style.css index 795ef89..905c7b2 100644 --- a/src/style.css +++ b/src/style.css @@ -174,6 +174,11 @@ img.picture-me { margin-right: 0.1rem; } +img.picture-left { + float: left; + margin-top: 0.25rem; + margin-right: 0.45rem; +} img.picture-right { float: right; margin-top: 0.25rem; |