aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-04-08 11:25:20 +0200
committerGravatar GitHub <noreply@github.com> 2017-04-08 11:25:20 +0200
commit8af3c9841e7040b91282f24cdccc0e215c52ceef (patch)
tree1f111a908789ee42baeb9926d68c1f44862f8df7 /p
parent658dc02d10b31331b5fb841589ef372c500962fd (diff)
parent0e4ae1719b68a51bf8425da92daf720848b54fcb (diff)
Merge pull request #1489 from Alkarex/bottom-padding-menu
Bottom padding menu
Diffstat (limited to 'p')
-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;
}