From e650b0051b98df7be74b7d6fa658c36605332779 Mon Sep 17 00:00:00 2001 From: fabricio Date: Mon, 31 Oct 2016 10:41:03 -0200 Subject: [PATCH] alteracoes em alguns css's --- WebContent/css/default.css | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/WebContent/css/default.css b/WebContent/css/default.css index 20c35ab..4ce8011 100644 --- a/WebContent/css/default.css +++ b/WebContent/css/default.css @@ -5,23 +5,23 @@ body } p strong { - font-size: 15px !important; + font-size: 14px !important; } label strong { - font-size: 15px !important; + font-size: 14px !important; } li strong { - font-size: 15px !important; + font-size: 14px !important; } strong li { - font-size: 15px !important; + font-size: 14px !important; } strong p { - font-size: 15px !important; + font-size: 14px !important; } #botaoVoltar { width: 10%; @@ -71,6 +71,15 @@ strong p height: 25em; } +.imagem3 { + text-align: center; + border: 0.2em solid #ddd; + border-radius: 0.4em; + padding: 0.5em; + width: 45em; + height: 10em; +} + #main { max-width: 1030px; margin: 0 auto; -- libgit2 0.21.2