aboutsummaryrefslogtreecommitdiff
path: root/fastiv.c
diff options
context:
space:
mode:
Diffstat (limited to 'fastiv.c')
-rw-r--r--fastiv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fastiv.c b/fastiv.c
index f3b48ca..9423b88 100644
--- a/fastiv.c
+++ b/fastiv.c
@@ -1160,7 +1160,8 @@ static const char stylesheet[] = "@define-color fiv-tile @content_view_bg; \
fiv-browser.item.symbolic { \
border-color: transparent; color: shade(@theme_bg_color, 0.875); \
background: @theme_bg_color; background-image: none; \
- }";
+ } \
+ .fiv-information label { padding: 0 4px; }";
int
main(int argc, char *argv[])