diff --git a/activities/web/stylesheet.py b/activities/web/stylesheet.py index dd15e54b..eefb91c7 100644 --- a/activities/web/stylesheet.py +++ b/activities/web/stylesheet.py @@ -8,5 +8,6 @@ bubble_Bubble = { bubble_Text = { 'color' : 0x000000FF, - 'font' : '14px' + 'font' : '14px', + 'padding' : 5 }