diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index fbdb803e9..df8d34066 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1726,7 +1726,8 @@ img.mail-list-sender-photo { font-size: 0.833em; } -.wall-item-content { +.wall-item-content, +.page-body { font-size: $font_size; clear: both; } |