aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/template.css
diff options
context:
space:
mode:
authorGravatar romibi <romibi@bluewin.ch> 2017-06-21 13:35:35 +0200
committerGravatar romibi <romibi@bluewin.ch> 2017-06-21 13:35:35 +0200
commitd4cd72dd21a8bb9c959ac23311b24bc334ee0f8e (patch)
tree746e48fc147e694868c438a6cd54ca0cd9e2443f /p/themes/base-theme/template.css
parentd5c168b30810575b3e28a0dafd6acd68a035dec1 (diff)
Make feedlist padding a bit dynamic
Diffstat (limited to 'p/themes/base-theme/template.css')
-rw-r--r--p/themes/base-theme/template.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 277bb61b2..f1a09c50c 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -346,10 +346,15 @@ a.btn {
/*=== Tree */
.tree {
margin: 0;
- padding: 0 0 15em 0;
+ padding: 0 0 2em 0;
list-style: none;
text-align: left;
}
+
+.treepadding {
+ padding: 0 0 15em 0;
+}
+
.tree-folder-items {
padding: 0;
list-style: none;