From 014cabc90d3da127780da1f2064efc15a82f4904 Mon Sep 17 00:00:00 2001 From: Valessio Soares de Brito Date: Wed, 27 Jul 2011 18:49:03 -0300 Subject: [PATCH] fix small style --- src/web/static/css/style.css | 4 ++-- src/web/static/css/survey.css | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/web/static/css/style.css b/src/web/static/css/style.css index 3ef57b0..ee76e03 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.9em; -line-height: 1.1; +font-size: 0.8em; +line-height: 1.4; font-weight: normal; } diff --git a/src/web/static/css/survey.css b/src/web/static/css/survey.css index 8e03f60..927a21a 100644 --- a/src/web/static/css/survey.css +++ b/src/web/static/css/survey.css @@ -155,6 +155,10 @@ background: white; float: right; } +#panel-controls legend { +font-weight: bold; +} + #next-button { text-align: center; position: absolute; -- libgit2 0.21.2