diff options
author | marijus <mario@localhost.localdomain> | 2013-12-03 23:26:21 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2013-12-03 23:26:21 +0100 |
commit | 6d4a265ab27ab16c4cd6404876c91cb3ca0d5265 (patch) | |
tree | 217aec1b426e60408b3ef03d3ba9b3762274b8fd /view/theme | |
parent | 27e0f4e06123f3a3a9c6c064e21aec813585933a (diff) | |
download | volse-hubzilla-6d4a265ab27ab16c4cd6404876c91cb3ca0d5265.tar.gz volse-hubzilla-6d4a265ab27ab16c4cd6404876c91cb3ca0d5265.tar.bz2 volse-hubzilla-6d4a265ab27ab16c4cd6404876c91cb3ca0d5265.zip |
this should remain in style.css
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 51654aeaa..8251db4a2 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3237,3 +3237,10 @@ text-decoration: none; color: $toolicon_colour; margin-right: 10px; } + +/* message */ + +img.mail-list-sender-photo { + -moz-border-radius: $radiuspx; + border-radius: $radiuspx; +} |