diff options
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index 4b2e88aae..53c33e6e8 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -353,6 +353,10 @@ h6 { font-size: 0.8em; } #elgg_topbar_container_left img { margin:2px 0 0 5px; } +#elgg_topbar_container_left .user_mini_avatar { + border:1px solid #eeeeee; + margin:0 0 0 20px; +} #elgg_topbar_container_right { padding:4px 0 0 0; } |