diff options
Diffstat (limited to 'wp-includes/blocks/avatar/style.css')
-rw-r--r-- | wp-includes/blocks/avatar/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/wp-includes/blocks/avatar/style.css b/wp-includes/blocks/avatar/style.css new file mode 100644 index 0000000..8742c0f --- /dev/null +++ b/wp-includes/blocks/avatar/style.css @@ -0,0 +1,9 @@ +.wp-block-avatar{ + line-height:0; +} +.wp-block-avatar,.wp-block-avatar img{ + box-sizing:border-box; +} +.wp-block-avatar.aligncenter{ + text-align:center; +}
\ No newline at end of file |