diff --git a/static/css/grellyd.css b/static/css/grellyd.css index 2c134cf..88db9b9 100644 --- a/static/css/grellyd.css +++ b/static/css/grellyd.css @@ -89,8 +89,12 @@ form { list-style-type: none; } -.formList { +ul .formList { padding: 10px; list-style-type: none; line-height: normal; } + +li .formList { + margin-top: 10px; +}