From 8c78419bbba22cb88756656f85c8595e87f3e5a7 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 13 Oct 2006 19:08:42 +0200 Subject: [PATCH] Adding some padding to the bubbles text --- activities/web/stylesheet.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }