diff options
Diffstat (limited to 'src/style.css')
-rw-r--r-- | src/style.css | 8 |
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; } |