Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activities
diff options
context:
space:
mode:
Diffstat (limited to 'activities')
-rw-r--r--activities/web/stylesheet.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/activities/web/stylesheet.py b/activities/web/stylesheet.py
index dd15e54..eefb91c 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
}