diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-08-07 21:05:47 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-08-07 21:05:47 +0200 |
commit | dfaa30d7e3718714f6d4080b154a0e55bdbb914e (patch) | |
tree | 6c49d242a64212acdc8537b877f850743d2288e5 /src | |
parent | 914d2f9440a829e009b42c5a242715bb26ca08a4 (diff) | |
download | website-dfaa30d7e3718714f6d4080b154a0e55bdbb914e.tar.xz |
Revert "about: Move left instead?"
This reverts commit 914d2f9440a829e009b42c5a242715bb26ca08a4.
Diffstat (limited to 'src')
-rw-r--r-- | src/about.rst | 2 | ||||
-rw-r--r-- | src/style.css | 5 |
2 files changed, 1 insertions, 6 deletions
diff --git a/src/about.rst b/src/about.rst index 9da80b3..165d156 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-left + :class: picture-right :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 905c7b2..795ef89 100644 --- a/src/style.css +++ b/src/style.css @@ -174,11 +174,6 @@ 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; |