summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-04-08 11:20:15 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-04-08 11:20:15 +0200
commitdbead5879a786111253fa75692f6df8fa09767c0 (patch)
tree532189c63ac16122df87a0e72070828e5513f9ad
parent658dc02d10b31331b5fb841589ef372c500962fd (diff)
More padding bottom menu
https://github.com/FreshRSS/FreshRSS/issues/1479
-rw-r--r--p/themes/base-theme/template.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index cc36c3ffa..d7ae7be51 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -345,7 +345,7 @@ a.btn {
/*=== Tree */
.tree {
margin: 0;
- padding: 0;
+ padding: 0 0 15em 0;
list-style: none;
text-align: left;
}