diff options
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 788220466..f0168d469 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -477,6 +477,11 @@ div#foot a:hover { list-style: none; } +ul.compact{ + padding: 0; + margin: 0; +} + .help-text{ max-height: 250px; overflow: auto; |