diff options
Diffstat (limited to 'common/gnome-shell/3.16')
-rw-r--r-- | common/gnome-shell/3.16/_common.scss | 1 | ||||
-rw-r--r-- | common/gnome-shell/3.16/gnome-shell.css | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/common/gnome-shell/3.16/_common.scss b/common/gnome-shell/3.16/_common.scss index 8eee1d2..5f9d48c 100644 --- a/common/gnome-shell/3.16/_common.scss +++ b/common/gnome-shell/3.16/_common.scss @@ -1158,6 +1158,7 @@ StScrollBar { .message-title { font-weight: bold; + padding: 2px 0 2px 0; } .message-content { padding: 8px; 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; } |