diff options
Diffstat (limited to 'common/gnome-shell/3.16/gnome-shell.css')
-rw-r--r-- | common/gnome-shell/3.16/gnome-shell.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css index 5b02b8e..76e83a9 100644 --- a/common/gnome-shell/3.16/gnome-shell.css +++ b/common/gnome-shell/3.16/gnome-shell.css @@ -909,7 +909,8 @@ StScrollBar { icon-size: 16px; } .message-title { - font-weight: bold; } + font-weight: bold; + padding: 2px 0 2px 0; } .message-content { padding: 8px; } |