X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit-ng%2Fstatic%2Fcss%2Fwebcit.css;h=f2cc68abc0e99bee66db92f4b1b79734487c5c12;hb=acb889b256303945ce8155849822c3e4d1f22d79;hp=1bea8139baff3987a090ac1202c0527b17c8ddd5;hpb=debc07dc6e5d3a2a77f75a85899911ee6a394b6b;p=citadel.git diff --git a/webcit-ng/static/css/webcit.css b/webcit-ng/static/css/webcit.css index 1bea8139b..f2cc68abc 100644 --- a/webcit-ng/static/css/webcit.css +++ b/webcit-ng/static/css/webcit.css @@ -1,4 +1,4 @@ -/* Copyright (c) 1996-2018 by Art Cancro and the citadel.org team. +/* Copyright (c) 1996-2019 by Art Cancro and the citadel.org team. ** This program is open source software. You can redistribute it and/or ** modify it under the terms of the GNU General Public License, version 3. */ @@ -18,6 +18,16 @@ div.ctdl-msg-wrapper padding: 4px; /* inside the box */ } +div.ctdl-avatar +{ + width: 32px; +} + +div.ctdl-msg-content +{ + margin-left: 32px; +} + div.ctdl-avatar { float: left;