summaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-08-06 11:58:40 +0200
committerTor Andersson <tor@ccxvii.net>2022-08-06 11:59:32 +0200
commit7dfe4ebbf43d16f8ecc36b8ec8100b840dd96148 (patch)
treebbd032aba2ec31f18b0aa3ed5bf8bafded42b96c /public/style.css
parent6a72d2b30417c68e74b77d8dc6699573f9e033d5 (diff)
downloadserver-7dfe4ebbf43d16f8ecc36b8ec8100b840dd96148.tar.gz
Zap gravatars!
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css7
1 files changed, 0 insertions, 7 deletions
diff --git a/public/style.css b/public/style.css
index 330e8f4..6298195 100644
--- a/public/style.css
+++ b/public/style.css
@@ -35,13 +35,6 @@ header nav a:hover { color: blue; }
article { margin: 2em; }
article p, article dl, article ul { max-width: 50rem; }
-img.avatar {
- float: left; margin: 0 20px 5px 0;
- box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
- width: 80px;
- height: 80px;
-}
-
div.logo {
float: left;
margin: 0 20px 5px 0;