aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/themes/base-theme/template.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index d7ae7be51..7bd3b28cd 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -88,6 +88,7 @@ input.extend:focus {
input, select, textarea {
display: inline-block;
max-width: 100%;
+ font-size: inital;
}
input[type="radio"],
input[type="checkbox"] {
@@ -345,7 +346,7 @@ a.btn {
/*=== Tree */
.tree {
margin: 0;
- padding: 0 0 15em 0;
+ padding: 0;
list-style: none;
text-align: left;
}