aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorEv Bogue <ev@evbogue.com>2019-11-16 16:44:32 -0600
committerEv Bogue <ev@evbogue.com>2019-11-16 16:44:32 -0600
commitd7aa96addc75fae89ea33d1259f1c86cb83d5359 (patch)
tree7196c7cc43f4305571a85189ea305513441a985a /css
parent09baf61106f9e40f6ea444763197997b0e6c08b9 (diff)
add profile photos that are cropped to 250 by 250 and saved to your log
Diffstat (limited to 'css')
-rw-r--r--css/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 08b02ea..4726e84 100644
--- a/css/style.css
+++ b/css/style.css
@@ -202,6 +202,8 @@ form.search {
text-decoration: none;
}
+.avatar { width: 25px; height: 25px; vertical-align: middle; border-radius: 5px; margin-right: .2em; }
+
button {
display: inline-block;
*display: inline;