diff --git a/src/web/static/css/style.css b/src/web/static/css/style.css index ee76e03..a04b3e6 100644 --- a/src/web/static/css/style.css +++ b/src/web/static/css/style.css @@ -53,8 +53,8 @@ p { margin-bottom: 5px; } body{ background: #b7d2ef; font-family: Arial, Verdana, sans-serif; -font-size: 0.8em; -line-height: 1.4; +font-size: 0.9em; +line-height: 1.3; font-weight: normal; } diff --git a/src/web/static/css/survey.css b/src/web/static/css/survey.css index 70b402a..bcf482c 100644 --- a/src/web/static/css/survey.css +++ b/src/web/static/css/survey.css @@ -87,9 +87,13 @@ float: left; margin: 5px; } +.content-pkg { +font-size: 0.8em; +line-height: 1.4; +} + .content-pkg ul li { margin-bottom: 10px; -font-size: } .radioButton, diff --git a/src/web/templates/survey.html b/src/web/templates/survey.html index 71e7288..4fe9528 100644 --- a/src/web/templates/survey.html +++ b/src/web/templates/survey.html @@ -96,6 +96,7 @@ $for pkg in pkg_details: