summaryrefslogtreecommitdiffstats
path: root/src/style.css
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-12-13 00:28:18 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-12-13 00:32:23 +0100
commit3de9ef9ea5a4d46cbf99e83342df216cf7b48bfd (patch)
tree1e777b3f7ef35d94f0b2b399e948dbee1156bf65 /src/style.css
parentbdfca3a7982d66355395e46a6d63910402db171c (diff)
downloadwebsite-3de9ef9ea5a4d46cbf99e83342df216cf7b48bfd.tar.xz
Add picture of myself to about page
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index 6753c86..ffcf93f 100644
--- a/src/style.css
+++ b/src/style.css
@@ -114,6 +114,14 @@ blockquote:after {
color: #ccc;
}
+img.picture-me {
+ float: right;
+ border: 2px solid;
+ border-color: black;
+ margin-left: 0.45rem;
+ margin-right: 0.1rem;
+}
+
tt.literal {
font-size: 0.75rem;
}